# Boundfox Studios AI Agent Skills

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

Browse 2 official AI agent skills across 1 Boundfox Studios repository, with install commands and source links.

Official page: https://skillscout.sh/official/boundfoxstudios/
Markdown page: https://skillscout.sh/official/boundfoxstudios/boundfoxstudios_skills_skillscout.md
Vendor website: https://boundfoxstudios.com/

## Prompt for your agent

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

### boundfoxstudios/lehrgrapht

Includes 2 official skills: migrations, prepare-release.

Install:

```bash
npx skills add boundfoxstudios/lehrgrapht -y
```

Source: https://github.com/BoundfoxStudios/lehrgrapht

## Individual skills

### migrations

Official Boundfox Studios skill from boundfoxstudios/lehrgrapht.

Install:

```bash
npx skills add boundfoxstudios/lehrgrapht@migrations -y
```

Package: boundfoxstudios/lehrgrapht
Source: https://github.com/boundfoxstudios/lehrgrapht/tree/HEAD/.claude/skills/migrations

### prepare-release

Official Boundfox Studios skill from boundfoxstudios/lehrgrapht.

Install:

```bash
npx skills add boundfoxstudios/lehrgrapht@prepare-release -y
```

Package: boundfoxstudios/lehrgrapht
Source: https://github.com/BoundfoxStudios/lehrgrapht/tree/develop/.claude/skills/prepare-release

## boundfoxstudios/lehrgrapht package overview

Includes 2 official skills: migrations, prepare-release.

### Top skills in this package

- migrations: Official Boundfox Studios skill from boundfoxstudios/lehrgrapht.
- prepare-release: Official Boundfox Studios skill from boundfoxstudios/lehrgrapht.

### Install

Install the full package:

```bash
npx skills add boundfoxstudios/lehrgrapht -y
```

Install a specific skill:

```bash
npx skills add boundfoxstudios/lehrgrapht@migrations -y
```

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

Source: https://github.com/boundfoxstudios/lehrgrapht#readme
