remove-dead-code

Safely scan, remove, and validate dead code with multi-agent analysis and automatic backup branches

Content Preview
---
description: Safely scan, remove, and validate dead code with multi-agent analysis and automatic backup branches
argument-hint: [scan|remove|validate]
allowed-tools: Skill(remove-dead-code)
---

Invoke the remove-dead-code skill for: $ARGUMENTS
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/remove-dead-code.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/dev/remove-dead-code.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/dev/remove-dead-code.md

Related Skills