albertobarnabo
UserClaude Code skills for developers who code like cats — never more effort than the problem requires.
Categories
Indexed Skills (5)
surgical
Forces Claude to match output scope exactly to what was requested. Triggers on any bounded coding request — "fix X", "add Y", "write a function/script that Z" — at the moment of writing each block, before adding anything the request didn't name: error handling for impossible edge cases, tests, docstrings, type annotations, CLI flags, config options, one-time abstractions, or refactors of surrounding code. Does NOT trigger when error handling, tests, or validation are the explicit subject of the request, or when the user asked for a complete or production-ready implementation. The best code is code you didn't write.
think-twice
Forces Claude to pause before picking an implementation approach and ask: "Is there a cleverer, cheaper way?" Triggers when the request involves generating data or fixtures (lists, datasets, sample records), implementing a problem that is likely already solved by a stdlib function, package, or public API (validation, parsing, lookups, auth, date/currency/geo data), or any implementation expected to exceed ~20 lines. Does NOT trigger when the user has explicitly chosen the approach or library, when the task is under ~10 lines, when fixing a bug in existing code, or for infra/terraform/k8s and DB queries. Run the checklist before writing code, stop at the first question that reveals a cheaper path, and take that path.
surgical
Forces Claude to match output scope exactly to what was requested. Triggers before adding error handling for impossible edge cases, extracting one-time abstractions into classes, writing tests that weren't asked for, refactoring surrounding code during a bug fix, or future-proofing with config options nobody requested. Does not trigger when error handling, tests, or validation are the explicit subject of the request. The best code is code you didn't write.
think-twice
Forces Claude to pause before any high-cost task and ask: "Is there a cleverer, cheaper way to do this?" Triggers before heavy computation, large code generation, repetitive data writing, or any implementation that feels like hard work. Claude must run a full think-twice check — questioning the approach, the scope, and the strategy — before committing tokens to the obvious path. The goal is productive laziness: always find the shortcut if one exists, always do less if less is enough.
think-twice
Forces Claude to pause before any high-cost task and ask: "Is there a cleverer, cheaper way to do this?" Triggers before heavy computation, large code generation, repetitive data writing, or any implementation that feels like hard work. Claude must run a full think-twice check — questioning the approach, the scope, and the strategy — before committing tokens to the obvious path. The goal is productive laziness: always find the shortcut if one exists, always do less if less is enough.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.