# Poku AI Agent Skills

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

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

Official page: https://skillscout.sh/official/pokujs/
Markdown page: https://skillscout.sh/official/pokujs/pokujs_skills_skillscout.md
Vendor website: https://poku.io/

## Prompt for your agent

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

### pokujs/coverage

Includes 2 official skills: jsc-audit, v8-audit.

Install:

```bash
npx skills add pokujs/coverage -y
```

Source: https://github.com/pokujs/coverage

## Individual skills

### jsc-audit

Official Poku skill from pokujs/coverage.

Install:

```bash
npx skills add pokujs/coverage@jsc-audit -y
```

Package: pokujs/coverage
Source: https://github.com/pokujs/coverage/tree/main/.claude/skills/jsc-audit

### v8-audit

Official Poku skill from pokujs/coverage.

Install:

```bash
npx skills add pokujs/coverage@v8-audit -y
```

Package: pokujs/coverage
Source: https://github.com/pokujs/coverage/tree/main/.claude/skills/v8-audit

## pokujs/coverage package overview

Includes 2 official skills: jsc-audit, v8-audit.

### Top skills in this package

- jsc-audit: Official Poku skill from pokujs/coverage.
- v8-audit: Official Poku skill from pokujs/coverage.

### Install

Install the full package:

```bash
npx skills add pokujs/coverage -y
```

Install a specific skill:

```bash
npx skills add pokujs/coverage@jsc-audit -y
```

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

Source: https://github.com/pokujs/coverage#readme
