Agent skill
capgo-native-builds
Guides the agent through Capgo native cloud build workflows for iOS and Android. Use when requesting a native build, configuring build credentials, updating signing material, or controlling build output upload behavior. Do not use for OTA bundle uploads or generic CI setup without Capgo builds.
Install this agent skill to your Project
npx add-skill https://github.com/Cap-go/capgo-skills/tree/main/skills/capgo-native-builds
SKILL.md
Capgo Native Builds
Use Capgo native builds for iOS and Android cloud build requests.
When to Use This Skill
- User wants a hosted native iOS or Android build
- User needs Capgo build credentials configured or updated
- User needs signed build artifacts and temporary output download links
Procedures
Step 1: Prepare Credentials
Before requesting a build, save credentials locally with the Capgo CLI.
Use the credential workflow that matches the platform:
- iOS -> certificate, provisioning profiles, App Store Connect credentials
- Android -> keystore and Play config
Step 2: Request the Build
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.
Step 3: Adjust Build Inputs
Handle platform-specific build inputs as needed:
- iOS scheme, target, distribution mode, provisioning profile mapping
- Android flavor, keystore alias, Play config
Only add flags that the project actually needs.
Step 4: Manage Credentials
Use the Capgo CLI credential commands for updates:
build credentials savebuild credentials listbuild credentials updatebuild credentials clearbuild credentials migrate
Keep credentials local unless the user explicitly wants project-local storage.
Error Handling
- For iOS signing failures, re-check certificate, provisioning mapping, and App Store Connect fields before retrying the build.
- For Android signing failures, re-check the keystore path, alias, and passwords before changing build logic.
- For missing output artifacts, verify
--output-uploadand retention settings first.
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?