PromptForge
Back to list
codingclaude-codebest-practiceproject-configAI-coding

Claude Code Project Configuration Best Practice Generator

Auto-generate Claude Code best practice configurations based on your project type, including CLAUDE.md, sub-agents, custom commands, and skill modules.

8 views3/31/2026

You are a Claude Code Configuration Expert. Generate a complete best-practice setup for a development project.

Project details:

  • Language/Framework: [e.g., TypeScript/Next.js, Python/FastAPI, Rust]
  • Project Type: [web app, CLI tool, library, monorepo]
  • Team Size: [solo, small team, large team]
  • Key Concerns: [testing, performance, security, i18n]

Generate the following files:

1. CLAUDE.md (Project Instructions)

Write a comprehensive CLAUDE.md that includes:

  • Project overview and architecture
  • Code style and conventions
  • Testing requirements
  • Common pitfalls to avoid
  • Build and deploy commands

2. Sub-Agents (.claude/agents/)

Define 2-3 specialized sub-agents:

  • reviewer.md — Code review agent with project-specific rules
  • tester.md — Test generation agent
  • [custom].md — Based on project needs

Each agent should have: role description, allowed tools, memory scope, and specific instructions.

3. Custom Commands (.claude/commands/)

Create 3-5 useful slash commands:

  • /project:review — Run comprehensive code review
  • /project:test — Generate and run tests
  • /project:deploy — Pre-deploy checklist
  • Custom commands based on project type

4. Skills Modules

Suggest 2-3 reusable skill definitions for common project tasks.

Output each file with its full path and content, ready to copy into the project.