try to restructure the agents and skills given the new skills and command merge

This commit is contained in:
2026-01-12 11:47:52 +01:00
parent 4de58a3a8c
commit 90b18b95c6
32 changed files with 1 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ description: >
Create a new capability (skill, agent, or a cohesive set) for the architecture Create a new capability (skill, agent, or a cohesive set) for the architecture
repository. Use when creating new skills, agents, extending AI workflows, or when repository. Use when creating new skills, agents, extending AI workflows, or when
user says /create-capability. user says /create-capability.
model: haiku model: claude-haiku-4-5
argument-hint: <description> argument-hint: <description>
user-invocable: true user-invocable: true
--- ---
@@ -175,14 +175,6 @@ Create new capabilities following latest Anthropic best practices (progressive d
- skills/name/scripts/helper.sh (if applicable) - skills/name/scripts/helper.sh (if applicable)
- agents/name/AGENT.md (if applicable) - agents/name/AGENT.md (if applicable)
Next steps:
1. Run `make install` to symlink to ~/.claude/
2. Test with: /name (for user-invocable skills)
3. **Test with Haiku** on 3-5 scenarios
4. Measure success rate (aim for ≥80%)
5. Upgrade to Sonnet only if Haiku <80%
```
## Guidelines (UPDATED) ## Guidelines (UPDATED)
- Follow all conventions from capability-writing skill - Follow all conventions from capability-writing skill