Skip to content

Jugg CLI and Agent Skills

This section covers the automation entry points used by Agents to drive Jugg in Android projects. The pages are organized by the Agent Skill workflow, Jugg CLI task domains, and direct MCP access by Agents.

Pages

PageWhen to use itUnderlying capability
Agent SkillsUnderstand the Agent workflow for editing, building, deploying, verifying, and iteratingThe jugg-android-dev-loop skill and reference documents
Jugg CLIDecide when an Agent or terminal should drive Jugg through the command-line entry pointCLI wrappers around public Jugg MCP tools
Build and deploymentCompile, deploy, reinstall, restart, or fall back to Gradlecompile, deploy, gradle-build, clean-reinstall, restart
Android TestRun androidTest from a test source file, class, or method anchorinstrument
Runtime and devicesInspect status, connected devices, the Activity stack, and runtime logsstatus, devices, activity-stack, wait-logs
UI automationInspect, locate, tap, and read runtime UI statelayout-dump, view-locate, view-inspect, tap
UI layout evidenceBuild layout evidence from UI dumps and view inspection without relying on an unregistered batch verification toolPublic UI evidence flow
Remote diagnosisRequest SSH diagnostic information for remote build or device problemsssh-info and the Agent escalation flow
MCP for AgentsLet an Agent call Jugg capabilities inside the IDE plugin directly through an MCP clientJugg MCP endpoint and registered actions

For exact MCP tool names, arguments, and output fields, see MCP tools in the reference section.