# Pota AI Agent Skills

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

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

Official page: https://skillscout.sh/official/potahtml/
Markdown page: https://skillscout.sh/official/potahtml/potahtml_skills_skillscout.md
Vendor website: https://pota.quack.uy/

## Prompt for your agent

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

### potahtml/pota

Includes 4 official skills: breaking-changes, docs-review, pota, writing-tests.

Install:

```bash
npx skills add potahtml/pota -y
```

Source: https://github.com/potahtml/pota

## Individual skills

### breaking-changes

Official Pota skill from potahtml/pota.

Install:

```bash
npx skills add potahtml/pota@breaking-changes -y
```

Package: potahtml/pota
Source: https://github.com/potahtml/pota/tree/master/.claude/skills/breaking-changes

### docs-review

Official Pota skill from potahtml/pota.

Install:

```bash
npx skills add potahtml/pota@docs-review -y
```

Package: potahtml/pota
Source: https://github.com/potahtml/pota/tree/master/.claude/skills/docs-review

### pota

Official Pota skill from potahtml/pota.

Install:

```bash
npx skills add potahtml/pota@pota -y
```

Package: potahtml/pota
Source: https://github.com/potahtml/pota/tree/master/.claude/skills/pota

### writing-tests

Official Pota skill from potahtml/pota.

Install:

```bash
npx skills add potahtml/pota@writing-tests -y
```

Package: potahtml/pota
Source: https://github.com/potahtml/pota/tree/master/.claude/skills/writing-tests

## potahtml/pota package overview

Includes 4 official skills: breaking-changes, docs-review, pota, writing-tests.

### Top skills in this package

- breaking-changes: Official Pota skill from potahtml/pota.
- docs-review: Official Pota skill from potahtml/pota.
- pota: Official Pota skill from potahtml/pota.
- writing-tests: Official Pota skill from potahtml/pota.

### Install

Install the full package:

```bash
npx skills add potahtml/pota -y
```

Install a specific skill:

```bash
npx skills add potahtml/pota@breaking-changes -y
```

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

Source: https://github.com/potahtml/pota#readme
