Agent skill
Dead Code Eliminator
Find and delete unused files, disabled code blocks, Enhanced variants, deprecated features, test files in production for Leavn app
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/dead-code-eliminator-willsigmon-sigstack-site
SKILL.md
Dead Code Eliminator
Find and delete dead code:
-
Find candidates:
- Files with
#if false - *Enhanced.swift variants
- NavigationCoordinator (unused)
- *Stub.swift files
- Files with
-
Verify unused:
bashgrep -r "ClassName" LeavnApp/Sources/ -
Delete safely:
- Remove from Xcode project
- Delete file
- Run build to verify
- Commit deletion
Use when: Code cleanup, unused files, deprecated features, reducing codebase size
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?