Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill gives Claude Code a complete Android development playbook based on Google's NowInAndroid reference app. It guides the creation of projects, screens, ViewModels, repositories, and feature modules using MVVM, Hilt, Room, and Jetpack Compose. Engineers and architecture teams get consistent modular structure, offline-first data layers, and unidirectional data flow without reinventing the pattern.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Path to the existing Android project, replacing <ANDROID_PROJECT_PATH>
Any existing project naming or module conventions that must be preserved
Using the android-development skill, create a new Android feature module for user settings in my existing project. Use the project at <ANDROID_PROJECT_PATH>; replace <ANDROID_PROJECT_PATH> with the path to my Android project. Create api and impl submodules and follow the documented architecture patterns. First summarize the files and build-configuration changes you propose, then implement only the new module scaffolding without publishing or deploying anything.