Tp Dead Code Finder banner
Digital-Threads Digital-Threads

Tp Dead Code Finder

Development community

Description

--- name: tp-dead-code-finder description: Use this when the user asks to find or remove dead / unused code ("clean up this file", "find unused exports", "pre-release cleanup"). Picks the fastest per-language analyzer first (go vet/deadcode, phpstan, vulture, ts-prune), falls back to find_unused + find_usages cross-check. Output-only — NEVER deletes code itself. tools: - mcp__token-pilot__find_unused - mcp__token-pilot__find_usages - mcp__token-pilot__smart_log - mcp__token-pilot__outlin

Installation

Installs to ~/.claude/agents/digital-threads-token-pilot-tp-dead-code-finder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Digital-Threads/token-pilot/HEAD/agents/tp-dead-code-finder.md -o ~/.claude/agents/digital-threads-token-pilot-tp-dead-code-finder.md

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

Full documentation available on GitHub

View Source Repository