Build a reproducible skill setup.
1. Official catalogue
Browse the official Android skill collection and inspect the intended task, prerequisites and supporting files. Similar titles can cover different migration directions.
2. CLI management
Use the documented Android CLI skill commands for the installed version. Start from help output and record what was installed rather than guessing command flags.
3. Source review
Inspect the package before use, especially scripts and external references. Official origin is useful provenance but does not make every action appropriate for your current task.
Worked scenario
A migration skill expects a dependency your project does not use. Reading prerequisites prevents applying an incompatible workflow.
Apply it
Install one relevant skill in a test workspace and record its source and available instructions.
Check your understanding
A teammate can reproduce the same setup and understand its prerequisites. Explain the decision and show evidence from your implementation or design. If you cannot demonstrate it yet, revisit the relevant section before continuing.