# Backstage AI Agent Skills

Backstage publishes official AI agent skills for its tools, services, and developer workflows. Backstage is an open platform for building developer portals.

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

Official page: https://skillscout.sh/official/backstage/
Markdown page: https://skillscout.sh/official/backstage/backstage_skills_skillscout.md
Vendor website: https://backstage.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/backstage/backstage_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Backstage 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

### backstage/backstage

Includes 6 official skills: app-frontend-system-migration, mui-to-bui-migration, plugin-full-frontend-system-migration, plugin-new-frontend-system-support, onboard-to-openapi-server, plugin-analytics-instrumentation.

Install:

```bash
npx skills add backstage/backstage -y
```

Source: https://github.com/backstage/backstage

## Individual skills

### app-frontend-system-migration

Official Backstage skill from backstage/backstage.

Install:

```bash
npx skills add backstage/backstage@app-frontend-system-migration -y
```

Package: backstage/backstage
Source: https://github.com/backstage/backstage/tree/master/docs/.well-known/skills/app-frontend-system-migration

### mui-to-bui-migration

Official Backstage skill from backstage/backstage.

Install:

```bash
npx skills add backstage/backstage@mui-to-bui-migration -y
```

Package: backstage/backstage
Source: https://github.com/backstage/backstage/tree/master/docs/.well-known/skills/mui-to-bui-migration

### plugin-full-frontend-system-migration

Official Backstage skill from backstage/backstage.

Install:

```bash
npx skills add backstage/backstage@plugin-full-frontend-system-migration -y
```

Package: backstage/backstage
Source: https://github.com/backstage/backstage/tree/master/docs/.well-known/skills/plugin-full-frontend-system-migration

### plugin-new-frontend-system-support

Official Backstage skill from backstage/backstage.

Install:

```bash
npx skills add backstage/backstage@plugin-new-frontend-system-support -y
```

Package: backstage/backstage
Source: https://github.com/backstage/backstage/tree/master/docs/.well-known/skills/plugin-new-frontend-system-support

### onboard-to-openapi-server

Official Backstage skill from backstage/backstage.

Install:

```bash
npx skills add backstage/backstage@onboard-to-openapi-server -y
```

Package: backstage/backstage
Source: https://github.com/backstage/backstage/tree/master/docs/.well-known/skills/onboard-to-openapi-server

### plugin-analytics-instrumentation

Official Backstage skill from backstage/backstage.

Install:

```bash
npx skills add backstage/backstage@plugin-analytics-instrumentation -y
```

Package: backstage/backstage
Source: https://github.com/backstage/backstage/tree/master/docs/.well-known/skills/plugin-analytics-instrumentation

## backstage/backstage package overview

Includes 6 official skills: app-frontend-system-migration, mui-to-bui-migration, plugin-full-frontend-system-migration, plugin-new-frontend-system-support, onboard-to-openapi-server, plugin-analytics-instrumentation.

### Top skills in this package

- app-frontend-system-migration: Official Backstage skill from backstage/backstage.
- mui-to-bui-migration: Official Backstage skill from backstage/backstage.
- plugin-full-frontend-system-migration: Official Backstage skill from backstage/backstage.
- plugin-new-frontend-system-support: Official Backstage skill from backstage/backstage.
- onboard-to-openapi-server: Official Backstage skill from backstage/backstage.
- plugin-analytics-instrumentation: Official Backstage skill from backstage/backstage.

### Install

Install the full package:

```bash
npx skills add backstage/backstage -y
```

Install a specific skill:

```bash
npx skills add backstage/backstage@app-frontend-system-migration -y
```

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

Source: https://github.com/backstage/backstage#readme
