From app-dev
Find hardcoded strings in Leavn app, add I18n.str() calls, create localization keys for all 6 supported languages (en, es, de, zh-Hans, ar, he)
npx claudepluginhub willsigmon/sigstack --plugin app-devThis skill is limited to using the following tools:
Replace hardcoded Text() strings with I18n pattern for 6 languages.
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.
Replace hardcoded Text() strings with I18n pattern for 6 languages.
Pattern:
// BEFORE
Text("Verse of the Day")
// AFTER
Text(I18n.str("widget.verseOfDay", default: "Verse of the Day"))
Add keys to: LeavnApp/Sources/Resources/{lang}.lproj/Localizable.strings
Use when: Hardcoded strings found, adding UI text, widget/ChatterboxKit localization