# World Wide Web Consortium AI Agent Skills

World Wide Web Consortium publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 1 World Wide Web Consortium repository, with install commands and source links.

Official page: https://skillscout.sh/official/w3c/
Markdown page: https://skillscout.sh/official/w3c/w3c_skills_skillscout.md
Vendor website: https://www.w3.org/

## Prompt for your agent

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

### w3c/web-performance

Includes 3 official skills: bikeshed-conversion, publish-wg-minutes, skills.

Install:

```bash
npx skills add w3c/web-performance -y
```

Source: https://github.com/w3c/web-performance

## Individual skills

### bikeshed-conversion

Official World Wide Web Consortium skill from w3c/web-performance.

Install:

```bash
npx skills add w3c/web-performance@bikeshed-conversion -y
```

Package: w3c/web-performance
Source: https://github.com/w3c/web-performance/tree/gh-pages/skills/bikeshed-conversion

### publish-wg-minutes

Official World Wide Web Consortium skill from w3c/web-performance.

Install:

```bash
npx skills add w3c/web-performance@publish-wg-minutes -y
```

Package: w3c/web-performance
Source: https://github.com/w3c/web-performance/tree/gh-pages/skills/publish-wg-minutes

### skills

Official World Wide Web Consortium skill from w3c/web-performance.

Install:

```bash
npx skills add w3c/web-performance@skills -y
```

Package: w3c/web-performance
Source: https://github.com/w3c/web-performance/tree/gh-pages/skills

## w3c/web-performance package overview

Includes 3 official skills: bikeshed-conversion, publish-wg-minutes, skills.

### Top skills in this package

- bikeshed-conversion: Official World Wide Web Consortium skill from w3c/web-performance.
- publish-wg-minutes: Official World Wide Web Consortium skill from w3c/web-performance.
- skills: Official World Wide Web Consortium skill from w3c/web-performance.

### Install

Install the full package:

```bash
npx skills add w3c/web-performance -y
```

Install a specific skill:

```bash
npx skills add w3c/web-performance@bikeshed-conversion -y
```

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

Source: https://github.com/w3c/web-performance#readme
