Find and delete unused files, disabled code blocks, Enhanced variants, deprecated features, test files in production for Leavn app
Scanned 2/12/2026
Install via CLI
openskills install willsigmon/sigstack---
name: Dead Code Eliminator
description: Find and delete unused files, disabled code blocks, Enhanced variants, deprecated features, test files in production for Leavn app
allowed-tools: Read, Edit, Grep, Glob, Bash
---
# Dead Code Eliminator
Find and delete dead code:
1. **Find candidates**:
- Files with `#if false`
- *Enhanced.swift variants
- NavigationCoordinator (unused)
- *Stub.swift files
2. **Verify unused**:
```bash
grep -r "ClassName" LeavnApp/Sources/
```
3. **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
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.