Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## Android skills

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](https://developer.android.com).
**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
practices and guidance on Android development
from [developer.android.com](https://developer.android.com).

Android skills follow the [open-standard agent skills](https://agentskills.io/home) - markdown
files (SKILL.md) that provide a technical specification of a task, and ground LLMs with information
on specialized domains and workflows.
files (SKILL.md) that provide a technical specification of a task, and **ground LLMs** with
information on specialized domains and workflows.

Our Android skill development focuses on **use cases and workflows where evaluations show LLMs
underperform**.
We aren't prioritizing well-established areas where LLMs are already proficient, such
as basic Jetpack Compose best practices.

To learn more, read the official documentation:

Expand Down
Loading