#394 · Primary category: AI Coding Assistants
desloppify
Agent harness to make your slop code well-engineered and beautiful.
Project last updated:05/13/26
GitHub Stars
3.0K
Forks
235
Contributors
16
License
Other
Why we included this project
Desloppify is a harness you hand to an AI coding agent so it can hunt down messy code and actually fix it, not just report problems. It layers mechanical checks for dead code, duplication, and complexity on top of LLM review of naming and module boundaries, then works through a prioritized fix loop while tracking a score designed to resist gaming. Because state persists between scans, the agent chips away at technical debt across many sessions instead of starting over each time. Language coverage is solid where it counts: full plugin depth for TypeScript, Python, C#, Go, and Rust, plus generic linter and tree-sitter support for around twenty more. Teams that already rely on an AI assistant for day-to-day work will find this a concrete way to steer it toward a cleaner codebase.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.