android skills

Manages Android CLI skills. Includes commands to install, remove, list, and search for skills by keyword.

Usage

android skills [-h]

Options

  • -h,--help - Shows the help message for the specified command.

android options:

  • --sdk=PARAM - Path to the Android SDK.
  • -v,--verbose - Enable verbose output for troubleshooting.
  • -V,--version - Print version information and exit.

Subcommands

  • add - Installs a specific skill by its ID to your environment.
  • find - Searches for available skills in the repository matching a keyword.
  • list - Lists installed and available skills.
  • remove - Removes an installed skill by its ID.
  • update - Updates installed skills.

Description

The android skills command set manages Android skills—curated instruction packages that teach AI coding agents how to follow official Android architecture, UI, and tooling best practices.

Scope skills by agent or project

  • --agent: Targets a comma-separated list of specific AI agents (for example, gemini, claude, or codex). When omitted, commands apply to all detected agent configurations on your machine.
  • --project: Installs, updates, lists, or removes skills in a specific project root directory instead of your global user profile.