Ready-to-use configuration templates for different project types, frameworks, and workflows. Get Claude Code working perfectly with your development environment.
Complete CLAUDE.md for React and Next.js projects with TypeScript, Tailwind, testing setup, and build commands.
Python project template with FastAPI, pytest, poetry, linting, and virtual environment management.
Test-driven development configuration with automated testing, CI/CD integration, and code coverage.
Comprehensive template for any project type with sections for tech stack, goals, and development preferences.
Slash commands for automated issue analysis, fixing, PR creation, and GitHub workflow management.
Go development template with module management, testing conventions, and error handling patterns.
Automated documentation generation, API docs, README updates, and code commenting workflows.
Rust development setup with cargo commands, testing patterns, and memory safety guidelines.
Automated deployment workflows for various platforms including Vercel, Netlify, AWS, and Docker.
Vue.js and Nuxt.js project configuration with composition API, Pinia, and modern tooling setup.
TypeScript monorepo configuration with shared packages, workspace management, and build orchestration.
PostToolUse hooks that automatically run prettier, eslint, or black after file edits. Enforces code style without manual intervention.
Complete agentic workflow system with MCPs (context7, sequential-thinking, memory, github), custom commands (/plan, /tdd, /commit, /pr), and review agents.
Sub-agent configuration for automated code reviews. Runs in parallel, analyzes changes, and returns focused feedback without bloating main context.
Sub-agent specialized in generating test cases. Analyzes code structure, edge cases, and generates comprehensive test suites with proper mocking.
GitHub Actions workflow using Claude Code in headless mode. Automated issue triage, code reviews, and PR generation with JSON output.
Coming Soon
Create a CLAUDE.md file in your project root with configuration details.
Store reusable commands in .claude/commands/ for slash command access.
# Project: My App
## Tech Stack: React, TypeScript, Tailwind
## Commands:
- Build: `npm run build`
- Test: `npm test`
- Lint: `npm run lint`