Topic: nostr
11 skills in this topic.
-
android-expert
vitorpamplona/amethyst 1,494
-
compose-expert
Advanced Compose Multiplatform UI patterns for shared composables. Use when working with visual UI components, state management patterns (remember, derivedStateOf, produceState), recomposition optimization (@Stable/@Immutable visual usage), Material3 theming, custom ImageVector icons, or determining whether to share UI in commonMain vs keep platform-specific. Delegates navigation to android-expert/desktop-expert. Complements kotlin-expert (handles Kotlin language aspects of state/annotations).
vitorpamplona/amethyst 1,494
-
desktop-expert
vitorpamplona/amethyst 1,494
-
find-missing-translations
Use when comparing Android strings.xml locale files to find untranslated string resources, missing translation keys, or preparing translation work for a specific language
vitorpamplona/amethyst 1,494
-
find-non-lambda-logs
Use when auditing or migrating Log calls to lambda overloads, after adding new logging, or checking for string interpolation in Log.d/i/w/e calls that waste allocations when the log level is filtered out
vitorpamplona/amethyst 1,494
-
gradle-expert
vitorpamplona/amethyst 1,494
-
kotlin-coroutines
vitorpamplona/amethyst 1,494
-
kotlin-expert
vitorpamplona/amethyst 1,494
-
kotlin-multiplatform
Platform abstraction decision-making for Amethyst KMP project. Guides when to abstract vs keep platform-specific,
source set placement (commonMain, jvmAndroid, platform-specific), expect/actual patterns. Covers primary targets
(Android, JVM/Desktop, iOS) with web/wasm future considerations. Integrates with gradle-expert for dependency issues.
Triggers on: abstraction decisions ("should I share this?"), source set placement questions, expect/actual creation,
build.gradle.kts work, incorrect placement detection, KMP dependency suggestions.
vitorpamplona/amethyst 1,494
-
nostr-expert
vitorpamplona/amethyst 1,494
-
quartz-integration
vitorpamplona/amethyst 1,494