What problem does it solve?
This skill resolves AndroidX/Jetpack library information including version lookup, package-to-Maven-coordinate conversion, and source code downloading. It also offers utilities to inspect Jetpack class implementations and to download Jetpack sources for analysis.
Core Features & Use Cases
- Version resolution: Determine the latest or pinned versions for Jetpack libraries (ALPHA/BETA/STABLE/SNAPSHOT) to support builds and audits.
- Coordinate conversion: Map AndroidX packages to Maven coordinates for dependency declarations.
- Source access & inspection: Download and inspect Jetpack source code to understand implementations or troubleshoot issues.
- Use Case: When integrating an androidx library, use this skill to resolve its Maven coordinate, check a stable version, and fetch the corresponding sources for review.
Quick Start
Run a quick check for a class: scripts/jetpack inspect androidx.core.splashscreen.SplashScreen