From aidd-context
Generates a flat slash command file from user intent, scaffolded per host tool that supports commands. Use when creating, scaffolding, or refactoring a one-shot slash command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:07-command-generateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write one canonical slash command from intent and render it per confirmed host tool that supports commands, or once as a plugin source.
Write one canonical slash command from intent and render it per confirmed host tool that supports commands, or once as a plugin source.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | capture-command | Capture the goal, location, and arguments | user request |
| 02 | write-command | Write the command file per supported tool | the goal |
| 03 | validate | Check each command file | the files |
Run the actions in order, 01 → 03, and run each action's ## Test before the next.
references/command-authoring.md: the contract (forms, placement, frontmatter, arguments, conventions).references/tool-paths.md: per-tool command path, frontmatter, unsupported tools, the gate.assets/command-template.md: command file scaffold.npx claudepluginhub ai-driven-dev/frameworkCreates new Claude Code slash commands with YAML frontmatter, supporting argument hints, allowed tools, bash execution, file references, and advanced features.
Create custom slash commands for Claude Code including syntax, arguments, bash execution, file references, and frontmatter configuration. Use when creating slash commands, custom commands, .md command files, or when asked about command creation, /command syntax, or command best practices.
Creates production-ready custom slash commands via 5-phase workflow with multi-agent validation. Use for user requests, reusable prompt automation, or repetitive workflow conversion.