Skip to content

feat: add /create-skill command with skill-optimization and 2-agent architecture#134

Merged
shinpr merged 2 commits intomainfrom
feature/create-skill-command
Feb 23, 2026
Merged

feat: add /create-skill command with skill-optimization and 2-agent architecture#134
shinpr merged 2 commits intomainfrom
feature/create-skill-command

Conversation

@shinpr
Copy link
Owner

@shinpr shinpr commented Feb 23, 2026

Summary

  • Add /create-skill command for guided skill creation with interactive dialog and content optimization
  • Add skill-optimization skill encoding BP-001~008 patterns and 9 editing principles, with references split for context isolation
  • Add skill-creator and skill-reviewer agents (2-agent architecture separating generation and evaluation)
  • Update /refine-skill to delegate quality review to skill-reviewer agent
  • Fix skills-index.yaml H2 heading mismatches across all skills (en/ja)
  • Bump version to 1.16.1

Closes #132

Test plan

  • Verify /create-skill command starts interactive dialog and produces a valid skill file
  • Verify /refine-skill delegates to skill-reviewer agent for quality evaluation
  • Verify skill-optimization SKILL.md and references/ load correctly when referenced by agents
  • Verify skills-index.yaml sections match actual SKILL.md H2 headings for all skills

🤖 Generated with Claude Code

shinpr and others added 2 commits February 23, 2026 16:26
…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>
@shinpr shinpr self-assigned this Feb 23, 2026
@shinpr shinpr merged commit 9b404b8 into main Feb 23, 2026
1 check passed
@shinpr shinpr deleted the feature/create-skill-command branch February 23, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add /create-skill command for interactive skill creation

1 participant