by shinpr
Production-ready TypeScript boilerplate for Claude Code with specialized AI agents
# Add to your Claude Code skills
git clone https://github.com/shinpr/ai-coding-project-boilerplateRead this in other languages: 日本語
⚡ This boilerplate is for developers who want to:
Which one should you use?
- Use this Boilerplate if you want to maximize precision with TypeScript × Sub-agent setup optimized for Claude Code.
- Use claude-code-workflows if you're on Claude Code and want to start with any project in 2 commands and language-agnostic workflows.
- Use Agentic Code if you want zero-config, tool-agnostic workflows without language restrictions (Codex CLI/Cursor/Aider etc.).
# 1. Create your project (30 seconds)
npx create-ai-project my-project
# 2. Install dependencies (automatic)
cd my-project && npm install
# 3. Launch Claude Code and configure
claude # Launch Claude Code
/project-inject # Configure project context
/implement <your feature> # Start building!
💡 First time? Check the Quick Start Guide for detailed setup instructions
Traditional AI coding struggles with:
Sub agents solve this by:
Each agent focuses on one thing and does it well. No context exhaustion, no quality drop.
👉 [Learn more about Sub Agents (Anthropic docs)](https://docs.anth...