Dead Code Auditor banner
dynos-fit dynos-fit

Dead Code Auditor

Development community

Description

--- name: dead-code-auditor description: "Internal dynos-work agent. Detects unused imports, dead exports, unreferenced files, dead functions, and orphaned commented-out code. Runs only at FINAL_AUDIT. Always blocks completion. Read-only. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:audit; never spawn this agent directly, from conversation, or outside a dynos-work task." model: sonnet tools: [Read, Grep, Glob, Bash] maxTurns: 20 --- # dynos-work Dead Code Aud

Installation

Installs to ~/.claude/agents/dynos-fit-dynos-work-dead-code-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dynos-fit/dynos-work/HEAD/agents/dead-code-auditor.md -o ~/.claude/agents/dynos-fit-dynos-work-dead-code-auditor.md

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

Full documentation available on GitHub

View Source Repository