Code Cleanup banner
STRML STRML

Code Cleanup

Development community

Description

--- description: Deep codebase cleanup via eight parallel subagents that inherit this session's context. Each owns one concern — dedup, type consolidation, dead code, circular deps, weak types, defensive-programming cruft, legacy paths, AI slop. Uses native Agent forks so spawns see the recon phase as live conversation, not a re-inlined brief. --- # Code Cleanup Recon once in this session, then fan out to eight forked subagents that inherit the conversation. Reconcile their reports. **Depende

Installation

Installs to ~/.claude/skills/strml-cc-skills-code-cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/strml-cc-skills-code-cleanup && curl -fsSL https://raw.githubusercontent.com/STRML/cc-skills/HEAD/commands/code-cleanup.md -o ~/.claude/skills/strml-cc-skills-code-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