reducing-entropy

Installation
Summary

Minimize total codebase size by systematically identifying and removing unnecessary code.

  • Focuses on final code amount, not effort or churn; a 50-line addition that deletes 200 lines is a win
  • Requires loading a reference mindset from the skill's philosophy directory before proceeding
  • 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
  • Flags common traps like status quo bias, premature flexibility, and over-engineering for separation of concerns
SKILL.md

Reducing Entropy

More code begets more code. Entropy accumulates. This skill biases toward the smallest possible codebase.

Core question: "What does the codebase look like after?"

Before You Begin

Load at least one mindset from references/

  1. List the files in the reference directory
  2. Read frontmatter descriptions to pick which applies
  3. Load at least one
  4. State which you loaded and its core principle

Do not proceed until you've done this.

The Goal

Related skills

More from softaworks/agent-toolkit

Installs
3.6K
GitHub Stars
1.8K
First Seen
Jan 20, 2026