Forge Cleanup banner
chrismccoy chrismccoy

Forge Cleanup

Development community

Description

--- description: Browse and run the Code Cleanup tools - pick one and it runs. argument-hint: [optional tool name, or leave blank to browse] disable-model-invocation: true --- # /forge-cleanup - Code Cleanup picker Route the user to one of the 6 Code Cleanup tools and run it. Strip AI voice, strip Unicode, strip comments, clean README feature lists, rewrite docblocks, plan refactors. This command is a launcher only: it never performs the work itself. User input: $ARGUMENTS ## Step 0 - direct

Installation

Installs to ~/.claude/skills/chrismccoy-forge-forge-cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chrismccoy-forge-forge-cleanup && curl -fsSL https://raw.githubusercontent.com/chrismccoy/forge/HEAD/commands/forge-cleanup.md -o ~/.claude/skills/chrismccoy-forge-forge-cleanup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository