# Plane AI Agent Skills

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

Browse 6 official AI agent skills across 2 Plane repositories, with install commands and source links.

Official page: https://skillscout.sh/official/makeplane/
Markdown page: https://skillscout.sh/official/makeplane/makeplane_skills_skillscout.md
Vendor website: https://plane.so/

## Prompt for your agent

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

### makeplane/plane

Includes 5 official skills: translate, react-doctor, branch-name, create-pull-request, release-notes.

Install:

```bash
npx skills add makeplane/plane -y
```

Source: https://github.com/makeplane/plane

### makeplane/helm-charts

Includes 1 official skill: pr-description.

Install:

```bash
npx skills add makeplane/helm-charts -y
```

Source: https://github.com/makeplane/helm-charts

## Individual skills

### translate

Official Plane skill from makeplane/plane.

Install:

```bash
npx skills add makeplane/plane@translate -y
```

Package: makeplane/plane
Source: https://github.com/makeplane/plane/tree/preview/.claude/skills/translate

### react-doctor

Official Plane skill from makeplane/plane.

Install:

```bash
npx skills add makeplane/plane@react-doctor -y
```

Package: makeplane/plane
Source: https://github.com/makeplane/plane/tree/preview/.claude/skills/react-doctor

### branch-name

Official Plane skill from makeplane/plane.

Install:

```bash
npx skills add makeplane/plane@branch-name -y
```

Package: makeplane/plane
Source: https://github.com/makeplane/plane/tree/preview/.claude/skills/branch-name

### create-pull-request

Official Plane skill from makeplane/plane.

Install:

```bash
npx skills add makeplane/plane@create-pull-request -y
```

Package: makeplane/plane
Source: https://github.com/makeplane/plane/tree/preview/.claude/skills/create-pull-request

### release-notes

Official Plane skill from makeplane/plane.

Install:

```bash
npx skills add makeplane/plane@release-notes -y
```

Package: makeplane/plane
Source: https://github.com/makeplane/plane/tree/preview/.claude/skills/release-notes

### pr-description

Official Plane skill from makeplane/helm-charts.

Install:

```bash
npx skills add makeplane/helm-charts@pr-description -y
```

Package: makeplane/helm-charts
Source: https://github.com/makeplane/helm-charts/tree/master/.claude/skills/pr-description

## makeplane/plane package overview

Includes 5 official skills: translate, react-doctor, branch-name, create-pull-request, release-notes.

### Top skills in this package

- translate: Official Plane skill from makeplane/plane.
- react-doctor: Official Plane skill from makeplane/plane.
- branch-name: Official Plane skill from makeplane/plane.
- create-pull-request: Official Plane skill from makeplane/plane.
- release-notes: Official Plane skill from makeplane/plane.

### Install

Install the full package:

```bash
npx skills add makeplane/plane -y
```

Install a specific skill:

```bash
npx skills add makeplane/plane@translate -y
```

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

Source: https://github.com/makeplane/plane#readme
