cap-go/capgo-skills

capgo-cli-usage

Guides the agent through the Capgo CLI command surface and routes requests to more specific Capgo skills.

First seen Mar 18, 2026

Installation

$ npx skills add cap-go/capgo-skills --skill capgo-cli-usage

Summary

  • 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.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from cap-go/capgo-skills · top by installs.

npx skills add cap-go/capgo-skills

Browse all from cap-go/capgo-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 68
License MIT
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,301 B
  • docs SUMMARY.md 1,268 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 597 installs

SKILL.md

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.