Skip to main content

capawesome-team/skills

O SkillsMP coletou 29 skills de capawesome-team/skills. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
29
Estrelas no GitHub
40
Forks no GitHub
1

Skills neste repositório

Mostrando 29 de 29 skills coletadas.

ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides the agent through installing, authenticating, configuring, and using the Capawesome CLI (@capawesome/cli). Covers installation, interactive and token-based authentication, project linking via capawesome.config.json, the full command reference (app…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides the agent through setting up and using Capawesome Cloud for Capacitor and Cordova apps. Covers three core workflows: (1) Native Builds — cloud builds for iOS and Android (Capacitor, Cordova, or native projects), signing certificates, environments,…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Guides the agent through connecting an MCP client to the hosted Capawesome MCP server, which exposes always-current Capawesome documentation search and the Capawesome Cloud management API. Covers setup for Claude Code, Claude Desktop, Cursor, and VS Code, API…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides the agent through migrating an existing Capacitor project from Capgo to Capawesome Cloud. Detects Capgo usage (the @capgo/capacitor-updater plugin, CapacitorUpdater configuration, and @capgo/cli commands in CI/CD) and provides step-by-step migration:…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides the agent through migrating an existing Ionic/Capacitor project from Ionic Appflow to Capawesome Cloud. Detects which Appflow features are in use (Live Updates, Native Builds, App Store Publishing) and provides step-by-step migration for each feature…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides the agent through migrating Capacitor apps from discontinued Ionic Enterprise SDK plugins (Auth Connect, Identity Vault, Secure Storage) to their Capawesome alternatives (OAuth, Vault, Biometrics, Secure Preferences, SQLite). Covers dependency…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

A comprehensive starting point for AI agents to work with the Ionic Framework. Covers core concepts, components, CLI, theming, layout, lifecycle, navigation, and framework-specific patterns for Angular, React, and Vue. Pair with the other Ionic skills in this…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides the agent through Capacitor app development with React — project structure, hooks for native features, state management patterns, using Capacitor plugins in React components, and React-specific best practices. Do not use for Ionic Framework with React…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Guides the agent through Vue-specific patterns for Capacitor app development. Covers Vue 3 Composition API with Capacitor plugins, custom composables for native features, reactive plugin state, lifecycle hook patterns, Vue Router deep link integration,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides the agent through Angular-specific patterns for Ionic app development. Covers project structure, standalone vs NgModule architecture detection, Angular Router integration with Ionic navigation (tabs, side menu, modals), lazy loading, Ionic page…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Guides the agent through creating a new Ionic app using the Ionic CLI. Covers project scaffolding with ionic start, framework selection (Angular, React, Vue), template selection (blank, tabs, sidemenu), Capacitor integration, and optional Tailwind CSS setup.…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides the agent through general Ionic Framework development including core concepts, component reference, CLI usage, layout, theming, animations, gestures, development workflow, and troubleshooting. Covers all Ionic UI components grouped by category with…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Guides the agent through upgrading an Ionic Framework app to a newer major version. Supports upgrades from Ionic 4 through 8, including multi-version jumps. Covers framework-specific migration steps for Angular, React, and Vue, component breaking changes, CSS…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guides the agent through Ionic Framework development with React — project structure, React-specific Ionic components, IonReactRouter and navigation patterns, Ionic lifecycle hooks (useIonViewWillEnter, useIonViewDidEnter, useIonViewWillLeave,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Guides the agent through Ionic Vue development patterns — project structure, Vue-specific Ionic components (IonPage, IonRouterOutlet, IonTabs), navigation with Vue Router and useIonRouter, Ionic lifecycle hooks (onIonViewWillEnter, onIonViewDidEnter,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
Mostrando 29 de 29 skills coletadas.