From better-call-claude
Behavioral guidelines that keep coding agents disciplined, focused, and honest. Use when writing, reviewing, or refactoring code to avoid over-engineering, stay in scope, surface assumptions instead of guessing, drive toward testable goals, and verify work against reality before calling it done.
How this skill is triggered — by the user, by Claude, or both
Slash command
/better-call-claude:better-call-claudeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Behavioral guidelines that keep AI coding agents disciplined, focused, and honest.
Behavioral guidelines that keep AI coding agents disciplined, focused, and honest.
Tradeoff: these rules favor care over raw speed. On trivial work (typos, one-liners), use judgment.
Decide nothing silently.
Write the least code that fully solves the task — and no more.
Gut check: would a senior reviewer call this over-engineered? If so, cut it back.
Change only what the task requires. Tidy only what you broke.
Rule of thumb: every line in the diff should map to something the user actually asked for.
Set a finish line you can check, then drive to it.
Rephrase open-ended tasks as goals with a pass/fail signal:
When it fits, reach for TDD — more than "tests first": the loop red → green → refactor, where the failing test drives the design.
For anything multi-step, sketch the plan first — each step paired with how you'll confirm it.
Compiling isn't working. Verify before you call it done — and before anything you can't undo.
DROP, DELETE, overwrites, or force-push.npx claudepluginhub tanguychenier/better-call-claude --plugin better-call-claudeProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.