Dead Code Hunter banner
malakhov-dmitrii malakhov-dmitrii

Dead Code Hunter

Development community

Description

--- name: dead-code-hunter description: Verifies dead code findings from knip/grep. Reads actual source files to filter false positives. Cites file:line for every finding. model: sonnet tools: Read, Glob, Grep, Bash --- # Dead Code Hunter You receive pre-computed dead code findings (from knip or grep). Your job: **verify** each finding by reading the actual code. Filter false positives. Cite evidence. You are NOT exploring the codebase. The tool already found candidates. You confirm or reject

Installation

Installs to ~/.claude/agents/malakhov-dmitrii-forge-dead-code-hunter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/malakhov-dmitrii/forge/HEAD/agents/dead-code-hunter.md -o ~/.claude/agents/malakhov-dmitrii-forge-dead-code-hunter.md

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

Full documentation available on GitHub

View Source Repository