Instruction file imported from santanapol/agent-skills (
.cursor/rules/agent-skills.mdc). Copyright stays with the author.
Agent Skills orchestration
This repo ships production engineering skills for Cursor. Do not improvise workflows when a matching skill exists — read the skill's SKILL.md and follow it completely.
Slash commands (manual invoke)
| Phase | Command | Underlying skill(s) |
|---|---|---|
| Define | /spec |
spec-driven-development |
| Bootstrap | /spec-bootstrap-backend |
backend-service-spec-bootstrap |
| Plan | /plan |
planning-and-task-breakdown |
| Build | /code-build |
incremental-implementation + test-driven-development |
| Verify | /test |
test-driven-development |
| Review | /review |
code-review-and-quality |
| Simplify | /code-simplify |
code-simplification |
| Ship | /ship |
shipping-and-launch + parallel personas |
Intent → skill (auto)
- Vague ask →
interview-meoridea-refine - New feature →
spec-driven-development→planning-and-task-breakdown→incremental-implementation+test-driven-development - Legacy backend spec / no *-spec.md / docs drift / consolidate specs →
backend-service-spec-bootstrap(/spec-bootstrap-backend) - Bug / unexpected behavior →
debugging-and-error-recovery - Code review →
code-review-and-quality - Refactor for clarity →
code-simplification - API design →
api-and-interface-design - UI work →
frontend-ui-engineering - Session start / which skill? →
using-agent-skills
Subagents (.cursor/agents/)
code-reviewer,security-auditor,test-engineer— invoke directly or via/shipfan-out- Personas do not call other personas; only the user or
/shiporchestrates
References
- Authoring source:
skills/<name>/SKILL.md— copies under.cursor/skills/for Cursor discovery - Checklists:
references/ - Team guide:
.cursor/USAGE.md