# The WebKit Open Source Project AI Agent Skills

The WebKit Open Source Project publishes official AI agent skills for its tools, services, and developer workflows.

Browse 5 official AI agent skills across 1 The WebKit Open Source Project repository, with install commands and source links.

Official page: https://skillscout.sh/official/webkit/
Markdown page: https://skillscout.sh/official/webkit/webkit_skills_skillscout.md
Vendor website: https://webkit.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/webkit/webkit_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant The WebKit Open Source Project 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

### webkit/webkit

Includes 5 official skills: checkout, classify, find, pull, reduce-header-includes.

Install:

```bash
npx skills add webkit/webkit -y
```

Source: https://github.com/WebKit/WebKit

## Individual skills

### checkout

Official The WebKit Open Source Project skill from webkit/webkit.

Install:

```bash
npx skills add webkit/webkit@checkout -y
```

Package: webkit/webkit
Source: https://github.com/WebKit/WebKit/tree/main/.claude/plugins/git-webkit/skills/checkout

### classify

Official The WebKit Open Source Project skill from webkit/webkit.

Install:

```bash
npx skills add webkit/webkit@classify -y
```

Package: webkit/webkit
Source: https://github.com/WebKit/WebKit/tree/main/.claude/plugins/git-webkit/skills/classify

### find

Official The WebKit Open Source Project skill from webkit/webkit.

Install:

```bash
npx skills add webkit/webkit@find -y
```

Package: webkit/webkit
Source: https://github.com/WebKit/WebKit/tree/main/.claude/plugins/git-webkit/skills/find

### pull

Official The WebKit Open Source Project skill from webkit/webkit.

Install:

```bash
npx skills add webkit/webkit@pull -y
```

Package: webkit/webkit
Source: https://github.com/WebKit/WebKit/tree/main/.claude/plugins/git-webkit/skills/pull

### reduce-header-includes

Official The WebKit Open Source Project skill from webkit/webkit.

Install:

```bash
npx skills add webkit/webkit@reduce-header-includes -y
```

Package: webkit/webkit
Source: https://github.com/WebKit/WebKit/tree/main/.claude/plugins/reduce-header-includes/skills/reduce-header-includes

## webkit/webkit package overview

Includes 5 official skills: checkout, classify, find, pull, reduce-header-includes.

### Top skills in this package

- checkout: Official The WebKit Open Source Project skill from webkit/webkit.
- classify: Official The WebKit Open Source Project skill from webkit/webkit.
- find: Official The WebKit Open Source Project skill from webkit/webkit.
- pull: Official The WebKit Open Source Project skill from webkit/webkit.
- reduce-header-includes: Official The WebKit Open Source Project skill from webkit/webkit.

### Install

Install the full package:

```bash
npx skills add webkit/webkit -y
```

Install a specific skill:

```bash
npx skills add webkit/webkit@checkout -y
```

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

Source: https://github.com/webkit/webkit#readme
