desloppify
v0.1.0Turn whole-codebase slop into evidence-backed cleanup with the official Desloppify engine.
By Parcha LabsLicense: MIT61 GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install desloppify for Codex and Claude Code
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add desloppify@unc-skillsPaste and run these commands in a terminal with Codex. They add and refresh the unc-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “desloppify” remain stable.
- Codex:
desloppify@agent-plugin-marketplace→desloppify@unc-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Parcha-ai/parcha-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is desloppify/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/desloppify/SKILL.md
Included Skills1
Systematically diagnose and improve whole-codebase maintainability with the official Desloppify engine, combining mechanical scans, blind structural review, root-cause triage, bounded repairs, and regression proof. Use when the user explicitly asks for Desloppify, a codebase health or strict score, a technical-debt cleanup campaign, or a broad maintainability/architecture improvement plan. Do not trigger for an ordinary diff review, a single bug, formatting, or a narrowly scoped refactor.
Plugin manifests2
{
"name": "desloppify",
"version": "0.1.0",
"description": "Turn whole-codebase slop into evidence-backed cleanup with the official Desloppify engine.",
"author": {
"name": "Parcha Labs",
"url": "https://parcha.com"
},
"homepage": "https://github.com/miguelrios/unc-skills/tree/main/desloppify",
"repository": "https://github.com/miguelrios/unc-skills/tree/main/desloppify",
"license": "MIT",
"keywords": [
"codex",
"claude-code",
"code-quality",
"technical-debt",
"agent-skills"
],
"skills": "./skills/",
"interface": {
"displayName": "Desloppify",
"shortDescription": "Evidence-backed whole-codebase cleanup",
"longDescription": "Use Peter O'Malley's official Desloppify engine through one portable workflow that protects behavior, reviews structure blind, fixes root causes, and resists score gaming.",
"developerName": "Parcha Labs",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/miguelrios/unc-skills/tree/main/desloppify",
"defaultPrompt": [
"Use Desloppify to diagnose and systematically improve this codebase without gaming the score."
]
}
}{
"name": "desloppify",
"version": "0.1.0",
"description": "Turn whole-codebase slop into evidence-backed cleanup with the official Desloppify engine.",
"author": {
"name": "Parcha Labs",
"url": "https://parcha.com"
},
"homepage": "https://github.com/miguelrios/unc-skills/tree/main/desloppify",
"repository": "https://github.com/miguelrios/unc-skills/tree/main/desloppify",
"license": "MIT",
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[desloppify on Agent Plugins Marketplace](https://pluginsmp.com/plugins/desloppify)