by shinpr
Agentic coding TypeScript boilerplate for Claude Code — sub-agent workflows with built-in quality checks and context engineering.
# Add to your Claude Code skills
git clone https://github.com/shinpr/ai-coding-project-boilerplateRead this in other languages: 日本語
Agentic coding starter kit and workflow boilerplate for Claude Code — Build production-ready TypeScript projects with sub-agents, context engineering, and zero context exhaustion.
⚡ This boilerplate is for developers who want to:
No comments yet. Be the first to share your thoughts!
# 1. Create your project
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 # Set up project prerequisites (read every session by AI)
/implement <your feature> # Start building!
💡 First time? Check the Quick Start Guide for detailed setup instructions
Keep your project's agent definitions, commands, skills, and AI rules up to date. Run from your project's root directory:
# Preview changes without applying
npx create-ai-project update --dry-run
# Apply updates
npx create-ai-project update
When you run npx create-ai-project update, the CLI:
.create-ai-project.json manifest for the current version| Target | Path |
|--------|------|
| Agent definitions | .claude/agents-{lang}/ |
| Command definitions | `.claud...