# Software Engineering Institute AI Agent Skills

Software Engineering Institute publishes official AI agent skills for its tools, services, and developer workflows. At the SEI, we research software engineering, cybersecurity, and AI engineering problems; create innovative technologies; and put solutions into practice.

Browse 5 official AI agent skills across 2 Software Engineering Institute repositories, with install commands and source links.

Official page: https://skillscout.sh/official/cmu-sei/
Markdown page: https://skillscout.sh/official/cmu-sei/cmu-sei_skills_skillscout.md
Vendor website: https://www.sei.cmu.edu/

## Prompt for your agent

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

### cmu-sei/sei-design-system

Includes 3 official skills: components-guidelines, storybook-guidelines, unit-testing-guidelines.

Install:

```bash
npx skills add cmu-sei/sei-design-system -y
```

Source: https://github.com/cmu-sei/sei-design-system

### cmu-sei/ghosts

Includes 2 official skills: aspire, playwright-cli.

Install:

```bash
npx skills add cmu-sei/ghosts -y
```

Source: https://github.com/cmu-sei/GHOSTS

## Individual skills

### components-guidelines

Official Software Engineering Institute skill from cmu-sei/sei-design-system.

Install:

```bash
npx skills add cmu-sei/sei-design-system@components-guidelines -y
```

Package: cmu-sei/sei-design-system
Source: https://github.com/cmu-sei/sei-design-system/tree/develop/.github/skills/components-guidelines

### storybook-guidelines

Official Software Engineering Institute skill from cmu-sei/sei-design-system.

Install:

```bash
npx skills add cmu-sei/sei-design-system@storybook-guidelines -y
```

Package: cmu-sei/sei-design-system
Source: https://github.com/cmu-sei/sei-design-system/tree/develop/.github/skills/storybook-guidelines

### unit-testing-guidelines

Official Software Engineering Institute skill from cmu-sei/sei-design-system.

Install:

```bash
npx skills add cmu-sei/sei-design-system@unit-testing-guidelines -y
```

Package: cmu-sei/sei-design-system
Source: https://github.com/cmu-sei/sei-design-system/tree/develop/.github/skills/unit-testing-guidelines

### aspire

Official Software Engineering Institute skill from cmu-sei/ghosts.

Install:

```bash
npx skills add cmu-sei/ghosts@aspire -y
```

Package: cmu-sei/ghosts
Source: https://github.com/cmu-sei/ghosts/tree/HEAD/.github/skills/aspire

### playwright-cli

Official Software Engineering Institute skill from cmu-sei/ghosts.

Install:

```bash
npx skills add cmu-sei/ghosts@playwright-cli -y
```

Package: cmu-sei/ghosts
Source: https://github.com/cmu-sei/GHOSTS/tree/master/.github/skills/playwright-cli

## cmu-sei/sei-design-system package overview

Includes 3 official skills: components-guidelines, storybook-guidelines, unit-testing-guidelines.

### Top skills in this package

- components-guidelines: Official Software Engineering Institute skill from cmu-sei/sei-design-system.
- storybook-guidelines: Official Software Engineering Institute skill from cmu-sei/sei-design-system.
- unit-testing-guidelines: Official Software Engineering Institute skill from cmu-sei/sei-design-system.

### Install

Install the full package:

```bash
npx skills add cmu-sei/sei-design-system -y
```

Install a specific skill:

```bash
npx skills add cmu-sei/sei-design-system@components-guidelines -y
```

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

Source: https://github.com/cmu-sei/sei-design-system#readme
