From aidd-context
Generates router-based skills for AI tools: captures intent, decomposes actions, drafts SKILL.md, writes actions, and validates. Use when creating, scaffolding, or refactoring a skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:04-skill-generateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Builds one canonical skill from intent and renders it per confirmed host tool, or once as a plugin source.
Builds one canonical skill from intent and renders it per confirmed host tool, or once as a plugin source.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | capture-intent | Clarify intent + tools, inventory overlaps | user request |
| 02 | decompose-actions | Break the skill into atomic testable actions | what it produces |
| 03 | draft-skill | Write the SKILL.md router | intent + plan |
| 04 | write-actions | Write each action file from the template | the plan |
| 05 | validate | Run each action's Test, aggregate pass/fail | the skill path |
Run the actions in order, 01 → 05, and run each action's ## Test before the next. In modify mode the tool is fixed by the existing skill's location, so the resolution gate is skipped.
references/skill-authoring.md: the contract (R1-R11, action anatomy, naming).references/tool-paths.md: per-tool skills path, frontmatter, resolution + write-safety gate.assets/skill-template.md: SKILL.md scaffold.assets/action-template.md: canonical action scaffold.npx claudepluginhub ai-driven-dev/frameworkGuides creating, modifying, and optimizing SKILL.md files with intent capture, drafting, testing, and progressive-disclosure organization.
Creates, audits, and consolidates Claude Code agent skills following the Agent Skills open standard. Interviews for intent, scope, and edge cases before drafting.
Guides creation of new agent skills with proper SKILL.md structure, progressive disclosure, and optional scripts. Use when building, writing, or creating a new skill for Claude Code.