{
  "markdown": "# skills\n\n[![Install via skills.sh](https://img.shields.io/badge/skills.sh-install-green)](https://skills.sh/capawesome-team/skills)\n\nAgent skills for interacting with Capawesome, Capacitor and the Ionic Framework.\n\n<div class=\"capawesome-z29o10a\">\n  <a href=\"https://capawesome.io/\" target=\"_blank\">\n    <img alt=\"Deliver Live Updates to your Capacitor app with Capawesome Cloud\" src=\"https://capawesome.io/assets/banners/cloud-build-and-deploy-capacitor-apps.png?t=1\" />\n  </a>\n</div>\n\n## Features\n\n- 🤖 **Agent-optimized**: Every instruction is unambiguous and machine-actionable for AI agents.\n- 📱 **Cross-platform**: Covers both Android and iOS platform specifics.\n- 🔄 **Capacitor Upgrades**: Upgrade Capacitor apps and plugins across major versions (4 → 8).\n- 📦 **Plugin Setup**: Install and configure 160+ Capacitor plugins from official and community sources.\n- ☁️ **Cloud Integration**: Set up native builds, live updates, and app store publishing with Capawesome Cloud.\n- 🚀 **Automated First**: Tries automated upgrade before falling back to manual steps.\n- 🐛 **Error Handling**: Common issues and fixes included in every skill.\n- 🔁 **Up-to-date**: Always supports the latest Capacitor version.\n- 🔌 **MCP-aware**: Detects the hosted [Capawesome MCP Server](#mcp-server) and prefers it for Capawesome documentation.\n\nMissing a feature? Just [open an issue](https://github.com/capawesome-team/skills/issues/new) and we'll take a look!\n\n## MCP Server\n\nCapawesome also offers a hosted **[MCP Server](https://capawesome.io/docs/ai/mcp/)**. It serves the Capawesome documentation straight from the source — so it never goes stale — and, with an API token, the full [Capawesome Cloud](https://capawesome.io/cloud/) management API. There is nothing to install and nothing to keep up to date:\n\n```\nhttps://mcp.capawesome.io/mcp\n```\n\nAdd it to Claude Code:\n\n```bash\nclaude mcp add --transport http capawesome \"https://mcp.capawesome.io/mcp\"\n```\n\nThe documentation tools need no account and no token. To add the Capawesome Cloud tools, create an [API token](https://console.cloud.capawesome.io/settings/tokens) and use:\n\n```bash\nclaude mcp add --transport http capawesome \"https://mcp.capawesome.io/mcp?toolsets=all\" \\\n  --header \"Authorization: Bearer YOUR_TOKEN\"\n```\n\nFor Claude Desktop, Cursor, VS Code, and other MCP clients, see the [`capawesome-mcp`](./skills/capawesome-mcp/) skill.\n\n### MCP Server or skills?\n\nUse both — they cover different ground:\n\n| | MCP Server | Skills |\n| --- | :---: | :---: |\n| Capawesome plugin, CLI, and Cloud documentation | ✅ always current | ✅ bundled |\n| Capacitor Firebase and Capacitor MLKit plugin documentation | ✅ always current | ✅ bundled |\n| Official Capacitor, Community, and RevenueCat plugins | ❌ | ✅ |\n| Capacitor and Ionic upgrade and migration procedures | ❌ | ✅ |\n| Ionic Appflow, Ionic Enterprise SDK, and Capgo migrations | ❌ | ✅ |\n| Managing Capawesome Cloud apps, builds, and deployments | ✅ | via the CLI |\n| Works without a network round trip | ❌ | ✅ |\n\nThe skills check for the MCP Server and prefer it for Capawesome documentation whenever it is connected, falling back to their bundled reference files when it is not.\n\n## Installation\n\n### skills.sh\n\nTo install all skills at once, use the [skills](https://skills.sh/) command:\n\n```bash\nnpx skills add capawesome-team/skills\n```\n\n### Claude Code Plugin Marketplace\n\nAlternatively, if you're using Claude Code, you can add the [Claude Code Plugin Marketplace](https://code.claude.com/docs/en/plugins) and install individual plugins:\n\n```bash\nclaude plugin marketplace add capawesome-team/skills\n```\n\nAvailable plugins:\n\n| Plugin | Description |\n| ------ | ----------- |\n| `capacitor-core` | App creation, development, upgrades, expert reference, plugin setup, and desktop platforms. |\n| `capacitor-integrations` | Push notifications (FCM) and in-app purchases. |\n| `capacitor-frameworks` | Angular, React, and Vue patterns for Capacitor. |\n| `capacitor-plugin-dev` | Create, upgrade, and add SPM support to Capacitor plugins. |\n| `ionic-core` | App creation, development, upgrades, and expert reference. |\n| `ionic-frameworks` | Angular, React, and Vue patterns for Ionic. |\n| `capawesome-cloud` | MCP server, CLI setup, native builds, live updates, and app store publishing. |\n| `ionic-migrations` | Migrate from Ionic Appflow and Ionic Enterprise SDK plugins. |\n\nInstall a plugin:\n\n```bash\nclaude plugin install capacitor-core@capawesome-skills\n```\n\n## Update\n\nTo regularly update the skills to the latest version, run:\n\n```bash\nnpx skills update\n```\n\n## Usage\n\nAfter installing the skills, you can use them in your agent. Here are some examples...\n\nUpgrade a Capacitor app across major versions:\n\n```plaintext\nUpgrade my Capacitor app from version 5 to version 7.\n```\n\nInstall and configure any of 160+ supported Capacitor plugins:\n\n```plaintext\nInstall and configure the @capawesome/capacitor-file-picker plugin in my project.\n```\n\nSet up live updates, native builds, or app store publishing with Capawesome Cloud:\n\n```plaintext\nSet up Capacitor Live Updates with Capawesome Cloud in my project.\n```\n\n```plaintext\nSet up native builds with Capawesome Cloud for my Capacitor app.\n```\n\nAdd push notifications with Firebase Cloud Messaging:\n\n```plaintext\nSet up push notifications with Firebase Cloud Messaging in my Capacitor app.\n```\n\nUpgrade a Capacitor plugin to a newer major version:\n\n```plaintext\nUpgrade my Capacitor plugin to version 7.\n```\n\nMigrate from Ionic Appflow, Ionic Enterprise SDK plugins, or Capgo:\n\n```plaintext\nMigrate my app from Ionic Appflow to Capawesome Cloud.\n```\n\n```plaintext\nMigrate my app from Capgo to Capawesome Cloud.\n```\n\n## Skills\n\n### Capacitor\n\n| Skill | Description |\n| ----- | ----------- |\n| [`capacitor-angular`](./skills/capacitor-angular/) | Angular-specific patterns and best practices for Capacitor app development. |\n| [`capacitor-app-creation`](./skills/capacitor-app-creation/) | Create a new Capacitor app from scratch with platform setup and optional integrations. |\n| [`capacitor-app-development`](./skills/capacitor-app-development/) | General Capacitor app development — core concepts, CLI usage, app configuration, troubleshooting, and best practices. |\n| [`capacitor-app-spm-migration`](./skills/capacitor-app-spm-migration/) | Migrate a Capacitor app's iOS dependency management from CocoaPods to Swift Package Manager (SPM). |\n| [`capacitor-app-upgrades`](./skills/capacitor-app-upgrades/) | Upgrade a Capacitor app to a newer major version. |\n| [`capacitor-expert`](./skills/capacitor-expert/) | Comprehensive Capacitor expert reference — core concepts, CLI, plugins, framework integration, best practices, and Capawesome Cloud. |\n| [`capacitor-in-app-purchases`](./skills/capacitor-in-app-purchases/) | Set up in-app purchases and subscriptions in Capacitor apps. |\n| [`capacitor-platforms`](./skills/capacitor-platforms/) | Add and use the Capawesome desktop platforms (Electron and Tauri) in Capacitor apps. |\n| [`capacitor-plugin-development`](./skills/capacitor-plugin-development/) | Create and maintain Capacitor plugins from scratch. |\n| [`capacitor-plugin-spm-support`](./skills/capacitor-plugin-spm-support/) | Add Swift Package Manager (SPM) support to a Capacitor plugin. |\n| [`capacitor-plugin-upgrades`](./skills/capacitor-plugin-upgrades/) | Upgrade a Capacitor plugin to a newer major version. |\n| [`capacitor-plugins`](./skills/capacitor-plugins/) | Install, configure, and use Capacitor plugins from official and community sources. |\n| [`capacitor-push-notifications`](./skills/capacitor-push-notifications/) | Set up and use push notifications in Capacitor apps using Firebase Cloud Messaging. |\n| [`capacitor-react`](./skills/capacitor-react/) | React-specific patterns and best practices for Capacitor app development. |\n| [`capacitor-vue`](./skills/capacitor-vue/) | Vue-specific patterns and best practices for Capacitor app development. |\n\n### Capawesome\n\n| Skill | Description |\n| ----- | ----------- |\n| [`capawesome-cli`](./skills/capawesome-cli/) | Install, configure, and use the Capawesome CLI for authentication, project linking, and CI/CD integration. |\n| [`capawesome-cloud`](./skills/capawesome-cloud/) | Set up and manage native builds, live updates, and app store publishing for Capacitor and Cordova apps using Capawesome Cloud. |\n| [`capawesome-mcp`](./skills/capawesome-mcp/) | Connect an MCP client to the hosted Capawesome MCP Server for always-current documentation and Capawesome Cloud management. |\n\n### Capgo\n\n| Skill | Description |\n| ----- | ----------- |\n| [`capgo-cloud-migration`](./skills/capgo-cloud-migration/) | Migrate from Capgo to Capawesome Cloud. |\n\n### Ionic\n\n| Skill | Description |\n| ----- | ----------- |\n| [`ionic-angular`](./skills/ionic-angular/) | Angular-specific Ionic development patterns — navigation, lifecycle hooks, forms, and standalone vs NgModule architecture. |\n| [`ionic-app-creation`](./skills/ionic-app-creation/) | Create a new Ionic app with framework integration, Capacitor setup, and Tailwind CSS. |\n| [`ionic-app-development`](./skills/ionic-app-development/) | General Ionic Framework development — core concepts, component reference, CLI usage, layout, theming, and troubleshooting. |\n| [`ionic-app-upgrades`](./skills/ionic-app-upgrades/) | Upgrade an Ionic app to a newer major version (4 through 8). |\n| [`ionic-expert`](./skills/ionic-expert/) | Comprehensive Ionic Framework expert skill — core concepts, components, theming, lifecycle, navigation, and framework-specific patterns. |\n| [`ionic-react`](./skills/ionic-react/) | React-specific Ionic development patterns — components, IonReactRouter, lifecycle hooks, and state management. |\n| [`ionic-vue`](./skills/ionic-vue/) | Vue-specific Ionic development patterns — components, navigation, lifecycle hooks, and composables. |\n\n### Ionic Appflow\n\n| Skill | Description |\n| ----- | ----------- |\n| [`ionic-appflow-migration`](./skills/ionic-appflow-migration/) | Migrate from Ionic Appflow to Capawesome Cloud. |\n| [`ionic-enterprise-sdk-migration`](./skills/ionic-enterprise-sdk-migration/) | Migrate from discontinued Ionic Enterprise SDK plugins to Capawesome alternatives. |\n\n## License\n\nSee [LICENSE](https://github.com/capawesome-team/skills/blob/main/LICENSE).\n",
  "bytes": 10293,
  "sha": "2f2418badf0b03197e6e0bda742776c5ac3ef3ced7b08cf95ac91efe35bcb8a1",
  "repo_slug": "capawesome-team/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_capawesome_team_skills_capacitor_plugins_17e28b84/readme"
}