← All plugins
code-refactoring
v1.2.1Code cleanup, refactoring automation, and technical debt management with context restoration
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/code-refactoring/ inside the repository.
Layout
plugins/code-refactoring/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/code-refactoring/.codex-plugin/plugin.json
{
"name": "code-refactoring",
"version": "1.2.1",
"description": "Code cleanup, refactoring automation, and technical debt management with context restoration",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Code Refactoring",
"shortDescription": "Code cleanup, refactoring automation, and technical debt management with context restoration",
"category": "Coding"
}
}plugins/code-refactoring/.claude-plugin/plugin.json
{
"name": "code-refactoring",
"version": "1.2.1",
"description": "Code cleanup, refactoring automation, and technical debt management with context restoration",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}