← All creators

albertobarnabo

User

Claude Code skills for developers who code like cats — never more effort than the problem requires.

5 indexed · 0 Featured · 49 stars · avg score 75
Prolific

Categories

Indexed Skills (5)

AI & Automation Listed

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.

35 Updated today
albertobarnabo
DevOps & Infrastructure Listed

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.

35 Updated today
albertobarnabo
AI & Automation Listed

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.

12 Updated 4 days ago
albertobarnabo
AI & Automation Listed

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.

12 Updated 4 days ago
albertobarnabo
Data & Documents Listed

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.

2 Updated 1 weeks ago
albertobarnabo

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.