npx skills add https://github.com/android/skills --skill r8-analyzerInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
Android skills are a dedicated repository of AI-optimised, modular instructions and resources, to
help LLMs better understand and execute specific patterns that follow the best practices and
guidance on Android development from developer.android.com.
Android skills follow the open-standard agent skills - markdown
files (SKILL.md) that provide a technical specification of a task, and ground LLMs with information
on specialized domains and workflows.
To learn more, read the official documentation:
Use Android CLI to install Android skills to directories for all detected agents:
android skills add [--all] [--agent=<agent-name>] [--skill=<skill-name>]
If you don't have any existing agent directories and don't specify particular agents, the skills
will be installed for Gemini and Antigravity at ~/.gemini/antigravity/skills.
Options:
--all - Add all Android skills. If omitted (and --skill isn't specified), only theandroid-cli skill will be installed.--agent - A comma-separated list of agents to install the skill for. If omitted, the skill will--skill - Specific skill that you want to install. If omitted (and --all isn't specified),android-cli skill will be installed.AI can make mistakes, so always double-check the results.
Submit a GitHub issue to provide feedback, report issues, or make new skill requests and changes.
Public contributions are not accepted at this time.
Android Skills is licensed under the Apache License 2.0. See the LICENSE.txt file
for
details.
This project follows
Google's Open Source Community Guidelines.