mirror of
https://github.com/android/skills.git
synced 2026-09-14 20:07:09 +08:00
Update readMe (#121)
* Update README.md * Update README.md * Update README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
## Android skills
|
## Android skills
|
||||||
|
|
||||||
**Android skills** are a dedicated repository of **AI-optimized, modular instructions** and
|
**Android skills** are a dedicated repository of **AI-optimized, modular instructions** and
|
||||||
resources, to help LLMs better understand and execute specific patterns that follow the best
|
resources, to help agents better understand and execute specific patterns that follow the best
|
||||||
practices and guidance on Android development
|
practices and guidance on Android development
|
||||||
from [developer.android.com](https://developer.android.com).
|
from [developer.android.com](https://developer.android.com).
|
||||||
|
|
||||||
@@ -47,6 +47,10 @@ will be installed for Gemini and Antigravity at `~/.gemini/antigravity/skills`.
|
|||||||
only the `android-cli` skill will be installed.
|
only the `android-cli` skill will be installed.
|
||||||
- `--project` - Path to a project root in which to install the skills.
|
- `--project` - Path to a project root in which to install the skills.
|
||||||
|
|
||||||
|
### Activate skills
|
||||||
|
|
||||||
|
Your agent automatically activates skills that are relevant to your task. To use a skill, prompt your agent to complete a task that is related to the skill, for example "Make my app UI edge-to-edge." The agent should automatically find and use the skill if it has been installed.
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
AI can make mistakes, so always double-check the results.
|
AI can make mistakes, so always double-check the results.
|
||||||
|
|||||||
Reference in New Issue
Block a user