# SUPERWISE AI Agent Skills

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

Browse 1 official AI agent skill across 1 SUPERWISE repository, with install commands and source links.

Official page: https://skillscout.sh/official/superwise-ai/
Markdown page: https://skillscout.sh/official/superwise-ai/superwise-ai_skills_skillscout.md
Vendor website: https://superwise.ai/

## Prompt for your agent

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

### superwise-ai/examples

Includes 1 official skill: superwise-drift-detection-skill.

Install:

```bash
npx skills add superwise-ai/examples -y
```

Source: https://github.com/superwise-ai/Examples

## Individual skills

### superwise-drift-detection-skill

Official SUPERWISE skill from superwise-ai/examples.

Install:

```bash
npx skills add superwise-ai/examples@superwise-drift-detection-skill -y
```

Package: superwise-ai/examples
Source: https://github.com/superwise-ai/Examples/tree/main/superwise-drift-detection-skill

## superwise-ai/examples package overview

Includes 1 official skill: superwise-drift-detection-skill.

### Top skills in this package

- superwise-drift-detection-skill: Official SUPERWISE skill from superwise-ai/examples.

### Install

Install the full package:

```bash
npx skills add superwise-ai/examples -y
```

Install a specific skill:

```bash
npx skills add superwise-ai/examples@superwise-drift-detection-skill -y
```

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

Source: https://github.com/superwise-ai/examples#readme
