albertobarnabo

7 mods across 1 repository, 50 stars between them.

lazy-cat

01

albertobarnabo/lazy-cat

Plugin Claude Code

Plugin marketplace listing 1 plugin: lazy-cat.

50 2mo ago A tokens not measured original MIT

lazy-cat

02

albertobarnabo/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.

50 2mo ago A tokens not measured original MIT

lazy-cat CLAUDE.md

03

albertobarnabo/lazy-cat

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.

50 2mo ago A 161 tokens original MIT

surgical

04

albertobarnabo/lazy-cat

Command

Enforce strict scope on a task — build only what was explicitly asked, nothing more.

50 2mo ago A 17 tokens original MIT

think-twice

05

albertobarnabo/lazy-cat

Command

Run the think-twice checklist before implementing a task — stops at the first question that reveals a cheaper path.

50 2mo ago A 22 tokens original MIT

surgical

06

albertobarnabo/lazy-cat

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…

50 2mo ago A 131 tokens original MIT

think-twice

07

albertobarnabo/lazy-cat

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…

50 2mo ago A 158 tokens original MIT