~/resources/skills

Skills

How I've systematized my work with Claude. Each one is a downloadable file that drops into Claude Code as a real, callable skill — not a prompt template, not a copy-paste cheat sheet. The featured ones are the most distinctive. The rest are quieter utilities, available on request.

// featured ↑↓ select · ↵ open · esc back
[~/skills]3P
~ open detail →

Third-party delegation. Routes mechanical, high-volume code work — find/replace migrations, dead code deletion, boilerplate — to Codex CLI or a local LLM. Claude tokens stay reserved for the work that actually needs a brain. The skill that bought me back my weekly cap.

[~/skills]CO-OP
~ open detail →

Multi-phase plan protocol with color-coded teammate Claudes. Plans you don't lose track of after a coffee break — every step checked off with proof, every blocked step revisited later. The plan file is the source of truth, not your chat history.

[~/skills]REALISTIC-ETA
~ open detail →

Stops Claude from saying "should be quick" when something will actually take an hour. Six rules for calibrated time estimates, applied any time you're tempted to write the words quick, small, simple, easy, or just.

[~/skills]TIRED
~ open detail →

Three-year-old mode for cognitive fatigue. When you're exhausted and can't think, this turns Claude into a calm tour guide — one step at a time, no decisions to make, exact text to paste, no jargon. The skill nobody knew to ask for.

[~/skills]SKILLIFY
~ open detail →

Detects repeated workflows from your sessions and proposes new skills. The meta-skill — once you start thinking in skill-systems terms, you can't go back. Threshold: anything you do three times becomes a candidate.

[~/skills]SF
~ open detail →

Compresses prose to maximum signal-per-word. Four density levels from polished cleanup (sf0) to operational shorthand (sf3). The cut test: does removing this word change the meaning, the decision, or the action? No → cut.

[~/skills]BUILD-COMPLETE
~ open detail →

End-of-session checklist that closes loops most engineers forget. Updates the changelog, writes what shipped to your state files, reconciles plan drift, captures the decisions worth remembering. Stops the "what did I actually do today?" pattern.

Want one of these wired up for your business — or a custom one for a workflow you keep doing by hand? coaching@doctoremil.com.
// more (available on request)
canaryPost-deploy health check across critical routes.
find-iconSearch free icon libraries, return ready-to-paste SVG.
smokeBrowser smoke test with Playwright — screenshots + console errors.
new-projectScaffold a new project folder + repo from five questions.
promote-projectGraduate a scratch folder into a properly scaffolded repo.
freezeLock edits to one directory during debugging — prevents scope creep.
session-handoffCapture context for the next session as a structured handoff doc.
upgradesEvaluate a new tool, framework, or service against your current setup.