peteromalletpeteromalletCommunityยท2 Agent Skills Included

desloppify

Scan, score, and systematically fix codebase quality with AI

Scans codebases in 29 languages to detect dead code, duplication, complexity, and test gaps, then scores overall health. Combines mechanical detection with LLM-based review of naming, abstractions, and module boundaries to eliminate hidden technical debt. Generates a prioritized fix queue so your AI agent resolves issues step by step across sessions until the code reaches a high standard.
npx skills add peteromallet/desloppify --all -g -y
Available:

Instructs the AI agent to run blind, context-isolated Claude subagents for subjective code reviews and to orchestrate multi-stage triage using desloppify's prepare, merge, and import commands.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install desloppify?โ–ผ

Run `npx skills add peteromallet/desloppify --all -g -y` in your terminal to install the full skill suite globally.

What does desloppify actually do?โ–ผ

It scans your codebase for dead code, duplication, and complexity, then uses LLM reviews to score subjective quality like naming and abstractions. It produces a prioritized fix queue your AI agent works through until the code improves.

Which programming languages does desloppify support?โ–ผ

It supports 29 languages, with deep analysis for TypeScript, Python, C#, C++, Dart, Go, and Rust, plus generic support for Java, Kotlin, Ruby, and more.

Does desloppify work with Claude Code and Codex?โ–ผ

Yes. It includes dedicated workflow overlays for Claude Code, Codex, Cursor, Copilot, and other agents, using subagents for unbiased blind code reviews.

Can desloppify run in CI pipelines?โ–ผ

Yes. Run `desloppify scan --path . --profile ci` in GitHub Actions or any CI to enforce a codebase health score threshold on every push.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’