# Parabol AI Agent Skills

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

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

Official page: https://skillscout.sh/official/parabolinc/
Markdown page: https://skillscout.sh/official/parabolinc/parabolinc_skills_skillscout.md
Vendor website: https://www.parabol.co/

## Prompt for your agent

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

### parabolinc/parabol

Includes 4 official skills: stripe-testing, client-components, graphql, migrate-permissions.

Install:

```bash
npx skills add parabolinc/parabol -y
```

Source: https://github.com/ParabolInc/parabol

## Individual skills

### stripe-testing

Official Parabol skill from parabolinc/parabol.

Install:

```bash
npx skills add parabolinc/parabol@stripe-testing -y
```

Package: parabolinc/parabol
Source: https://github.com/ParabolInc/parabol/tree/master/.claude/skills/stripe-testing

### client-components

Official Parabol skill from parabolinc/parabol.

Install:

```bash
npx skills add parabolinc/parabol@client-components -y
```

Package: parabolinc/parabol
Source: https://github.com/ParabolInc/parabol/tree/master/.claude/skills/client-components

### graphql

Official Parabol skill from parabolinc/parabol.

Install:

```bash
npx skills add parabolinc/parabol@graphql -y
```

Package: parabolinc/parabol
Source: https://github.com/ParabolInc/parabol/tree/master/.claude/skills/graphql

### migrate-permissions

Official Parabol skill from parabolinc/parabol.

Install:

```bash
npx skills add parabolinc/parabol@migrate-permissions -y
```

Package: parabolinc/parabol
Source: https://github.com/ParabolInc/parabol/tree/master/.claude/skills/migrate-permissions

## parabolinc/parabol package overview

Includes 4 official skills: stripe-testing, client-components, graphql, migrate-permissions.

### Top skills in this package

- stripe-testing: Official Parabol skill from parabolinc/parabol.
- client-components: Official Parabol skill from parabolinc/parabol.
- graphql: Official Parabol skill from parabolinc/parabol.
- migrate-permissions: Official Parabol skill from parabolinc/parabol.

### Install

Install the full package:

```bash
npx skills add parabolinc/parabol -y
```

Install a specific skill:

```bash
npx skills add parabolinc/parabol@stripe-testing -y
```

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

Source: https://github.com/parabolinc/parabol#readme
