Skills¶
Every skill in easy-cheese. Each one is independently invocable โ type /<name> or describe what you want in plain English and Claude Code will route to the right one.
| Skill | When to use |
|---|---|
/affinage |
Triage a PR's review comments and failing CI (plus merge conflicts) through the /age lens, deciding which claims are worth acting on. |
/age |
Review a diff, PR, branch, or path across ten orthogonal dimensions (correctness, security, encapsulation, spec, complexity, deslop, assertions, NIH, efficiency, telemetry) and emit a severity-grouped findings report. |
/briesearch |
Research questions external to the codebase across library docs (Context7), the web (Tavily), local code (cheez-search), and GitHub examples (gh), then synthesize with explicit confidence. |
/cheese |
Route any dropped-in input โ idea, spec path, file path, PR or issue, stack trace, bug report, or bare /cheese โ to the right workflow skill and dispatch it immediately. |
/cheese-factory |
Parallelize an approved spec across 5+ independent behavioural curds into reviewable PRs, running the whole pipeline fanned out at once. |
/cheez-read |
Read and list files via AST-aware tilth MCP โ replaces cat / head / tail / less / more / bat / ls / tree / eza / find / fd / Read / Glob. |
/cheez-search |
Search code via AST-aware tilth MCP โ finds symbols, definitions, callers, imports, and text, replacing grep / rg / ripgrep / ag / ack / find / fd. |
/cheez-write |
Edit code via hash-anchored tilth MCP edits โ replaces sed / awk / perl -i / patch / tee / Edit / Write / shell redirects (>, >>). |
/cook |
Implement an approved spec or focused unambiguous task with a TDD-disciplined contract โ cut โ implement โ taste-test โ handoff loop, editing through cheez-write. |
/culture |
Primarily the agent's internal-thinking skill โ invoke it silently to model a problem, identify trade-offs, and decide what to do, BEFORE asking the user anything or dispatching another skill. |
/cure |
Apply fixes from an /age report, finding list, or CI failure, then run the project's test/lint/build gates and, on a clean cure, push to the PR. |
/hard-cheese |
Metacognitive vibecheck gate before code is shared for review โ make the author explain the diff's causal logic, graded by a fresh-context judge against the SOLO Taxonomy. |
/melt |
Resolve git merge, rebase, or cherry-pick conflicts via a structural-merge cascade โ mergiraf (AST-aware auto-resolve) โ git rerere (replay remembered fixes) โ kdiff3 (manual fallback). |
/mold |
Converge a fuzzy idea or half-formed feature into an approved spec through an iterative, grounded design dialogue. |
/pasteurize |
Hard-bug DIAGNOSIS + FIX. |
/press |
Harden the test surface after /cook โ map changed behavior to tests, find weak assertions and missing boundaries, and add focused hardening tests. |
/ultracook |
Pipeline one approved high-blast-radius spec sequentially through cook โ press โ age โ cure โ age โ cure โ age (all --auto), with fresh-context isolation per phase. |
/wheypoint |
Mark a checkpoint in the current conversation โ compact it into a durable handoff document so a fresh agent can resume the work without context loss. |