skills
Modular instructions and resources optimized for Android development with LLMs.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 5.9k
- Source
- skill-github
- Repository
- github.com/android/skills
Overview
Android skills is a dedicated repository containing AI-optimized, modular instructions and resources that help large language models better understand and execute specific patterns aligned with Android development best practices. These skills follow the open-standard agent skill format (SKILL.md) and focus on use cases and workflows where LLM performance typically underperforms. The Android CLI allows you to install specific skills or all skills into the current directory or all detected agent directories.
Capabilities
- ▪Provides Android development best practices
- ▪Modular instructions and resources
- ▪Supports multiple agents
Use cases
Setup
Install a specific skill using the Android CLI: `android skills add --skill=r8-analyzer --project=.` or install all skills: `android skills add --all`
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I install a specific skill?
Use the command `android skills add --skill=r8-analyzer --project=.`
How do I install all skills?
Use the command `android skills add --all`
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.