← All plugins
codebase-cleanup
v1.2.1Technical debt reduction, dependency updates, and code refactoring automation
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/codebase-cleanup/ inside the repository.
Layout
plugins/codebase-cleanup/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/codebase-cleanup/.codex-plugin/plugin.json
{
"name": "codebase-cleanup",
"version": "1.2.1",
"description": "Technical debt reduction, dependency updates, and code refactoring automation",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Codebase Cleanup",
"shortDescription": "Technical debt reduction, dependency updates, and code refactoring automation",
"category": "Coding"
}
}plugins/codebase-cleanup/.claude-plugin/plugin.json
{
"name": "codebase-cleanup",
"version": "1.2.1",
"description": "Technical debt reduction, dependency updates, and code refactoring automation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}