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

Claude Code Container Provides Zero-Config Docker Isolation for Claude Code
Claude Code Container (ccc) is a free, open-source tool that automatically creates per-project Docker containers for Claude Code with full isolation and zero configuration. It forwards host environment variables, mounts SSH keys, provides transparent localhost proxy, and includes Chromium with chrome-devtools MCP pre-configured.

Bifrost LLM Gateway: 11 Microsecond Overhead, Single Binary in Go
Bifrost is an open-source LLM proxy written in Go that routes requests to OpenAI, Anthropic, Azure, and Bedrock with 11 microsecond overhead per request, handling 5,000 RPS on a $20/month VPS.

AgentCrawl Update Adds Critical Crawler Features and Enhancements
AgentCrawl's latest update introduces features like robots.txt compliance, disk caching, resumable crawls, and structured metadata extraction, turning it into a more robust and production-ready tool.

YouTube Transcript MCP Improves Claude Research Workflow
A YouTube transcript MCP allows Claude to pull full transcripts with timestamps from YouTube links, eliminating manual tab switching and copy-pasting. The user reports significantly better answers when Claude has actual transcripts versus user summaries.