Productivity
clean-code - Claude MCP Skill
Clean up technical debt in $ARGUMENTS.
SEO Guide: Enhance your AI agent with the clean-code tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to clean up technical debt in $arguments.... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.mdClean up technical debt in $ARGUMENTS. Steps: 1. Identify cleanup targets: - Scan for TODO, FIXME, HACK, XXX comments - Find commented-out code blocks - Locate unused imports and variables - Detect unreachable/dead code - Identify deprecated API usage - Find console.log/print debug statements 2. Code quality improvements: - Fix linting errors and warnings - Apply consistent code formatting - Standardize naming conventions - Convert var to let/const (JavaScript) - Update to modern syntax (arrow functions, destructuring) - Remove unnecessary type assertions 3. Remove dead code: - Delete commented-out code older than 3 months - Remove unused functions and methods - Clean up unreferenced files - Delete obsolete configuration - Remove feature flags for shipped features - Clean up A/B test code for completed experiments 4. Consolidate duplication: - Identify duplicate code blocks - Extract common functionality to utilities - Merge similar functions with parameters - Consolidate redundant type definitions - Unify error handling patterns 5. Update deprecated usage: - Replace deprecated library methods - Update to current API versions - Migrate from legacy patterns - Update outdated documentation references - Fix deprecated test patterns 6. File organization: - Remove empty files and directories - Organize imports (grouped and sorted) - Move files to appropriate directories - Update incorrect file extensions - Fix circular dependencies 7. Documentation cleanup: - Remove outdated comments - Update incorrect documentation - Add missing JSDoc/docstrings - Fix broken links in docs - Update example code Safety measures: - Create git commit before each cleanup type - Run tests after each change - Keep refactoring commits separate - Document why code was removed - Preserve git history for deleted files Output: - Summary of cleaned items by category - Lines of code removed - Performance impact (if any) - Risk assessment for changes - Follow-up tasks identified
Signals
Information
- Repository
- kamui-fin/readspace
- Author
- kamui-fin
- Last Sync
- 3/12/2026
- Repo Updated
- 2/16/2026
- Created
- 1/16/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-webkit
Upgrade Bun's Webkit fork to the latest upstream version of Webkit.
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
Mastering tmux with Claude: A Complete Guide to the tmux Claude Skill
Learn how to use the tmux Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.