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.
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`