CClaude Code Catalog
All Skills

CLAUDE.md Builder

ProductivityBeginner

Analyzes package.json, directory structure, config files, and more to auto-generate a CLAUDE.md tailored to your project.

Trigger/init
FrequencyProject start

When Claude Code doesn't seem to understand your project well? Use the CLAUDE.md builder for a one-shot custom context setup

ConfigurationOnboardingContext

How It Works

Run from project root
Phase 1: 4 analyses in parallel
stack-detect
Detect tech stack
structure-scan
Analyze directory structure
convention-ext
Extract code conventions
command-find
Discover build/test commands
Generate CLAUDE.md template
Project-optimized CLAUDE.md

Skill Code

# CLAUDE.md Builder Skill Analyze the current project and generate a CLAUDE.md: 1. Detect tech stack: - Read package.json / requirements.txt / Cargo.toml - Check for framework configs (next.config, vite.config) 2. Analyze project structure: - Map directory tree (src/, tests/, docs/) - Identify key entry points 3. Extract conventions: - Linting rules (.eslintrc, .prettierrc) - TypeScript config (tsconfig.json) - Existing code patterns 4. Find commands: - Build: npm run build, make, etc. - Test: npm test, pytest, etc. - Lint: npm run lint, etc. 5. Generate CLAUDE.md: # Project Name ## Tech Stack - [framework] + [language] - [key libraries] ## Structure - `src/` — [description] - `tests/` — [description] ## Commands - Build: `[command]` - Test: `[command]` - Lint: `[command]` ## Code Conventions - [detected conventions] ## Rules - [project-specific rules]

Copy and paste into your CLAUDE.md to start using immediately.

How CLAUDE.md Builder Works

CLAUDE.md Builder analyzes your project's tech stack, directory structure, and coding patterns, then generates an optimized CLAUDE.md file with project rules, coding conventions, and custom skill triggers tailored to your workflow.

When to Use CLAUDE.md Builder

The foundation skill for any Claude Code setup — without a well-crafted CLAUDE.md, Claude Code operates generically. This skill ensures your CLAUDE.md captures project-specific knowledge that makes every other skill more effective.

Key Strengths

  • Auto-detects tech stack and coding conventions
  • Generates project-specific rules and constraints
  • Creates custom skill triggers for your workflow
  • Foundation that amplifies all other Claude Code skills

Popular in Other Categories