From capgo-cloud
Guides Capgo CLI workflows for native iOS/Android cloud builds: requesting builds, configuring credentials, updating signing, and managing output uploads. Use for hosted builds and signing artifacts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/capgo-cloud:capgo-native-buildsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Capgo native builds for iOS and Android cloud build requests.
Use Capgo native builds for iOS and Android cloud build requests.
Before requesting a build, save credentials locally with the Capgo CLI.
Use the credential workflow that matches the platform:
Prefer the Capgo build flow:
npx @capgo/cli@latest build request com.example.app --platform ios --path .
Use --platform android for Android builds.
Add --output-upload when the user needs a time-limited download link for the build output.
Handle platform-specific build inputs as needed:
Only add flags that the project actually needs.
Use the Capgo CLI credential commands for updates:
build credentials savebuild credentials listbuild credentials updatebuild credentials clearbuild credentials migrateKeep credentials local unless the user explicitly wants project-local storage.
--output-upload and retention settings first.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.
Provides CI/CD workflows for Capacitor apps using GitHub Actions and GitLab CI, covering builds, tests, app signing, security scans, and iOS deployment.
Deploys iOS and Android mobile apps to App Store and Google Play with code signing, versioning, and GitHub Actions CI/CD. Use for release preparation, certificate setup, and pipeline automation.