---
title: AI Agent Skills
description: Capawesome agent skills for AI coding assistants — automate Capacitor plugin setup, migrations, push notifications, and Capawesome Cloud integration.
---

# Skills

[Capawesome Skills](https://github.com/capawesome-team/skills){:target="_blank"} is a collection of AI agent skills for working with Capawesome, Capacitor, and the Ionic Framework. Every instruction is written for unambiguous machine interpretation, so AI agents can carry out complex development tasks reliably.

## Install

Add the skills to your project:

```bash
npx skills add capawesome-team/skills
```

You can also add a single skill:

```bash
npx skills add capawesome-team/skills --skill capawesome-cloud
```

## Available skills

The collection includes skills for:

- **Capacitor app and plugin migrations** between major versions (e.g. v4 → v8).
- **Capacitor plugin installation and configuration** for a large catalog of plugins.
- **Push notification setup** using Firebase Cloud Messaging.
- **Capawesome Cloud integration** — Native Builds, Live Updates, and App Store Publishing.
- **Ionic Appflow migration** to Capawesome Cloud.
- **Ionic Enterprise SDK migration** to Capawesome alternatives.
- **MCP server setup** for Claude Code, Claude Desktop, Cursor, and VS Code.

For the full, up-to-date list, see the [Capawesome Skills repository](https://github.com/capawesome-team/skills){:target="_blank"}.

## Usage

Once installed, reference a skill in your prompt with your preferred AI tool (e.g. Claude Code, Cursor, or GitHub Copilot):

```
Use the `capawesome-cloud` skill from `capawesome-team/skills` to help me set up Live Updates in my project.
```
