# Mainframe AI Agent Skills

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

Browse 2 official AI agent skills across 2 Mainframe repositories, with install commands and source links.

Official page: https://skillscout.sh/official/mainframecomputer/
Markdown page: https://skillscout.sh/official/mainframecomputer/mainframecomputer_skills_skillscout.md
Vendor website: https://mainframe.app/

## Prompt for your agent

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

### mainframecomputer/mainframe-plugins

Includes 1 official skill: share-video.

Install:

```bash
npx skills add mainframecomputer/mainframe-plugins -y
```

Source: https://github.com/mainframecomputer/mainframe-plugins

### mainframecomputer/skills

Includes 1 official skill: review-as.

Install:

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

Source: https://github.com/mainframecomputer/skills

## Individual skills

### share-video

Official Mainframe skill from mainframecomputer/mainframe-plugins.

Install:

```bash
npx skills add mainframecomputer/mainframe-plugins@share-video -y
```

Package: mainframecomputer/mainframe-plugins
Source: https://github.com/mainframecomputer/mainframe-plugins/tree/HEAD/skills/share-video

### review-as

Official Mainframe skill from mainframecomputer/skills.

Install:

```bash
npx skills add mainframecomputer/skills@review-as -y
```

Package: mainframecomputer/skills
Source: https://github.com/mainframecomputer/skills/tree/HEAD/skills/review-as

## mainframecomputer/mainframe-plugins package overview

Includes 1 official skill: share-video.

### Top skills in this package

- share-video: Official Mainframe skill from mainframecomputer/mainframe-plugins.

### Install

Install the full package:

```bash
npx skills add mainframecomputer/mainframe-plugins -y
```

Install a specific skill:

```bash
npx skills add mainframecomputer/mainframe-plugins@share-video -y
```

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

Source: https://github.com/mainframecomputer/mainframe-plugins#readme
