unit-13: docs + plugin v0.3.0 bump#10
Merged
Merged
Conversation
- README.md: add Command ↔ skill mapping table; update Repo layout to show per-skill references/ and scripts/ subdirectories. - CLAUDE.md: add the same mapping table; document that reference paths in SKILL.md resolve relative to the SKILL.md file; document per-skill scripts/ as Python 3.11+ stdlib-only with paired good.json/bad.json fixtures. - CONTRIBUTING.md: require eval cases at evals/<skill>.yaml for new skills; add gerund-form naming guidance for new skills (existing names frozen); clarify references location (single-skill vs cross-cutting). - docs/skill-anatomy.md: add Per-skill bundling section and Eval cases section; reconcile older "Shared by multiple skills" guidance with new per-skill layout. - .claude-plugin/plugin.json: bump version 0.2.0 → 0.3.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scope
Unit 13 of 13 in the batch restructure. Touches only documentation + the plugin manifest.
Files changed
README.md— new Command ↔ skill mapping table; Repo layout now shows per-skillreferences/+scripts/subdirs.CLAUDE.md— same mapping table; codifies that reference paths inSKILL.mdresolve relative to the file, and that per-skill scripts are Python 3.11+ stdlib-only with pairedgood.json/bad.jsonfixtures.CONTRIBUTING.md— requiresevals/<skill>.yamlfor new skills (3–5 trigger / no-trigger / ambiguous cases); recommends gerund form for new skill names while freezing existing names; clarifies single-skill vs cross-cutting references.docs/skill-anatomy.md— addsPer-skill bundlingandEval casessections; reconciles older "Shared by multiple skills" wording with the new per-skill layout..claude-plugin/plugin.json—version0.2.0 → 0.3.0.Verification
bash scripts/validate-skills.sh→ exits 0 (7 skills validated).python3 -c "import json; assert json.load(open('.claude-plugin/plugin.json'))['version'] == '0.3.0'"passes.grepchecks pass.