A starter template for projects using Claude Code with skills, agents, and structured context.
├── CLAUDE.md # Project context (auto-loaded by Claude Code)
├── .claude/
│ └── settings.json # Permissions configuration
├── skills/
│ ├── planning/SKILL.md # Project phases, testing, deployment
│ └── react-perf/SKILL.md # React/Next.js performance patterns
└── docs/
├── DECISIONS.md # Decision log + Surprises + Retrospective
└── ARCHITECTURE.md # System overview template
- Click "Use this template" on GitHub (or clone)
- Update
CLAUDE.mdwith your project details - Add project-specific skills to
/skills/ - Start building with Claude Code
Create a new skill at /skills/your-skill/SKILL.md:
---
name: your-skill
description: What this skill does. When to use it.
---
# Your Skill Name
Instructions for Claude...| Location | Scope |
|---|---|
~/.claude/skills/ |
All your projects (personal) |
project/skills/ |
This project only |
Project-level skills override personal skills with the same name.
CLAUDE.mdloads automatically- Check
/docs/DECISIONS.mdfor context - Update status when completing phases
- Log decisions as you make them