AIAny
AI Agent2026
Icon for item

Android skills

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.

Introduction

Most LLMs struggle with multi-step, platform-specific developer workflows because they lack a compact, machine-readable specification of expected steps and guardrails. This repository encodes Android development patterns as open-standard SKILL.md files so agents can execute, validate, and follow Android-specific workflows more reliably.

What Sets It Apart
  • Uses the open-standard agent skills format (SKILL.md) so skills are machine-readable and reusable across agents — this means the same skill can be installed into different agent runtimes without reauthoring.
  • Focuses on Android workflows where LLMs underperform (integration tasks, complex refactors, CI-aware changes) rather than rehashing basic best practices like introductory Compose guidance — so it targets high-impact gaps.
  • Integrates with Android CLI and common agent directories (e.g., Gemini/Antigravity) for straightforward agent consumption — enabling agent-driven automation in developer tooling rather than ad-hoc prompting.
  • Licensed under Apache 2.0 and maintained by the Android/Google ecosystem, providing clear licensing and platform alignment for Android-focused teams.
Who It's For and Tradeoffs

Great fit if you are an engineering team or researcher trying to bootstrap agent-driven automation for Android projects, want reproducible, domain-grounded prompts/skills, and need skills that map to platform conventions. It’s also useful as a reference for building skills for other platforms.

Look elsewhere if you need a community-driven, externally contributed skill catalog (this repo currently does not accept public contributions), expect exhaustive coverage of beginner Android topics, or require turnkey GUIs — the project is focused on specification and integration rather than end-user UI or broad tutorial content.

Where It Fits

It sits between general agent-skill registries and project-specific automation scripts: unlike generic prompt libraries, it encodes platform rules and workflows as first-class SKILL.md artifacts, making it easier to adopt in CI and agent orchestration setups while remaining platform-specific to Android.

Information

  • Websitegithub.com
  • OrganizationsAndroid (Google)
  • Published date2026/03/16

Categories

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.