Systematically improve any project — score, prioritize, fix, verify, leave it better than you found it.
Point it at any codebase. It evaluates the project across 9 dimensions, finds the highest-impact gap between what the project should be and what it actually is, fixes that gap, verifies the fix, and records the improvement.
Not a linter. Not a code reviewer. Not a monitoring tool. It fixes things.
| Skill | Description |
|---|---|
/improve |
Score, prioritize, fix, verify, record — one improvement per run |
/improve-history |
View improvement trends over time |
| Dimension | What It Measures |
|---|---|
| Reliability | Does it work? Tested with real inputs? |
| Performance | Fast enough? Wasting resources? |
| UX | Would a human understand it in 30 seconds? |
| Security | Would you run it on a machine with secrets? |
| Code Quality | Can the next developer read and modify it? |
| Documentation | Can someone use it without reading the code? |
| Packaging | Can someone install it without your help? |
| Vision Alignment | Does the code match the stated purpose? |
| Production Readiness | Would you ship this to a stranger? |
# Copy skills into your project
cp ~/repos-eidos-agi/improve-forge/.claude/skills/improve*.md .claude/skills/
# Run an improvement
/improve
# Or just score
/improve --score-only
# View history
/improve-historyMIT