lazy-cat
01Plugin Claude Code
Plugin marketplace listing 1 plugin: lazy-cat.
Plugin Claude Code
Plugin marketplace listing 1 plugin: lazy-cat.
Plugin Claude Code
Two skills that eliminate the two biggest sources of token waste: think-twice (pick the cheaper approach before starting) and surgical (build only what was asked, nothing more). The best tokens are the ones you didn't spend.
Instructions file
Instructions for albertobarnabo/lazy-cat: Before any substantial coding task (new feature, data generation, implementation over 20 lines): pause and check — does a public API, package, or one-liner already solve this? If yes, use it. Only then proceed with the minimum that solves the problem today.
Command
Enforce strict scope on a task — build only what was explicitly asked, nothing more.
Command
Run the think-twice checklist before implementing a task — stops at the first question that reveals a cheaper path.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…