# Plan4Better AI Agent Skills

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

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

Official page: https://skillscout.sh/official/plan4better/
Markdown page: https://skillscout.sh/official/plan4better/plan4better_skills_skillscout.md
Vendor website: https://plan4better.de/

## Prompt for your agent

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

### plan4better/goat

Includes 2 official skills: db, windmill.

Install:

```bash
npx skills add plan4better/goat -y
```

Source: https://github.com/plan4better/goat

## Individual skills

### db

Official Plan4Better skill from plan4better/goat.

Install:

```bash
npx skills add plan4better/goat@db -y
```

Package: plan4better/goat
Source: https://github.com/plan4better/goat/tree/main/.claude/skills/db

### windmill

Official Plan4Better skill from plan4better/goat.

Install:

```bash
npx skills add plan4better/goat@windmill -y
```

Package: plan4better/goat
Source: https://github.com/plan4better/goat/tree/main/.claude/skills/windmill

## plan4better/goat package overview

Includes 2 official skills: db, windmill.

### Top skills in this package

- db: Official Plan4Better skill from plan4better/goat.
- windmill: Official Plan4Better skill from plan4better/goat.

### Install

Install the full package:

```bash
npx skills add plan4better/goat -y
```

Install a specific skill:

```bash
npx skills add plan4better/goat@db -y
```

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

Source: https://github.com/plan4better/goat#readme
