Free 40-page Claude guide — download today
v1.2 · Claude Code 2.x

Prompt Patterns for Claude Code

5 slash commands + 7 skills. Drop-in install. Lifetime updates.

One-time paymentLifetime updatesInstant install
> /skeptic should we rewrite payments in Rust?

Challenging the premise before answering:

  1. Rewriting rarely ships on the timeline
     you think. What outages / perf issues
     is Rust meant to fix?

  2. The payments team has Go fluency.
     Retraining ≈ 3–6 months of throughput.

  3. Are you sure the bottleneck is the
     language? Profile first. 90% of perf
     wins are in the SQL.

Recommended answer: no, unless you can
point at a Rust-specific fix for a real
incident.
Install

One command. No config.

$ curl -fsSL clskillshub.com/plugin/install | sh

Works with Claude Code 2.x on macOS, Linux, and WSL. Windows native support shipping next month.

What's in the plugin

5 slash commands. 7 skills.

Every command is one of the 120 codes from the cheat sheet, wired into a shortcut.

Slash commands

/skeptic
Challenges your premise before answering
Pushes back on the question itself. Great for "should we rewrite X".
/deep
Decomposes questions into 3–5 sub-questions
For ambiguous or system-design asks. Forces a structured answer.
/ghost
Strips AI-tone for human-sounding output
Kills "dive into", "landscape", "crucial". Output reads human.
/crit
Adversarial self-review to catch flaws
Model critiques its own draft before you see it. ~60% catch rate.
/blindspots
Names hidden assumptions
Surfaces the 2–3 things you're taking for granted.

Skills (7 files, auto-loaded)

decisive-answer
Removes hedging language from output.
spec-first
Writes a spec before any code.
trace-before-fix
Reads the stack trace first, asks clarifiers after.
token-diet
Targets ~40% token reduction while holding answer quality.
one-commit-one-thing
Splits multi-concern diffs into focused commits.
ask-the-codebase
Prefers grep over guessing when file context is missing.
no-fluff-commit
Writes conventional-commit messages, zero adjectives.
Why this exists

I got tired of pasting the same prompts every session.

I had a notes file with 50 prompts I kept copy-pasting into Claude Code. The ones I used daily turned into slash commands. The ones I wanted always-on turned into skills. This is that file, packaged.

Frequently asked

Which versions of Claude Code work?
Claude Code 2.x on macOS, Linux, and WSL. Windows native support ships next month.
Can I edit the prompts?
Yes. Everything installs as plain files under ~/.claude/. Fork anything, submit a PR if you make it better.
How is this different from the cheat sheet?
The cheat sheet is reference material. The plugin is runtime tooling — the five most-used codes wired into shortcuts.
Lifetime updates — forever?
Yes. Every new Claude Code release I update the plugin. You get it.
Do you offer refunds?
Digital product, no formal refund policy. If something's genuinely broken (install fails, wrong files delivered, commands don't work on supported Claude Code versions), email team@clskills.in and I'll sort it — either fix it or refund, whichever makes it right.