feat: add /create-skill command with skill-optimization and 2-agent architecture#134
Merged
feat: add /create-skill command with skill-optimization and 2-agent architecture#134
Conversation
…rchitecture - Add skill-optimization skill with BP-001~008 patterns and 9 editing principles - Add skill-creator agent for optimized skill generation - Add skill-reviewer agent for quality evaluation with A/B/C grading - Add /create-skill command with interactive dialog and agent orchestration - Update /refine-skill to delegate review to skill-reviewer agent - Register skill-optimization in skills-index.yaml - Fix skills-index.yaml H2 heading mismatches across all skills (EN/JA) - All files provided in both EN and JA versions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Bump package.json version to 1.16.1 - Add CHANGELOG entry for 1.16.1 - Update README agent count (15 -> 20+) - Update docs to reference /create-skill command and skill-reviewer agent - Fix skills-index.yaml H2 heading alignment (en/ja) Co-Authored-By: Claude Opus 4.6 <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.
Summary
/create-skillcommand for guided skill creation with interactive dialog and content optimizationskill-optimizationskill encoding BP-001~008 patterns and 9 editing principles, with references split for context isolationskill-creatorandskill-revieweragents (2-agent architecture separating generation and evaluation)/refine-skillto delegate quality review toskill-revieweragentCloses #132
Test plan
/create-skillcommand starts interactive dialog and produces a valid skill file/refine-skilldelegates to skill-reviewer agent for quality evaluation🤖 Generated with Claude Code