From capgo-cloud
Guides through Capgo CLI usage for app setup, diagnostics, OTA operations, native builds, and organization commands; routes to specific Capgo skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/capgo-cloud:capgo-cli-usageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill as the entry point for Capgo CLI command routing.
Use this skill as the entry point for Capgo CLI command routing.
Route specific workflows to the matching skill:
capgo-release-managementcapgo-native-buildscapgo-organization-managementinitlogindoctorprobeapp addapp listapp deleteapp setapp debugmcpPrefer the current CLI form:
npx @capgo/cli@latest doctor
login first before troubleshooting downstream commands.npx claudepluginhub cap-go/capgo-skills --plugin capgo-cloudOrchestrates multi-step Capgo cloud workflows for native iOS/Android builds, OTA releases, app store publishing, and organization management. Activates for requests spanning multiple Capgo areas.
Rewires which AI CLI handles each role in cc-multi-cli-plugin, swaps CLIs, adds/disables subagents, and diagnoses CLI quirks via env vars and config files.
Provides design and implementation patterns for building command-line tools with modern UX. Covers commands, flags, output, error handling, signals, config, and distribution.