Search
Android Compose UI patterns and Navigation 3 migration guidance
All Skills in This Repository (8)
Pure Emerald Level Indicatorssearch-overview
Consolidate Android search across apps, files, contacts, and web into one interface.
search-build
Configure and validate Android app builds across debug and release variants.
search-guides
Guide developers to extend the Search app with new providers, settings, and screens.
search-provider
Implement a pluggable Provider system for multi-source Android search.
search-repository
Coordinate seven Android repositories with a singleton and reactive StateFlow.
search-ui
Generate documentation for scalable Search UI architecture in Jetpack Compose Android apps.
search-dataflow
Model end-to-end search data flow from user input to UI.
android-jetpack-compose
Design Android UIs with Jetpack Compose and manage state in Kotlin.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core