# Ionic AI Agent Skills

Ionic publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 1 Ionic repository, with install commands and source links.

Official page: https://skillscout.sh/official/ionic-team/
Markdown page: https://skillscout.sh/official/ionic-team/ionic-team_skills_skillscout.md
Vendor website: https://ionic.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/ionic-team/ionic-team_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Ionic skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### ionic-team/capacitor-skills

Includes 4 official skills: capacitor-plugin-generator, cordova-plugin-migrator, build-actions-generator, capacitor-uiscene-migrator.

Install:

```bash
npx skills add ionic-team/capacitor-skills -y
```

Source: https://github.com/ionic-team/capacitor-skills

## Individual skills

### capacitor-plugin-generator

Official Ionic skill from ionic-team/capacitor-skills.

Install:

```bash
npx skills add ionic-team/capacitor-skills@capacitor-plugin-generator -y
```

Package: ionic-team/capacitor-skills
Source: https://github.com/ionic-team/capacitor-skills/tree/main/skills/capacitor-plugin-generator

### cordova-plugin-migrator

Official Ionic skill from ionic-team/capacitor-skills.

Install:

```bash
npx skills add ionic-team/capacitor-skills@cordova-plugin-migrator -y
```

Package: ionic-team/capacitor-skills
Source: https://github.com/ionic-team/capacitor-skills/tree/main/skills/cordova-plugin-migrator

### build-actions-generator

Official Ionic skill from ionic-team/capacitor-skills.

Install:

```bash
npx skills add ionic-team/capacitor-skills@build-actions-generator -y
```

Package: ionic-team/capacitor-skills
Source: https://github.com/ionic-team/capacitor-skills/tree/main/skills/build-actions-generator

### capacitor-uiscene-migrator

Official Ionic skill from ionic-team/capacitor-skills.

Install:

```bash
npx skills add ionic-team/capacitor-skills@capacitor-uiscene-migrator -y
```

Package: ionic-team/capacitor-skills
Source: https://github.com/ionic-team/capacitor-skills/tree/HEAD/skills/capacitor-uiscene-migrator

## ionic-team/capacitor-skills package overview

Includes 4 official skills: capacitor-plugin-generator, cordova-plugin-migrator, build-actions-generator, capacitor-uiscene-migrator.

### Top skills in this package

- capacitor-plugin-generator: Official Ionic skill from ionic-team/capacitor-skills.
- cordova-plugin-migrator: Official Ionic skill from ionic-team/capacitor-skills.
- build-actions-generator: Official Ionic skill from ionic-team/capacitor-skills.
- capacitor-uiscene-migrator: Official Ionic skill from ionic-team/capacitor-skills.

### Install

Install the full package:

```bash
npx skills add ionic-team/capacitor-skills -y
```

Install a specific skill:

```bash
npx skills add ionic-team/capacitor-skills@capacitor-plugin-generator -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/ionic-team/capacitor-skills#readme
