03-context-generate

star 29

Generate context artifacts (skills, agents, rules, commands, hooks, plugins, marketplaces) across the host AI tool(s) the project uses. Use when the user wants to create, refactor, add or remove actions in a skill, migrate a legacy slash command into a router-based skill, or generate a new agent, rule, command, hook, plugin, or marketplace. Do NOT use for editing a single action inside an existing skill (edit directly), writing MCP servers, or modifying project-level files.

ai-driven-dev By ai-driven-dev schedule Updated 6/11/2026

name: 03-context-generate description: Route a request to generate a context artifact (skill, rule, agent, command, or hook) to its dedicated generator when the user has not named which kind. For a named kind, that generator triggers directly. Not for listing existing artifacts (use explore).

Context Generate

Routes a generation request to the dedicated generator for the artifact kind. Holds no generation logic of its own.

Routing

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.

Install via CLI
npx skills add https://github.com/ai-driven-dev/aidd-framework --skill 03-context-generate
Repository Details
star Stars 29
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
ai-driven-dev
ai-driven-dev Explore all skills →