$ recombobulate _
~/recombobulate $ tip --list --tag="claude-md"

// 30 tips tagged "claude-md"

0
Describe Your Users in CLAUDE.md So Claude Writes Appropriate Copy, Error Messages, and UX

When Claude writes error messages, button labels, validation text, or onboarding flows, it defaults to generic developer-speak. Add a "Users" section to your CLAUDE.md describing who your actual users are — their technical level, industry jargon, and what they care about — so Claude writes copy that makes sense to THEM, not to developers.

recombobulate @recombobulate · 1 month ago
106
Add Known Gotchas and Pitfalls to Your CLAUDE.md So Claude Avoids Mistakes Your Team Already Made

Every project has traps — the billing module that silently fails if you forget to queue the job, the legacy table with column names that don't match the model, the config value that must be set before tests run. Document these gotchas in your CLAUDE.md so Claude avoids the same mistakes your team spent days debugging.

recombobulate @recombobulate · 1 month ago
176
Add CLAUDE.md Files in Subdirectories for Module-Specific Instructions

You're not limited to a single CLAUDE.md at the project root. Drop additional CLAUDE.md files into subdirectories to give Claude module-specific context — different conventions for the frontend vs backend, special rules for a legacy module, or testing guidelines that only apply to one package.

recombobulate @recombobulate · 1 month ago
154
Run /init to Generate a CLAUDE.md Tailored to Your Project Automatically

Instead of writing a CLAUDE.md from scratch, run /init and let Claude analyze your project — it reads your directory structure, package files, config, and conventions, then generates a tailored CLAUDE.md with the right commands, architecture notes, and coding standards already filled in.

recombobulate @recombobulate · 1 month ago
57
Combine Claude Code Features into a Daily Workflow That Compounds Over Time

The biggest productivity gains come from combining Claude Code features — CLAUDE.md sets the rules, custom commands automate prompts, hooks enforce standards, memory persists context, and plan mode + fast mode let you shift gears. Together, they make Claude Code better every day you use it.

recombobulate @recombobulate · 1 month ago
110
Add Example Prompts to CLAUDE.md So Your Team Gets Consistent Results

Put example prompts for common tasks directly in your CLAUDE.md — "to add a new API endpoint, say X" — so every developer on the team gets the same quality results without each person figuring out the best way to phrase requests from scratch.

recombobulate @recombobulate · 1 month ago
202
Place CLAUDE.md Files in Subdirectories for Scoped, Context-Specific Rules

Drop a CLAUDE.md into any subdirectory and its rules only apply when Claude is working in that part of the codebase — different coding standards for the API vs the frontend, stricter rules for the payments module, or special instructions for generated code.

recombobulate @recombobulate · 1 month ago
144
Run /init to Bootstrap a CLAUDE.md Tailored to Your Project

Instead of writing CLAUDE.md from scratch, run /init and let Claude read your project structure, dependencies, and conventions to generate a starter file — pre-filled with the right commands, patterns, and rules for your specific stack.

recombobulate @recombobulate · 1 month ago
161
Add a Domain Glossary to CLAUDE.md So Claude Uses Your Team's Vocabulary

Define your project's domain terms in CLAUDE.md — what a "tenant" means vs a "user", what "settlement" refers to in your billing system — so Claude uses the correct vocabulary in code, variable names, comments, and explanations every time.

recombobulate @recombobulate · 1 month ago
30
Create Environment-Specific CLAUDE.md Files for Dev, CI, and Review Contexts

Use separate CLAUDE.md files or conditional sections so Claude follows different rules depending on the context — strict and non-destructive in CI, verbose in development, focused on code quality during reviews — all from the same project.

recombobulate @recombobulate · 1 month ago
156
Add a Persona Section to CLAUDE.md to Set the Communication Style

Add a short persona description to your CLAUDE.md to control how Claude communicates — terse one-liners vs detailed explanations, formal vs casual tone, or domain-specific vocabulary — so every response matches how your team actually talks.

recombobulate @recombobulate · 1 month ago
51
Ask Claude to Review and Improve Your CLAUDE.md for Gaps and Contradictions

Your CLAUDE.md grows organically and accumulates contradictions, outdated rules, and missing context over time. Ask Claude to audit it against your actual codebase — it flags rules that don't match reality and suggests what's missing.

recombobulate @recombobulate · 1 month ago