# new-silvermoon

> Open-source publisher. Listings imported from github.com/new-silvermoon — credited to the original author with their license.

- **Listings:** 17
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/new-silvermoon
- **Website:** https://github.com/new-silvermoon

## Published listings

- [Compose Navigation](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-compose-navigation) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-compose-navigation`
  Implement navigation in Jetpack Compose using Navigation Compose. Use when asked to set up navigation, pass arguments between screens, handle deep links, or structure multi-screen apps.
- [Compose Ui](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-compose-ui) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-compose-ui`
  Best practices for building UI with Jetpack Compose, focusing on state hoisting, detailed performance optimizations, and theming. Use this when writing or refactoring Composable functions.
- [Android Data Layer](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-android-data-layer) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-android-data-layer`
  Guidance on implementing the Data Layer using Repository pattern, Room (Local), and Retrofit (Remote) with offline-first synchronization.
- [Android Emulator Skill](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-android-emulator-skill) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-android-emulator-skill`
  Production-ready scripts for Android app testing, building, and automation. Provides semantic UI navigation, build automation, log monitoring, and emulator lifecycle management. Optimized for AI agents with minimal token output.
- [Android Accessibility](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-android-accessibility) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-android-accessibility`
  Expert checklist and prompts for auditing and fixing Android accessibility issues, especially in Jetpack Compose.
- [Rxjava To Coroutines Migration](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-rxjava-to-coroutines-migration) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-rxjava-to-coroutines-migration`
  Guide and execute the migration of asynchronous code from RxJava to Kotlin Coroutines and Flow. Use this skill when a user asks to convert RxJava (Observables, Singles, Completables, Subjects) to Coroutines (suspend functions, Flows, StateFlows).
- [Android Architecture](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-android-architecture) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-android-architecture`
  Expert guidance on setting up and maintaining a modern Android application architecture using Clean Architecture and Hilt. Use this when asked about project structure, module setup, or dependency injection.
- [Android Viewmodel](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-android-viewmodel) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-android-viewmodel`
  Best practices for implementing Android ViewModels, specifically focused on StateFlow for UI state and SharedFlow for one-off events.
- [Android Gradle Logic](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-android-gradle-logic) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-android-gradle-logic`
  Expert guidance on setting up scalable Gradle build logic using Convention Plugins and Version Catalogs.
- [Android Retrofit](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-android-retrofit) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-android-retrofit`
  Expert guidance on setting up and using Retrofit for type-safe HTTP networking in Android. Covers service definitions, coroutines, OkHttp configuration, and Hilt integration.
- [Android Coroutines](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-android-coroutines) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-android-coroutines`
  Authoritative rules and patterns for production-quality Kotlin Coroutines onto Android. Covers structured concurrency, lifecycle integration, and reactive streams.
- [Coil Compose](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-coil-compose) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-coil-compose`
  Expert guidance on using Coil for image loading in Jetpack Compose. Use this when asked about loading images from URLs, handling image states, or optimizing image performance in Compose.
- [Xml To Compose Migration](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-xml-to-compose-migration) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-xml-to-compose-migration`
  Convert Android XML layouts to Jetpack Compose. Use when asked to migrate Views to Compose, convert XML to Composables, or modernize UI from View system to Compose.
- [Compose Performance Audit](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-compose-performance-audit) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-compose-performance-audit`
  Audit and improve Jetpack Compose runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive recompositions, or performance issues in Compose UI.
- [Android Testing](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-android-testing) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-android-testing`
  Comprehensive testing strategy involving Unit, Integration, Hilt, and Screenshot tests.
- [Gradle Build Performance](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-gradle-build-performance) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-gradle-build-performance`
  Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks.
- [Kotlin Concurrency Expert](https://agentstack.voostack.com/l/skill-new-silvermoon-awesome-android-agent-skills-kotlin-concurrency-expert) — Skill · Free · security-reviewed — `agentstack add skill-new-silvermoon-awesome-android-agent-skills-kotlin-concurrency-expert`
  Kotlin Coroutines review and remediation for Android. Use when asked to review concurrency usage, fix coroutine-related bugs, improve thread safety, or resolve lifecycle issues in Kotlin/Android code.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
