From engineering
Use fallow's cleanup layer to find unused files, exports, types, and dependencies plus cold-path deletion confidence from runtime coverage, then produce a safe, confirmation-gated deletion plan for a JavaScript or TypeScript repo. Use when the user asks "find dead code", "clean up unused exports and dependencies", or "what is safe to delete". DESTRUCTIVE: deletions are gated behind explicit confirmation; advisory by default.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering:dead-code-cleanupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Drive the `fallow` skill's cleanup layer to identify removable code and dependencies, grade each candidate by deletion confidence, and assemble a deletion plan. This skill is advisory by default. It proposes; it does not delete until the user confirms.
Drive the fallow skill's cleanup layer to identify removable code and dependencies, grade each candidate by deletion confidence, and assemble a deletion plan. This skill is advisory by default. It proposes; it does not delete until the user confirms.
fallow:fallow. Request the cleanup layer: unused files, unused exports, unused types, and unused dependencies. Let fallow drive its own analysis; do not hardcode internal command names.A deletion plan grouped by confidence tier (High, Medium, Low). For each candidate include:
Close with a summary: counts per tier, an estimate of lines and dependencies removable at High confidence, and the explicit confirmation prompt before any deletion.
npx claudepluginhub p/henssler-financial-engineering-plugins-engineeringGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.