Understand domain guidance for coding agents.
1. Android-specific expertise
Android skills provide reusable workflows for supported Android tasks. They guide an agent through platform-specific work but do not replace reading your project’s architecture and constraints.
2. Installed versus applicable
A skill being installed does not mean it belongs in every task. Choose it based on the requested behavior, supported scope and actual repository state.
3. Human ownership
The generated patch remains your software. Review API compatibility, behavior and test evidence rather than treating the skill’s recommendation as proof of correctness.
Worked scenario
A skill for edge-to-edge UI is useful for window inset migration, but irrelevant to a database query optimization.
Apply it
Match five project tasks to relevant skills or to ordinary engineering work without a skill.
Check your understanding
You can explain why a selected skill applies to the specific change. Explain the decision and show evidence from your implementation or design. If you cannot demonstrate it yet, revisit the relevant section before continuing.