# Pointbreak AI Agent Skills

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

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

Official page: https://skillscout.sh/official/withpointbreak/
Markdown page: https://skillscout.sh/official/withpointbreak/withpointbreak_skills_skillscout.md
Vendor website: https://withpointbreak.com/

## Prompt for your agent

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

### withpointbreak/pointbreak

Includes 3 official skills: pointbreak-author, pointbreak-author-response, pointbreak-reviewer.

Install:

```bash
npx skills add withpointbreak/pointbreak -y
```

Source: https://github.com/withpointbreak/pointbreak

## Individual skills

### pointbreak-author

Official Pointbreak skill from withpointbreak/pointbreak.

Install:

```bash
npx skills add withpointbreak/pointbreak@pointbreak-author -y
```

Package: withpointbreak/pointbreak
Source: https://github.com/withpointbreak/pointbreak/tree/main/skills/pointbreak-author

### pointbreak-author-response

Official Pointbreak skill from withpointbreak/pointbreak.

Install:

```bash
npx skills add withpointbreak/pointbreak@pointbreak-author-response -y
```

Package: withpointbreak/pointbreak
Source: https://github.com/withpointbreak/pointbreak/tree/main/skills/pointbreak-author-response

### pointbreak-reviewer

Official Pointbreak skill from withpointbreak/pointbreak.

Install:

```bash
npx skills add withpointbreak/pointbreak@pointbreak-reviewer -y
```

Package: withpointbreak/pointbreak
Source: https://github.com/withpointbreak/pointbreak/tree/main/skills/pointbreak-reviewer

## withpointbreak/pointbreak package overview

Includes 3 official skills: pointbreak-author, pointbreak-author-response, pointbreak-reviewer.

### Top skills in this package

- pointbreak-author: Official Pointbreak skill from withpointbreak/pointbreak.
- pointbreak-author-response: Official Pointbreak skill from withpointbreak/pointbreak.
- pointbreak-reviewer: Official Pointbreak skill from withpointbreak/pointbreak.

### Install

Install the full package:

```bash
npx skills add withpointbreak/pointbreak -y
```

Install a specific skill:

```bash
npx skills add withpointbreak/pointbreak@pointbreak-author -y
```

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

Source: https://github.com/withpointbreak/pointbreak#readme
