Sweep dead code and unused abstractions
nihil-shivaworkflowsetup L3★5
ANcpLua/ancplua-claude-plugins ↗What it does
Identify and remove dead code and unused public APIs
Best for
When artifacts may no longer earn their existence and you want evidenced deletion guidance before committing to removal.
Inputs
- · scope: path/glob
- · args.execute: boolean
Outputs
- · evidenced break/deletion manifest
Requires
- · grep
- · reference-counting via search
Preconditions
Read-only by default; execute=true required to apply
Failure modes
- · Incomplete proofs if agent fails to return
- · Over-aggressive removal
Trust signals
- · Multi-modal finders (dead-code, duplication, thin-abstraction, public-surface, dependency)
- · Adversarial 'prove it is safe' check per candidate
- · Integrity report on dropped proofs