.C

.claude

/ configs

CLAUDE.md Templates & Configs

Ready-to-use configuration templates for different project types, frameworks, and workflows. Get Claude Code working perfectly with your development environment.

Framework

React/Next.js

Complete CLAUDE.md for React and Next.js projects with TypeScript, Tailwind, testing setup, and build commands.

@hesreallyhim Download →
Language

Python/FastAPI

Python project template with FastAPI, pytest, poetry, linting, and virtual environment management.

@itrimble Download →
Workflow

TDD Workflow

Test-driven development configuration with automated testing, CI/CD integration, and code coverage.

Anthropic Official Download →
Template

Universal Project Template

Comprehensive template for any project type with sections for tech stack, goals, and development preferences.

@itrimble Download →
Command

GitHub Issue Commands

Slash commands for automated issue analysis, fixing, PR creation, and GitHub workflow management.

@hesreallyhim Download →
Language

Go Project

Go development template with module management, testing conventions, and error handling patterns.

@KarpelesLab Download →
Command

Documentation Commands

Automated documentation generation, API docs, README updates, and code commenting workflows.

@slunsford Download →
Language

Rust Project

Rust development setup with cargo commands, testing patterns, and memory safety guidelines.

Community Download →
Workflow

Deploy Commands

Automated deployment workflows for various platforms including Vercel, Netlify, AWS, and Docker.

@cloudartisan Download →
Framework

Vue.js/Nuxt

Vue.js and Nuxt.js project configuration with composition API, Pinia, and modern tooling setup.

Community Download →
Project

Monorepo Template

TypeScript monorepo configuration with shared packages, workspace management, and build orchestration.

@sgcarstrends Download →

Coming Soon

Quick Setup Guide

1. Create CLAUDE.md

$ touch CLAUDE.md

Create a CLAUDE.md file in your project root with configuration details.

2. Add Custom Commands

$ mkdir -p .claude/commands

Store reusable commands in .claude/commands/ for slash command access.

Example CLAUDE.md Structure:

# Project: My App
## Tech Stack: React, TypeScript, Tailwind
## Commands:
- Build: `npm run build`  
- Test: `npm test`
- Lint: `npm run lint`