# VegaStack AI Agent Skills

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

Browse 4 official AI agent skills across 3 VegaStack repositories, with install commands and source links.

Official page: https://skillscout.sh/official/vegastack/
Markdown page: https://skillscout.sh/official/vegastack/vegastack_skills_skillscout.md
Vendor website: https://vegastack.com/

## Prompt for your agent

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

### vegastack/vegastack-cli

Includes 2 official skills: e5, vegastack.

Install:

```bash
npx skills add vegastack/vegastack-cli -y
```

Source: https://github.com/vegastack/vegastack-cli

### vegastack/oss-notion-markdown-sync

Includes 1 official skill: notion-markdown-sync.

Install:

```bash
npx skills add vegastack/oss-notion-markdown-sync -y
```

Source: https://github.com/vegastack/oss-notion-markdown-sync

### vegastack/vegastack-pages

Includes 1 official skill: vegastack-pages.

Install:

```bash
npx skills add vegastack/vegastack-pages -y
```

Source: https://github.com/vegastack/vegastack-pages

## Individual skills

### e5

Official VegaStack skill from vegastack/vegastack-cli.

Install:

```bash
npx skills add vegastack/vegastack-cli@e5 -y
```

Package: vegastack/vegastack-cli
Source: https://github.com/vegastack/vegastack-cli/tree/main/docs/status/e5

### vegastack

Official VegaStack skill from vegastack/vegastack-cli.

Install:

```bash
npx skills add vegastack/vegastack-cli@vegastack -y
```

Package: vegastack/vegastack-cli
Source: https://github.com/vegastack/vegastack-cli/tree/main/skills/vegastack

### notion-markdown-sync

Official VegaStack skill from vegastack/oss-notion-markdown-sync.

Install:

```bash
npx skills add vegastack/oss-notion-markdown-sync@notion-markdown-sync -y
```

Package: vegastack/oss-notion-markdown-sync
Source: https://github.com/vegastack/oss-notion-markdown-sync/tree/main/skills/notion-markdown-sync

### vegastack-pages

Official VegaStack skill from vegastack/vegastack-pages.

Install:

```bash
npx skills add vegastack/vegastack-pages@vegastack-pages -y
```

Package: vegastack/vegastack-pages
Source: https://github.com/vegastack/vegastack-pages/tree/main/skills/vegastack-pages

## vegastack/vegastack-cli package overview

Includes 2 official skills: e5, vegastack.

### Top skills in this package

- e5: Official VegaStack skill from vegastack/vegastack-cli.
- vegastack: Official VegaStack skill from vegastack/vegastack-cli.

### Install

Install the full package:

```bash
npx skills add vegastack/vegastack-cli -y
```

Install a specific skill:

```bash
npx skills add vegastack/vegastack-cli@e5 -y
```

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

Source: https://github.com/vegastack/vegastack-cli#readme
