Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/Cap-go/capgo-skills/tree/main/skills/capgo-cli-usage
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
initlogindoctorprobeapp addapp listapp deleteapp setapp debugmcp
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
loginfirst before troubleshooting downstream commands.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
konsta-ui
Guide to using Konsta UI for pixel-perfect iOS and Material Design components in Capacitor apps. Works with React, Vue, and Svelte. Use this skill when users want native-looking UI without Ionic, or prefer a lighter framework.
capacitor-plugin-upgrades
Guides the agent through upgrading a Capacitor plugin to a newer major version. Covers dependency alignment, native platform changes, example app verification, and multi-version jumps. Do not use for app project upgrades or non-Capacitor plugin frameworks.
capacitor-testing
Complete testing guide for Capacitor apps covering unit tests, integration tests, E2E tests, and native testing. Includes Jest, Vitest, Playwright, Appium, and native testing frameworks. Use this skill when users need to test their mobile apps.
capacitor-plugins
Official Capacitor package guide plus Capgo ecosystem plugin recommendations. Use this skill when users need native functionality, want the right official Capacitor package, or need a stronger Capgo/community plugin when the official package is missing or too limited.
capgo-release-management
Guides the agent through Capgo OTA release workflows including bundle uploads, compatibility checks, channels, cleanup, and encryption key setup. Use when managing Capgo bundle and channel operations. Do not use for native build requests or organization administration.
ionic-enterprise-sdk-migration
Guides the agent through migrating Capacitor apps from Ionic Enterprise SDK plugins to Capgo and Capacitor alternatives. Covers dependency detection, API replacement, local storage changes, and platform cleanup. Do not use for generic Capacitor version upgrades or Capgo live updates.
Didn't find tool you were looking for?