AI AGENT ADDONS

Reducing Entropy

softaworks/agent-toolkit

This skill helps you shrink a codebase by focusing on the final amount of code. The main idea is to bias toward deletion and aim for less total code in the end. Every change should make the codebase smaller, not bigger.

Success is measured by how many lines remain, not by how much work you put in. Writing 50 lines to delete 200 is a win. Keeping 14 functions to avoid writing 2 is a loss. The goal is the smallest possible codebase that still solves the problem.

Before you start, you must load a mindset from the reference files. Then ask three questions: What is the smallest codebase that works? Does the change make total code smaller? What can you delete? Always measure the end state, not the effort.

Add Reducing Entropy skill to your workflow

Global

mkdir -p ~/.claude/skills/reducing-entropy

Project

mkdir -p .claude/skills/reducing-entropy

Source Repository

Stars
2,108
Forks
199
Watchers
2,108
License
MIT
Last Push
4 months ago
Created
6 months ago