tag
entropy▌
2 indexed skills · max 10 per page
skills (2)
reducing-entropy
davila7/claude-code-templates · Productivity
More code begets more code. Entropy accumulates. This skill biases toward the smallest possible codebase.
reducing-entropy
softaworks/agent-toolkit · Productivity
Minimize total codebase size by systematically identifying and removing unnecessary code. \n \n Focuses on final code amount, not effort or churn; a 50-line addition that deletes 200 lines is a win \n Requires loading a reference mindset from the skill's philosophy directory before proceeding \n Applies three core questions: what's the smallest codebase that solves this, does the change reduce total code, and what can be deleted as a result \n Flags common traps like status quo bias, premature f