Dead Code Sweep banner
zanix-io zanix-io

Dead Code Sweep

Testing & QA community

Description

--- name: dead-code-sweep description: Periodic sweep, within one Zanix repo at a time, for orphaned modules (no longer on the real path but still present, often with their own test suite), duplicate implementations (two modules doing the same job because one replaced the other without cleanup), and stale references to whichever of those this sweep itself finds (a comment/doc/import elsewhere in the repo still citing an orphaned or superseded module as if it were the real source of truth). Disti

Installation

Installs to ~/.claude/agents/zanix-io-claude-skills-dead-code-sweep.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/zanix-io/claude-skills/HEAD/.claude/agents/dead-code-sweep.md -o ~/.claude/agents/zanix-io-claude-skills-dead-code-sweep.md

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

Full documentation available on GitHub

View Source Repository