mrndstvndvmrndstvndvCommunityยท8 Agent Skills Included

Search

Android Compose UI patterns and Navigation 3 migration guidance

Guides Android development with Jetpack Compose state management, theming, lists, and side-effect patterns. Covers Navigation 3 migration, deep links, multiple backstacks, scenes, and ViewModel integration. Eliminates common recomposition bugs and anti-patterns with ready-to-use Kotlin code examples. Helps developers ship stable, performant Android interfaces faster.
npx skills add mrndstvndv/Search --all -g -y
Available:

Tells the agent how to verify Kotlin changes with Gradle, follow commit conventions, and decide when to delegate larger multi-file edits to a coder subagent.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Search skills?โ–ผ

Run `npx skills add mrndstvndv/Search --all -g -y` in your terminal to install all skills in this repository globally.

How to manage state in Jetpack Compose?โ–ผ

The android-jetpack-compose skill covers remember, rememberSaveable, mutableStateOf, and state hoisting with copy-ready Kotlin examples.

How to migrate from Navigation 2 to Navigation 3?โ–ผ

The navigation-3 skill provides a step-by-step migration guide covering dependency updates, route changes, and UI component replacements.

Does this work with Claude Code and other coding agents?โ–ผ

Yes. Both skills follow the standard SKILL.md format and work in Claude Code, Cursor, and other compatible coding agents.

Can it help fix Compose recomposition issues?โ–ผ

Yes. It documents common anti-patterns like side effects in composition and heavy computation during recomposition, with corrected code for each.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’