# Ghost AI Agent Skills

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

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

Official page: https://skillscout.sh/official/tryghost/
Markdown page: https://skillscout.sh/official/tryghost/tryghost_skills_skillscout.md
Vendor website: https://ghost.org/

## Prompt for your agent

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

### tryghost/ghost

Includes 15 official skills: add-admin-api-endpoint, create-database-migration, format-number, commit, add-private-feature-flag, shade-component-decision.

Install:

```bash
npx skills add tryghost/ghost -y
```

Source: https://github.com/TryGhost/Ghost

## Individual skills

### add-admin-api-endpoint

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@add-admin-api-endpoint -y
```

Package: tryghost/ghost
Source: https://github.com/tryghost/ghost/tree/HEAD/.agents/skills/add-admin-api-endpoint

### create-database-migration

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@create-database-migration -y
```

Package: tryghost/ghost
Source: https://github.com/tryghost/ghost/tree/HEAD/.agents/skills/create-database-migration

### format-number

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@format-number -y
```

Package: tryghost/ghost
Source: https://github.com/tryghost/ghost/tree/HEAD/.agents/skills/format-number

### commit

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@commit -y
```

Package: tryghost/ghost
Source: https://github.com/tryghost/ghost/tree/HEAD/.agents/skills/commit

### add-private-feature-flag

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@add-private-feature-flag -y
```

Package: tryghost/ghost
Source: https://github.com/tryghost/ghost/tree/HEAD/.agents/skills/add-private-feature-flag

### shade-component-decision

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@shade-component-decision -y
```

Package: tryghost/ghost
Source: https://github.com/tryghost/ghost/tree/HEAD/.agents/skills/shade-component-decision

### shade-dropdown-surface-contract

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@shade-dropdown-surface-contract -y
```

Package: tryghost/ghost
Source: https://github.com/TryGhost/Ghost/tree/main/.agents/skills/shade-dropdown-surface-contract

### shade-imports

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@shade-imports -y
```

Package: tryghost/ghost
Source: https://github.com/TryGhost/Ghost/tree/main/.agents/skills/shade-imports

### shade-input-surface-recipe

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@shade-input-surface-recipe -y
```

Package: tryghost/ghost
Source: https://github.com/TryGhost/Ghost/tree/main/.agents/skills/shade-input-surface-recipe

### shade-new-component

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@shade-new-component -y
```

Package: tryghost/ghost
Source: https://github.com/TryGhost/Ghost/tree/main/.agents/skills/shade-new-component

### shade-no-dark-variants

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@shade-no-dark-variants -y
```

Package: tryghost/ghost
Source: https://github.com/TryGhost/Ghost/tree/main/.agents/skills/shade-no-dark-variants

### shade-page-templates

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@shade-page-templates -y
```

Package: tryghost/ghost
Source: https://github.com/TryGhost/Ghost/tree/main/.agents/skills/shade-page-templates

### shade-shadcn-install

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@shade-shadcn-install -y
```

Package: tryghost/ghost
Source: https://github.com/TryGhost/Ghost/tree/main/.agents/skills/shade-shadcn-install

### shade-tokens-not-hex

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@shade-tokens-not-hex -y
```

Package: tryghost/ghost
Source: https://github.com/tryghost/ghost/tree/HEAD/.agents/skills/shade-tokens-not-hex

### shade-use-primitives

Official Ghost skill from tryghost/ghost.

Install:

```bash
npx skills add tryghost/ghost@shade-use-primitives -y
```

Package: tryghost/ghost
Source: https://github.com/tryghost/ghost/tree/HEAD/.agents/skills/shade-use-primitives

## tryghost/ghost package overview

Includes 15 official skills: add-admin-api-endpoint, create-database-migration, format-number, commit, add-private-feature-flag, shade-component-decision.

### Top skills in this package

- add-admin-api-endpoint: Official Ghost skill from tryghost/ghost.
- create-database-migration: Official Ghost skill from tryghost/ghost.
- format-number: Official Ghost skill from tryghost/ghost.
- commit: Official Ghost skill from tryghost/ghost.
- add-private-feature-flag: Official Ghost skill from tryghost/ghost.
- shade-component-decision: Official Ghost skill from tryghost/ghost.
- shade-dropdown-surface-contract: Official Ghost skill from tryghost/ghost.
- shade-imports: Official Ghost skill from tryghost/ghost.

### Install

Install the full package:

```bash
npx skills add tryghost/ghost -y
```

Install a specific skill:

```bash
npx skills add tryghost/ghost@add-admin-api-endpoint -y
```

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

Source: https://github.com/tryghost/ghost#readme
