# Plone AI Agent Skills

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

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

Official page: https://skillscout.sh/official/plone/
Markdown page: https://skillscout.sh/official/plone/plone_skills_skillscout.md
Vendor website: https://plone.org/

## Prompt for your agent

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

### plone/plone-doc-style-skill

Includes 1 official skill: author.

Install:

```bash
npx skills add plone/plone-doc-style-skill -y
```

Source: https://github.com/plone/plone-doc-style-skill

### plone/plonecli

Includes 2 official skills: plone-schema-fields, plonecli.

Install:

```bash
npx skills add plone/plonecli -y
```

Source: https://github.com/plone/plonecli

## Individual skills

### author

Official Plone skill from plone/plone-doc-style-skill.

Install:

```bash
npx skills add plone/plone-doc-style-skill@author -y
```

Package: plone/plone-doc-style-skill
Source: https://github.com/plone/plone-doc-style-skill/tree/main/skills/author

### plone-schema-fields

Official Plone skill from plone/plonecli.

Install:

```bash
npx skills add plone/plonecli@plone-schema-fields -y
```

Package: plone/plonecli
Source: https://github.com/plone/plonecli/tree/HEAD/plonecli/skills/plone-schema-fields

### plonecli

Official Plone skill from plone/plonecli.

Install:

```bash
npx skills add plone/plonecli@plonecli -y
```

Package: plone/plonecli
Source: https://github.com/plone/plonecli/tree/master/plonecli/skills/plonecli

## plone/plone-doc-style-skill package overview

Includes 1 official skill: author.

### Top skills in this package

- author: Official Plone skill from plone/plone-doc-style-skill.

### Install

Install the full package:

```bash
npx skills add plone/plone-doc-style-skill -y
```

Install a specific skill:

```bash
npx skills add plone/plone-doc-style-skill@author -y
```

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

Source: https://github.com/plone/plone-doc-style-skill#readme
