tessl install https://github.com/softaworks/agent-toolkit --skill reducing-entropygithub.com/softaworks/agent-toolkit
Manual-only skill for minimizing total codebase size. Only activate when explicitly requested by user. Measures success by final code amount, not effort. Bias toward deletion.
Average Score
82%
Content
85%
Description
75%
More code begets more code. Entropy accumulates. This skill biases toward the smallest possible codebase.
Core question: "What does the codebase look like after?"
Load at least one mindset from references/
Do not proceed until you've done this.
The goal is less total code in the final codebase - not less code to write right now.
Measure the end state, not the effort.
Not "what's the smallest change" - what's the smallest result.
Count lines before and after. If after > before, reject it.
Every change is an opportunity to delete. Ask:
See references/ for philosophical grounding.
To add new mindsets, see adding-reference-mindsets.md.
Bias toward deletion. Measure the end state.