# October CMS AI Agent Skills

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

Browse 6 official AI agent skills across 1 October CMS repository, with install commands and source links.

Official page: https://skillscout.sh/official/octobercms/
Markdown page: https://skillscout.sh/official/octobercms/octobercms_skills_skillscout.md
Vendor website: https://octobercms.com/

## Prompt for your agent

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

### octobercms/boost

Includes 6 official skills: ajax-framework, backend-controllers, model-development, plugin-development, tailor-development, theme-development.

Install:

```bash
npx skills add octobercms/boost -y
```

Source: https://github.com/octobercms/boost

## Individual skills

### ajax-framework

Official October CMS skill from octobercms/boost.

Install:

```bash
npx skills add octobercms/boost@ajax-framework -y
```

Package: octobercms/boost
Source: https://github.com/octobercms/boost/tree/main/resources/boost/skills/ajax-framework

### backend-controllers

Official October CMS skill from octobercms/boost.

Install:

```bash
npx skills add octobercms/boost@backend-controllers -y
```

Package: octobercms/boost
Source: https://github.com/octobercms/boost/tree/main/resources/boost/skills/backend-controllers

### model-development

Official October CMS skill from octobercms/boost.

Install:

```bash
npx skills add octobercms/boost@model-development -y
```

Package: octobercms/boost
Source: https://github.com/octobercms/boost/tree/main/resources/boost/skills/model-development

### plugin-development

Official October CMS skill from octobercms/boost.

Install:

```bash
npx skills add octobercms/boost@plugin-development -y
```

Package: octobercms/boost
Source: https://github.com/octobercms/boost/tree/main/resources/boost/skills/plugin-development

### tailor-development

Official October CMS skill from octobercms/boost.

Install:

```bash
npx skills add octobercms/boost@tailor-development -y
```

Package: octobercms/boost
Source: https://github.com/octobercms/boost/tree/main/resources/boost/skills/tailor-development

### theme-development

Official October CMS skill from octobercms/boost.

Install:

```bash
npx skills add octobercms/boost@theme-development -y
```

Package: octobercms/boost
Source: https://github.com/octobercms/boost/tree/main/resources/boost/skills/theme-development

## octobercms/boost package overview

Includes 6 official skills: ajax-framework, backend-controllers, model-development, plugin-development, tailor-development, theme-development.

### Top skills in this package

- ajax-framework: Official October CMS skill from octobercms/boost.
- backend-controllers: Official October CMS skill from octobercms/boost.
- model-development: Official October CMS skill from octobercms/boost.
- plugin-development: Official October CMS skill from octobercms/boost.
- tailor-development: Official October CMS skill from octobercms/boost.
- theme-development: Official October CMS skill from octobercms/boost.

### Install

Install the full package:

```bash
npx skills add octobercms/boost -y
```

Install a specific skill:

```bash
npx skills add octobercms/boost@ajax-framework -y
```

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

Source: https://github.com/octobercms/boost#readme
