Skills for AI coding agents working with Capacitor/Ionic
# Ionic Capacitor Skills A collection of agent skills for building production-ready Ionic Capacitor mobile applications with Angular, React, or Vue. ## Installation ```bash npx skills add erkamyaman/ionic-skills ``` ## Available Skills | Skill | Description | |-------|-------------| | [ionic-capacitor](./skills/ionic-capacitor) | Full app scaffold with onboarding, paywall, ads, i18n, theming, and tabs — supports Angular, React, and Vue | ## What's Included ### ionic-capacitor A comprehensive skill that guides AI agents to build complete Ionic Capacitor apps with: | Feature | Implementation | |---------|---------------| | **Framework** | Ionic 8 + Angular 19 / React 19 / Vue 3.5 | | **Native Runtime** | Capacitor 7 | | **Onboarding** | Swipe screens with fullscreen video background + gradient overlay | | **Paywall** | RevenueCat with weekly/yearly subscriptions + 50% OFF badge | | **Ads** | AdMob banner ads via @capacitor-community/admob | | **i18n** | Turkish/English — @ngx-translate (Angular), react-i18next (React), vue-i18n (Vue) | | **Theming** | Light/Dark/System with CSS variables | | **Navigation** | ion-tabs + framework-specific router | | **Storage** | @capacitor/preferences | | **Notifications** | @capacitor/push-notifications | | **Auth Guard** | Onboarding route guard | | **State** | Angular services / React hooks / Vue composables | ### App Flow ``` Onboarding (video bg) -> Paywall (subscriptions) -> Main App (tabs) ``` ### Required Pages - **Onboarding** - Fullscreen video background, swipe-based slides - **Paywall** - Weekly/yearly subscription options, restore purchases - **Settings** - Language, theme, notifications, remove ads, reset onboarding - **Home** - Main content tab - **Explore** - Discovery tab ## Usage Skills activate automatically when agents detect relevant tasks: - "Create a water reminder app" -> Sets up complete Ionic project with all features - "Build a React mobile app" -> Sets up Ionic React project with all feature
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.