Template for AI-assisted development projects powered by skills.
- Clone or use this template
- Run
/initto scan the project and catalog skills - Create agents with
/create-agent(optional) - Create skills with
/new-skill(optional)
All functionality lives in .cursor/skills/. Each skill is a folder containing a SKILL.md with instructions the AI agent follows.
| Skill | Description |
|---|---|
init |
Scan project and catalog all skills |
new-skill |
Create a new skill |
create-agent |
Create Cursor subagents |
create-prd |
Create a Product Requirements Document |
create-design-doc |
Create a design document from a PRD |
implement |
Implement from a design doc |
roadmap |
Generate a project roadmap |
visualize |
Visualize project architecture |
deslop |
Remove AI-generated code slop |
| Skill | Description |
|---|---|
agent-creation-guide |
Comprehensive guide for creating subagents |
code-slop-removal |
Guide for identifying and removing code slop |
compile-agents-context |
Generate project context documentation |
context-compilation-guide |
Detailed context compilation reference |
design-doc-creation-guide |
Design document creation reference |
prd-creation-guide |
PRD creation reference |
your-project/
├── .cursor/
│ └── skills/ # All skills live here
│ ├── init/
│ ├── new-skill/
│ ├── create-agent/
│ └── ...
└── README.md
- Skills over commands - Self-contained, discoverable units of guidance
- Less code, more markdown - Better context through markdown documentation
- Context is King - AI assistants need good context
- Specialization > Generalization - Purpose-built agents
MIT License - see LICENSE file.