Claude Code Survival Kit

Stop rewriting CLAUDE.md from scratch every project.

Five ready-to-paste CLAUDE.md templates for real project types, ten anti-patterns that quietly break your sessions (with fixes), and fifteen troubleshooting answers for the problems that come up daily. $19, instant download.

Get the kit — $19
Markdown files · instant download · works with any Claude Code version

What's inside

Next.js, Python CLI, Node.js API, Monorepo, MCP Server — each 50–100 lines with real conventions and behavioral rules
Common CLAUDE.md mistakes with before/after code examples — the ones that make Claude ignore your instructions or drift mid-session
Specific fixes for the problems that come up when you use Claude Code every day — loops, partial completions, wrong output, drifting context

Sample content

Anti-pattern #3 — Writing instructions as preferences instead of rules

Before (ignored):

- Prefer small, focused commits

- Try to run tests before committing

- It's nice to add comments to complex functions

After (followed):

- Every commit must touch one logical change only. Split unrelated changes into separate commits.

- Run `npm test` before every commit. Do not commit if tests fail.

- Add a comment to any function longer than 20 lines explaining what it does and why.

Claude treats "prefer" and "try to" as optional. Rules with specific conditions get followed. Preferences get skipped when Claude decides something else is more important.

FAQ — Claude keeps running tests after every small change. How do I stop it?

It's following a rule in CLAUDE.md that says something like "run tests after every change." That worked fine when you wrote it, but now it's slowing you down. Two options: narrow the rule to be more specific ("run tests before committing, not after every file change"), or add a session-level override at the start of your message: "Don't run tests today unless I ask." Claude will follow the override for the session. The CLAUDE.md rule stays unchanged for future sessions where you want it back.

Pricing

$19
One-time purchase
Buy now — $19
No-questions refund if it's not what you expected