Skip to content

impeller-tech/cursor-agent-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

AI-Assisted Development Template

Template for AI-assisted development projects powered by skills.

Quick Start

  1. Clone or use this template
  2. Run /init to scan the project and catalog skills
  3. Create agents with /create-agent (optional)
  4. Create skills with /new-skill (optional)

Skills

All functionality lives in .cursor/skills/. Each skill is a folder containing a SKILL.md with instructions the AI agent follows.

User-facing skills

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

Reference skills

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

Structure

your-project/
├── .cursor/
│   └── skills/          # All skills live here
│       ├── init/
│       ├── new-skill/
│       ├── create-agent/
│       └── ...
└── README.md

Philosophy

  • 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

License

MIT License - see LICENSE file.

About

It provides a structured foundation for building software with AI coding assistants like Cursor, Claude, or other agentic tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors