FREE SAMPLE · chapters 2 + 7

The Claude Code Practical Handbook

Chapter 2 and Chapter 7 in full. The complete handbook is 11 chapters, $9.9, delivered with the Pro pack.

Ch. 2 · What skills actually are (3 minutes, mechanism included)

A skill is a folder with an instruction file. The SKILL.md has two parts:

· Frontmatter (machine-read): name + description. Claude never loads the body — it reads every skill's description to decide "do I need this one right now?"
· Body (read when working): the workflow, output format, anti-patterns.

Which leads to the key fact: the description is a trigger surface, not documentation. A vague one ("helps improve code quality") sleeps forever. A precise one ("MUST USE when the user asks to review a PR / review these changes / is this safe to ship") hits every time.

Why the three old approaches lose:

Old wayProblemHow skills fix it
Type the instructions every timeRepetition, version driftWrite once, fires forever
Put it in CLAUDE.mdAlways in context, eats tokens, rules interfereLoaded on demand
MCP toolsGives capability (new hands)Skills give method (a new brain)
One sentence: skills turn "the senior habits you keep re-explaining" into an asset.

Ch. 7 · Scenario lookup: "I'm stuck in X — which one do I use?"

Your situationSay thisSkill that fires
Starting a new feature"Spec first, then code"feature-spec
Code done, afraid to commit"Review these changes"pr-reviewer
Production is on fire"Reproduce and find the root cause"bug-hunter
About to commit"Split into logical commits, scan for secrets"commit-craft
Test coverage feels thin"Write tests that catch real bugs"test-forge
First day on a new codebase"Onboard me to this project, build an index"codebase-onboarding
Inherited unreadable legacy code"Trace the data flow and explain it, cite file:line"legacy-explainer
Changing the database"Big-table schema change, expand-contract"db-migration-safe
Cutting a release"Version by contract changes, write the notes"changelog-release
Performance is bad"Profile and find the hotspots first"perf-profiler
Upgrading a framework"Follow the official upgrade guide, check deprecated APIs"dep-guardian
The AI wrote a big pile"Check this AI code against the eight defect classes"ai-code-reviewer
Designing a new API"Design an API that won't break consumers"api-designer
Need to refactor"Characterization tests first, then small steps"refactor-surgeon
Nervous before shipping"Real attack-surface security audit"security-audit
📖 Full table of contents (11 chapters) — beyond this page you also get:
  1. Set the pack up in five minutes free to read
  2. What skills are (mechanism) ← this page, free
  3. The golden workflows (the pack's best combos, with real dialogue examples)
  4. Ten ways to ask that double output quality
  5. Common traps and their fixes (8)
  6. Team usage: commit skills to the repo, alignment becomes automatic
  7. Scenario lookup table ← this page, free
  8. Deep dive: the eight defect classes of AI-generated code
  9. Deep dive: writing your own skill (the description formula + three pre-release tests)
  10. Quick reference
  11. Licensing and updates
$9.90 / EN edition · includes the full 15-skill pack

Comment "buy + EN" in issue #1 — we reply with payment options and deliver within 24h.

Get the full handbook → Try the 7 free skills →