From aidd-context
Routes requests to generate context artifacts (skills, rules, agents, commands, hooks) to the appropriate dedicated generator. Use when the artifact kind is unspecified.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:03-context-generateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Routes a generation request to the dedicated generator for the artifact kind. Holds no generation logic of its own.
Routes a generation request to the dedicated generator for the artifact kind. Holds no generation logic of its own.
| Artifact | Generator |
|---|---|
| skill | aidd-context:04-skill-generate |
| rule | aidd-context:05-rule-generate |
| agent | aidd-context:06-agent-generate |
| command | aidd-context:07-command-generate |
| hook | aidd-context:08-hook-generate |
Identify the artifact kind from the request, then hand off to the matching generator. If the kind is unclear, ask which one. To survey or list existing artifacts, use the explore skill instead.
npx claudepluginhub ai-driven-dev/framework --plugin aidd-contextGenerates 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.
Guides creation of structured agent skills with progressive disclosure, bundled scripts, and reference files. Use when building a new skill.