Generate project-specific skill from ADR for context-aware implementation guidance.
Converts Architecture Decision Records into executable skills with auto-triggered implementation guidance.
/plugin marketplace add thkt/claude-config/plugin install complete-workflow-system@thkt-development-workflows[ADR number]inheritadr/Convert Architecture Decision Record (ADR) into an executable skill format with auto-triggered implementation guidance.
/adr:skill <ADR-number> [options]
# Examples
/adr:skill 0001 # Project-specific skill
/adr:skill 0001 --global # Global skill (~/.claude/skills/)
/adr:skill 12 --name api-fetching # Custom name
Options:
| Option | Description |
|---|---|
--global | Create in ~/.claude/skills/ |
--name <name> | Override auto-generated name |
--preview | Show without saving |
| Aspect | /rulify | /adr:skill |
|---|---|---|
| Purpose | Enforce constraints | Suggest patterns |
| Application | Always active | Triggered by keywords |
| Output | docs/rules/ | .claude/skills/ |
| Use for | Security, absolute rules | Implementation patterns |
Use /adr:skill:
Use /rulify:
/rulify 0001 # "Must use React Query"
/adr:skill 0001 # "How to use React Query"
.claude/skills/adr-NNNN-*/ā
Skill Generated
š Source: docs/adr/0001-use-react-query.md
šÆ Skill: .claude/skills/adr-0001-use-react-query/SKILL.md
š Triggers: React Query, API, fetch, data fetching
For complete execution flow, templates, and error handling:
@../../skills/creating-adrs/SKILL.md
/adr [title] - Create ADR/rulify <number> - Generate enforcement rule/research - Technical research for ADR