macanderson

Remove Deadcode — Development skill for Claude Code

Development community

Find and remove dead code — unused exports, unreachable functions, orphaned files, and stale feature flags.

How to install Remove Deadcode

Installs to ~/.claude/skills/macanderson-agent-harness-remove-deadcode/SKILL.md

Terminal
mkdir -p ~/.claude/skills/macanderson-agent-harness-remove-deadcode && curl -fsSL https://raw.githubusercontent.com/macanderson/agent-harness/HEAD/commands/remove-deadcode.md -o ~/.claude/skills/macanderson-agent-harness-remove-deadcode/SKILL.md

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

What Remove Deadcode does


description: Find and remove dead code — unused exports, unreachable functions, orphaned files, and stale feature flags. Fixes in-place and commits. allowed-tools: Bash, Read, Grep, Glob, Edit, Write, Agent, TodoWrite, ToolSearch, TaskCreate, TaskGet, TaskList, TaskOutput, TaskStop, TaskUpdate

/remove-deadcode

Find and remove dead code across the monorepo. Work autonomously. Delete unused code; never stub or comment out — if it's dead, it's gone. Follow the prime directive: prefer de

Alternatives in Development

  • Mempalace Mine — Mine projects and conversations into the MemPalace 58.6k ★
  • Ralph Loop — Autonomous coding loop — works through tasks, commits, repeats 14k ★
  • Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★

Full documentation available on GitHub

View Source Repository