Android CLI and Skills for AI Agent Development Workflows

Google introduced Android CLI and Android Skills, tools designed to improve AI agent workflows for Android development outside of Android Studio.
Android CLI Features
The revitalized Android CLI serves as a lightweight, programmatic interface for terminal-based Android development. Key commands include:
android sdk install- downloads specific SDK components for lean environmentsandroid create- generates new projects from official templates with recommended architectureandroid emulator- creates and manages virtual devicesandroid run- deploys apps to devicesandroid update- ensures latest capabilities are available
Internal experiments showed Android CLI reduced LLM token usage by more than 70% and completed tasks 3x faster compared to using standard toolsets alone.
Android Skills Repository
The Android Skills GitHub repository provides modular, markdown-based instruction sets (SKILL.md files) that trigger automatically when prompts match skill metadata. Initial skills include:
- Navigation 3 setup and migration
- Implementing edge-to-edge support
- AGP 9 and XML-to-Compose migrations
- R8 config analysis
Skills can be browsed and set up using the android skills command when using Android CLI.
📖 Read the full source: HN AI Agents
👀 See Also

Developer shares hybrid AI coding workflow: Claude for planning, local models for execution
A developer built a pipeline using Claude 3.5 Sonnet for task planning and local Qwen2.5-Coder models via Ollama for code generation, achieving 85% token reduction compared to using Claude alone.

Orloj: Declarative Orchestration Runtime for Multi-Agent AI Systems
Orloj v0.1.0 is an open-source orchestration runtime that lets you define AI agents, tools, policies, and workflows in YAML manifests with GitOps. It handles scheduling, execution, governance, and reliability for production multi-agent systems.

Corbell: Open Source CLI for Cross-Repo Architecture Analysis and Design Docs
Corbell is a free, open source CLI tool that scans multiple repositories to build an architecture graph and generate design documentation locally. It works fully offline with Ollama or supports various LLM providers, and never sends code off your machine.

Sentrial: Production Monitoring for AI Agents
Sentrial is a monitoring tool that automatically detects failure patterns in AI products including loops, hallucinations, tool misuse, and user frustrations. It diagnoses root causes by analyzing conversation patterns, model outputs, and tool interactions.