@cap-go/capgo-cli-usage

Guides the agent through the Capgo CLI command surface and routes requests to more specific Capgo skills. Use when the user asks generally about the Capgo CLI, app setup, diagnostics, OTA operations, native builds, or organization commands. Do not use when a more specific Capgo skill already clearly matches the request.

View in AI SkillSafe app
Scanned · no findings
0 downloads
0 stars
0 demos
SKILL.md
namecapgo-cli-usage
descriptionGuides the agent through the Capgo CLI command surface and routes requests to more specific Capgo skills. Use when the user asks generally about the Capgo CLI, app setup, diagnostics, OTA operations, native builds, or organization commands. Do not use when a more specific Capgo skill already clearly matches the request.

Capgo CLI Usage

Use this skill as the entry point for Capgo CLI command routing.

When to Use This Skill

  • User asks generally how to use the Capgo CLI
  • The request spans multiple Capgo command groups
  • The right Capgo sub-workflow is not obvious yet

Routing

Route specific workflows to the matching skill:

  • OTA bundles and channels -> capgo-release-management
  • native cloud builds -> capgo-native-builds
  • organizations and account commands -> capgo-organization-management

Common Commands

  • init
  • login
  • doctor
  • probe
  • app add
  • app list
  • app delete
  • app set
  • app debug
  • mcp

Prefer the current CLI form:

npx @capgo/cli@latest doctor

Error Handling

  • If the request is specific enough for a narrower Capgo skill, switch to that skill instead of staying at the routing layer.
  • For CLI auth issues, fix login first before troubleshooting downstream commands.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@cap-go/capgo-cli-usage/verified)](https://skillsafe.ai/skill/@cap-go/capgo-cli-usage/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@cap-go/capgo-cli-usage/installs)](https://skillsafe.ai/skill/@cap-go/capgo-cli-usage/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@cap-go/capgo-cli-usage/scan)](https://skillsafe.ai/skill/@cap-go/capgo-cli-usage/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@cap-go/capgo-cli-usage/eval)](https://skillsafe.ai/skill/@cap-go/capgo-cli-usage/)