skills/android-room-database/SKILL.md
Model Room entities, DAOs, transactions, migrations, schema exports, and test-safe local persistence.
npx skillsauth add krutikJain/android-agent-skills android-room-databaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
android-rxjava-to-coroutines-migration only if the main work is reactive API migration rather than the database contract itself.android-local-persistence-datastoreandroid-testing-unitSELECT * queries when the screen only needs a narrow projection.cd examples/orbittasks-compose && ./gradlew :app:testDebugUnitTestpython3 scripts/eval_triggers.py --skill android-room-databasecd examples/orbittasks-xml && ./gradlew :app:testDebugUnitTesttesting
Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
data-ai
Model screen state, events, reducers, and side effects for Android UIs with predictable lifecycle-aware ownership.
tools
Coordinate serialization, caching, conflict handling, and offline-first sync flows in Android apps.
development
Apply Android app security guidance around secrets, storage, network trust, exported components, and least privilege.