Production-ready .claude templates for Claude Code: custom agents, commands, hooks, and skills to supercharge your AI-powered development workflow.
dotclaude-templates is a production-ready collection of .claude templates that extend Claude Code's capabilities through the .claude/ directory structure. Think of it as your AI development toolkit - reusable, shareable, and designed to supercharge your workflow.
Here's why you should use it:
- Save Time: Create production-ready custom agents in 2-5 minutes instead of hours
- Consistency: Share the same standards, patterns, and SOPs across your entire team
- Safety: Built-in constraints prevent common mistakes and security issues
- Flexibility: Works with any tech stack - Backend, Frontend, DevOps, ML, and more
Use this repository as a starting point - fork it, customize it, and make it your own!
Claude Code installed
Step 1: Clone the repository
git clone https://github.com/tomeraitz/dotclaude-templates.git
cd dotclaude-templatesStep 2: Copy .claude/ to your project
On Linux/macOS:
cp -r .claude/ /path/to/your/project/.claude/On Windows:
xcopy .claude /path/to/your/project/.claude/ /E /I- Custom Agent Command Guide - Complete guide to creating custom agents with the
/custom-agentcommand - Hooks Guide - Understanding and configuring hooks in
.claude/settings.jsonfor automated workflows - Debugger Skill Guide - Verify frontend changes using Playwright MCP
- Create Plan Command - Generate structured implementation plans with multi-agent review
- Run Plan Command - Execute plan files sequentially using background agents with automatic validation
