# BBC AI Agent Skills

BBC publishes official AI agent skills for its tools, services, and developer workflows. Open source code used on public facing services, internal services and educational resources.

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

Official page: https://skillscout.sh/official/bbc/
Markdown page: https://skillscout.sh/official/bbc/bbc_skills_skillscout.md
Vendor website: https://bbc.co.uk/opensource/

## Prompt for your agent

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

### bbc/simorgh

Includes 2 official skills: add-new-service-theme, convert-webcore-component.

Install:

```bash
npx skills add bbc/simorgh -y
```

Source: https://github.com/bbc/simorgh

## Individual skills

### add-new-service-theme

Official BBC skill from bbc/simorgh.

Install:

```bash
npx skills add bbc/simorgh@add-new-service-theme -y
```

Package: bbc/simorgh
Source: https://github.com/bbc/simorgh/tree/latest/.github/skills/add-new-service-theme

### convert-webcore-component

Official BBC skill from bbc/simorgh.

Install:

```bash
npx skills add bbc/simorgh@convert-webcore-component -y
```

Package: bbc/simorgh
Source: https://github.com/bbc/simorgh/tree/latest/.github/skills/convert-webcore-component

## bbc/simorgh package overview

Includes 2 official skills: add-new-service-theme, convert-webcore-component.

### Top skills in this package

- add-new-service-theme: Official BBC skill from bbc/simorgh.
- convert-webcore-component: Official BBC skill from bbc/simorgh.

### Install

Install the full package:

```bash
npx skills add bbc/simorgh -y
```

Install a specific skill:

```bash
npx skills add bbc/simorgh@add-new-service-theme -y
```

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

Source: https://github.com/bbc/simorgh#readme
