From app-dev
Find and delete unused files, disabled code blocks, Enhanced variants, deprecated features, test files in production for Leavn app
npx claudepluginhub willsigmon/sigstack --plugin app-devThis skill is limited to using the following tools:
Find and delete dead code:
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Find and delete dead code:
Find candidates:
#if falseVerify unused:
grep -r "ClassName" LeavnApp/Sources/
Delete safely:
Use when: Code cleanup, unused files, deprecated features, reducing codebase size