Skip to content

Jugg CLI and Agent Skills

This section covers the automation entry points that agents use to drive Jugg in Android projects. It is organized around agent skill workflows, the Jugg CLI task domains, and direct MCP access for agents.

Directory

PageUse it forBacking capability
Agent SkillsUnderstanding the packaged agent workflow for edit, build, deploy, verify, and iterate loopsjugg-android-dev-loop skill and references
Jugg CLIChoosing the command-line entry when an agent or terminal drives JuggCLI wrapper over public Jugg MCP tools
Build and DeployCompiling, deploying, reinstalling, restarting, and handling Gradle fallbackcompile, deploy, gradle-build, clean-reinstall, restart
Android TestRunning androidTest from a source file, class, or method anchorinstrument
Runtime and DeviceReading status, connected devices, Activity stack, and runtime logsstatus, devices, activity-stack, wait-logs
UI AutomationInspecting, locating, tapping, and reading runtime UI statelayout-dump, view-locate, view-inspect, tap
UI Layout EvidenceBuilding layout evidence from UI dumps and view inspection without relying on an unregistered batch verifierPublic UI evidence chain
Remote DiagnosisRequesting SSH diagnosis information for remote build or device issuesssh-info and agent escalation flow
MCP for AgentsCalling Jugg from an MCP client when the agent talks directly to the IDE pluginJugg MCP endpoint and registered actions

For exact MCP tool names, parameters, and output fields, use MCP Tools in the Reference section.