agent-prompts
Installation
SKILL.md
Agent Prompt Generation
Create structured task prompts that coding agents can execute effectively.
Output Files
Task generation produces two files:
| File | Purpose | Used By |
|---|---|---|
TASKS.json |
Machine-parseable metadata | Plugin agents, hooks, commands |
TASKS.md |
Human-readable task prompts | Developers, code review |
Source of Truth: TASKS.json is authoritative. TASKS.md is a derived human-readable view.