Code Cleanup
MCP Serverby omer-metin · Added 5mo ago
Claude
11
Install
git clone https://github.com/omer-metin/skills-for-antigravityAdd to Claude
claude mcp add code-cleanupQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"code-cleanup": {
"command": "npx",
"args": [
"@modelcontextprotocol/code-cleanup"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Systematic code cleanup and refactoring agent that identifies and fixes code quality issues without changing functionality. Focuses on: - Dead code removal - Import organization - Type improvements - Consistent patterns - File organization Use when "User asks to "clean up" code, User mentions "dead code" or "unused", User wants to "organize imports", User asks about "code quality", User wants to "refactor" without changing behavior, Code review identifies cleanup items, After major feature co...
Tags
developmentrefactoringskill