docs: add guidance for developing experimental skills#625
docs: add guidance for developing experimental skills#625AlvinStanescu wants to merge 1 commit intomainfrom
Conversation
Document how to develop long-running or experimental skills in this public repository: feature-branch flow off main, public-repo discipline (no secrets, customer-readable commits), experimental callout in SKILL.md body, and rules on when to merge to main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Claude finished @AlvinStanescu's task in 1m 24s —— View job Review of PR #625SummaryAdds a "Developing Experimental Skills" section to Change-by-Change Review1.
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | N/A | No SKILL.md files changed |
| E2E Tests | N/A | Docs-only change |
| Skill Body | N/A | No skill files changed |
| References & Assets | N/A | No reference files changed |
| Repo Hygiene | OK | No secrets, no cross-skill refs, scoped change, relative link resolves |
Issues for Manual Review
- Verify the rendered markdown on GitHub looks correct (table alignment, blockquote styling, fenced code block in the numbered list at step 4). Nested code blocks inside ordered lists can sometimes render oddly depending on GitHub's markdown parser.
Conclusion
Clean documentation PR. The new section is well-structured, consistent with existing conventions, and addresses a real contributor need. The guidance correctly references existing rules (experimental status in SKILL.md body, not frontmatter) and cross-links to the Quality Checklist for merge criteria. No issues found — looks good to merge.
Summary
CONTRIBUTING.mdcovering how to develop long-running / experimental work in this public repomain(nodevelopbranch; use private fork only when work must stay confidential).claude/rules/skill-structure.md)feat/experimental/<skill-name>row to the existing branch-naming table for consistencyBackground: came out of a Slack discussion with @gozhang / @mariusbughiu / @sherifmaktabi about developing the Maestro BPMN coding-agent skill — confirms feature branches are the right pattern and gives new contributors a clear story for when to merge to
main(only when the skill is usable end-to-end, sincemainis what users install).Test plan
CONTRIBUTING.mdon GitHub and verify the new section, table-of-contents anchor, and added branch-naming row look correct.claude/rules/skill-structure.mdresolves on GitHub🤖 Generated with Claude Code