From app-dev
Fix last few build errors aggressively, get clean build, commit everything, and prepare for ship in Leavn iOS app
npx claudepluginhub willsigmon/sigstack --plugin app-devThis skill is limited to using the following tools:
Aggressively fix remaining errors to get clean build:
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.
Aggressively fix remaining errors to get clean build:
Count errors:
xcodebuild build 2>&1 | grep -c "error:"
If <10 errors - FIX DIRECTLY:
Quick fix strategies:
Nuclear options (if stuck):
#if false to guard codeSuccess criteria:
** BUILD SUCCEEDED **Use this skill when: Almost at clean build, <10 errors left, need to ship, aggressive fixes needed