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

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.