Open Source
Claude Code Starter
Intelligent CLI that bootstraps Claude Code configurations tailored to your project's tech stack
npx claude-code-starter
Skills
Framework-specific patterns for Next.js, FastAPI, NestJS, and more
Agents
Specialized assistants for code review and test writing
Rules
Language conventions for TypeScript, Python, Go, and more
Commands
Workflow shortcuts: /task, /status,
/done, /analyze
Tech Stack Detection
Automatically detects and configures for:
| Category | Detected |
|---|---|
| Languages | TypeScript, JavaScript, Python, Go, Rust, Java, Ruby |
| Frameworks | Next.js, React, Vue, FastAPI, Django, NestJS, Express |
| Tools | npm, yarn, pnpm, bun, pip, cargo, go modules |
| Testing | Jest, Vitest, Pytest, Go test, Rust test |
Commands
| Command | Description |
|---|---|
/task <desc> |
Start a new task |
/status |
Show current task |
/done |
Mark task complete |
/analyze <area> |
Deep dive into code |
Example Output
╔═══════════════════════════════════╗
║ Claude Code Starter ║
║ AI-Assisted Development Setup ║
╚═══════════════════════════════════╝
🔍 Analyzing repository...
📊 Tech Stack Analysis
Language: TypeScript
Framework: Next.js
Package Manager: bun
Testing: vitest
✅ Configuration complete! (14 files)
Generated for your stack:
📚 4 skills
🤖 2 agents
📏 2 rules
Quick Start
1
Navigate to your project
cd your-project
2
Run the CLI
npx claude-code-starter
3
Start Claude
claude