# Pavlov.net AI Agent Skills

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

Browse 9 official AI agent skills across 3 Pavlov.net repositories, with install commands and source links.

Official page: https://skillscout.sh/official/pavlov-net/
Markdown page: https://skillscout.sh/official/pavlov-net/pavlov-net_skills_skillscout.md
Vendor website: https://pavlov.net/

## Prompt for your agent

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

### pavlov-net/claude-plugins

Includes 3 official skills: bevy, efficient-shell-usage, technical-writing.

Install:

```bash
npx skills add pavlov-net/claude-plugins -y
```

Source: https://github.com/pavlov-net/claude-plugins

### pavlov-net/autopilot

Includes 5 official skills: database-patterns, dependency-health, git-safety, owasp-top-10, product-strategy.

Install:

```bash
npx skills add pavlov-net/autopilot -y
```

Source: https://github.com/pavlov-net/autopilot

### pavlov-net/clawtornot

Includes 1 official skill: clawtornot.

Install:

```bash
npx skills add pavlov-net/clawtornot -y
```

Source: https://github.com/pavlov-net/clawtornot

## Individual skills

### bevy

Official Pavlov.net skill from pavlov-net/claude-plugins.

Install:

```bash
npx skills add pavlov-net/claude-plugins@bevy -y
```

Package: pavlov-net/claude-plugins
Source: https://github.com/pavlov-net/claude-plugins/tree/main/bevy/skills/bevy

### efficient-shell-usage

Official Pavlov.net skill from pavlov-net/claude-plugins.

Install:

```bash
npx skills add pavlov-net/claude-plugins@efficient-shell-usage -y
```

Package: pavlov-net/claude-plugins
Source: https://github.com/pavlov-net/claude-plugins/tree/main/efficient-commands/skills/efficient-shell-usage

### technical-writing

Official Pavlov.net skill from pavlov-net/claude-plugins.

Install:

```bash
npx skills add pavlov-net/claude-plugins@technical-writing -y
```

Package: pavlov-net/claude-plugins
Source: https://github.com/pavlov-net/claude-plugins/tree/main/tech-writing/skills/technical-writing

### database-patterns

Official Pavlov.net skill from pavlov-net/autopilot.

Install:

```bash
npx skills add pavlov-net/autopilot@database-patterns -y
```

Package: pavlov-net/autopilot
Source: https://github.com/pavlov-net/autopilot/tree/main/plugins/planning-skills/skills/database-patterns

### dependency-health

Official Pavlov.net skill from pavlov-net/autopilot.

Install:

```bash
npx skills add pavlov-net/autopilot@dependency-health -y
```

Package: pavlov-net/autopilot
Source: https://github.com/pavlov-net/autopilot/tree/main/plugins/planning-skills/skills/dependency-health

### git-safety

Official Pavlov.net skill from pavlov-net/autopilot.

Install:

```bash
npx skills add pavlov-net/autopilot@git-safety -y
```

Package: pavlov-net/autopilot
Source: https://github.com/pavlov-net/autopilot/tree/main/plugins/git-safety/skills/git-safety

### owasp-top-10

Official Pavlov.net skill from pavlov-net/autopilot.

Install:

```bash
npx skills add pavlov-net/autopilot@owasp-top-10 -y
```

Package: pavlov-net/autopilot
Source: https://github.com/pavlov-net/autopilot/tree/main/plugins/planning-skills/skills/owasp-top-10

### product-strategy

Official Pavlov.net skill from pavlov-net/autopilot.

Install:

```bash
npx skills add pavlov-net/autopilot@product-strategy -y
```

Package: pavlov-net/autopilot
Source: https://github.com/pavlov-net/autopilot/tree/main/plugins/planning-skills/skills/product-strategy

### clawtornot

Official Pavlov.net skill from pavlov-net/clawtornot.

Install:

```bash
npx skills add pavlov-net/clawtornot@clawtornot -y
```

Package: pavlov-net/clawtornot
Source: https://github.com/pavlov-net/clawtornot/tree/main/skills/clawtornot

## pavlov-net/claude-plugins package overview

Includes 3 official skills: bevy, efficient-shell-usage, technical-writing.

### Top skills in this package

- bevy: Official Pavlov.net skill from pavlov-net/claude-plugins.
- efficient-shell-usage: Official Pavlov.net skill from pavlov-net/claude-plugins.
- technical-writing: Official Pavlov.net skill from pavlov-net/claude-plugins.

### Install

Install the full package:

```bash
npx skills add pavlov-net/claude-plugins -y
```

Install a specific skill:

```bash
npx skills add pavlov-net/claude-plugins@bevy -y
```

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

Source: https://github.com/pavlov-net/claude-plugins#readme
