Plugin Claude Code
Agent skills for Capawesome, Capacitor, and the Ionic Framework.
Plugin Claude Code
Agent skills for Capawesome, Capacitor, and the Ionic Framework.
Skill Claude CodeCodex
Authors and structures professional-grade agent skills following the agentskills.io spec. Use when creating new skill directories, drafting procedural instructions, or optimizing metadata for discoverability. Don't use for general documentation, non-agentic library code, or README files.
Instructions file
Instructions for capawesome-team/skills, covering claude.md, project overview, repository structure, skill.md format and writing agent-optimized skills.
Plugin Claude Code
Core Capacitor skills — app creation, development, upgrades, expert reference, plugin setup, and desktop platforms.
Plugin Claude Code
Framework-specific Capacitor skills — Angular, React, and Vue patterns and best practices.
Plugin Claude Code
Capacitor feature integration skills — push notifications (FCM) and in-app purchases.
Plugin Claude Code
Capacitor plugin development skills — create, upgrade, and add SPM support to plugins.
Plugin Claude Code
Capawesome Cloud skills — MCP server, CLI setup, native builds, live updates, and app store publishing.
Plugin Claude Code
Core Ionic Framework skills — app creation, development, upgrades, and expert reference.
Plugin Claude Code
Framework-specific Ionic skills — Angular, React, and Vue patterns and best practices.
Plugin Claude Code
Migration skills — migrate from Ionic Appflow and Ionic Enterprise SDK plugins to Capawesome alternatives.
Skill Claude CodeCodex
Guides the agent through Angular-specific patterns for Capacitor app development. Covers project structure, adding Capacitor to Angular projects, using Capacitor plugins in Angular services and components, NgZone integration for plugin event listeners, lifecycle hook patterns, dependency injection, routing with deep…
Skill Claude CodeCodex
Guides the agent through creating a new Capacitor app from scratch. Covers project scaffolding with the Capacitor CLI, configuring the app (appId, appName, webDir), adding native platforms (iOS, Android), and syncing. Includes decision points for Ionic Framework integration, live updates, and CI/CD setup. Do not use…
Skill Claude CodeCodex
Guides the agent through general Capacitor app development topics. Covers core concepts (native bridge, plugins, web layer), Capacitor CLI usage, app configuration (capacitor.config.ts, splash screens, app icons, deep links), platform management (Android, iOS, Electron, PWA), edge-to-edge and safe area handling on…
Skill Claude CodeCodex
Guides the agent through migrating an existing Capacitor app project from CocoaPods to Swift Package Manager (SPM) for iOS dependency management. Covers prerequisite checks, inventorying installed Capacitor plugins, backing up customized iOS project files (Info.plist, AppDelegate.swift, Assets.xcassets, Base.lproj…
Skill Claude CodeCodex
Guides the agent through upgrading a Capacitor app project to a newer major version. Supports upgrades from Capacitor 4 through 8, including multi-version jumps. Performs all upgrade steps manually — does not use the interactive npx cap migrate command. Do not use for plugin library upgrade or non-Capacitor mobile…
Skill Claude CodeCodex
A comprehensive starting point for AI agents to work with Capacitor. Covers core concepts, CLI, app creation, plugins, framework integration, best practices, storage, security, testing, troubleshooting, upgrading, and Capawesome Cloud (live updates, native builds, app store publishing). Pair with the other Capacitor…
Skill Claude CodeCodex
Guides the agent through setting up in-app purchases in Capacitor apps. Covers App Store Connect and Google Play Console product configuration, plugin selection (Capawesome Purchases vs. RevenueCat), plugin installation and platform setup, purchase flows for subscriptions and consumables, receipt validation, restore…
Skill Claude CodeCodex
Guides the agent through adding, configuring, and using the Capawesome desktop platforms for Capacitor — @capawesome/capacitor-electron and @capawesome/capacitor-tauri. Covers choosing between Electron and Tauri, installation and scaffolding, sync/run workflows, live reload, deep links, plugin compatibility (Electron…
Skill Claude CodeCodex
Guides the agent through creating and maintaining Capacitor plugins from scratch. Covers scaffolding a new plugin project, designing the TypeScript API, implementing native iOS (Swift) and Android (Java/Kotlin) bridges, implementing the web layer, defining TypeScript type definitions, plugin configuration values…
Skill Claude CodeCodex
Guides the agent through adding Swift Package Manager (SPM) support to an existing Capacitor plugin. Covers creating a Package.swift manifest, replacing Objective-C bridge files with the CAPBridgedPlugin Swift protocol, updating .gitignore for SPM artifacts, cleaning up the Xcode project file, and updating…
Skill Claude CodeCodex
Guides the agent through upgrading a Capacitor plugin to a newer major version. Supports upgrades from Capacitor 4 through 8, including multi-version jumps. Covers automated upgrade via official migration tools, Android SDK targets, Gradle configuration, Java/Kotlin versions, iOS deployment targets, and manual…
Skill Claude CodeCodex
Guides the agent through installing, configuring, and using Capacitor plugins from six sources — official Capacitor plugins, Capawesome plugins, Capacitor Community plugins, Capacitor Firebase plugins, Capacitor MLKit plugins, and RevenueCat plugins. Covers installation, platform-specific configuration (Android and…
Skill Claude CodeCodex
Guides the agent through setting up and using push notifications in Capacitor apps using Firebase Cloud Messaging via the @capacitor-firebase/messaging plugin. Covers Firebase project setup, plugin installation, platform-specific configuration (Android, iOS, Web), APNs certificate setup, requesting permissions…