Skip to content

tomeraitz/dotclaude-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotclaude logo

dotclaude-templates

Status GitHub Issues GitHub Pull Requests License


Production-ready .claude templates for Claude Code: custom agents, commands, hooks, and skills to supercharge your AI-powered development workflow.

🧐 About the Project

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!

🏁 Getting Started

Prerequisites

Claude Code installed

Installation

Step 1: Clone the repository

git clone https://github.com/tomeraitz/dotclaude-templates.git
cd dotclaude-templates

Step 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

📚 Documentation

  • Custom Agent Command Guide - Complete guide to creating custom agents with the /custom-agent command
  • Hooks Guide - Understanding and configuring hooks in .claude/settings.json for 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
  • Beginners Workflows - Beginner-friendly chain of commands taking an idea to working code: /create-prd/create-design/create-plan/run-plan

About

A collection of .claude templates: custom agents, commands, hooks, and skills for Claude Code

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors