From aidd-context
Routes artifact generation requests (skill, rule, agent, command, hook) to the correct dedicated generator when the kind is not explicitly named.
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 list or discover existing artifacts, use the discovery skill instead.
npx claudepluginhub ai-driven-dev/frameworkGenerates 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.
Creates high-quality SKILL.md files for Claude Code and Cowork using expert vocabulary payloads, anti-pattern watchlists, and progressive disclosure architecture. Use for custom skill building or reusable prompts.
Generates comprehensive, PhD-level expert agent prompts for Claude Code with code examples, patterns, and best practices. Supports single, batch, and architecture-driven agent creation.