# Wado AI Agent Skills

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

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

Official page: https://skillscout.sh/official/wado-lang/
Markdown page: https://skillscout.sh/official/wado-lang/wado-lang_skills_skillscout.md
Vendor website: https://wado-lang.org/

## Prompt for your agent

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

### wado-lang/wado

Includes 13 official skills: profiling-wado-compiler, benchmark, coverage-investigation, debugger, git-upstream-sync, jco.

Install:

```bash
npx skills add wado-lang/wado -y
```

Source: https://github.com/wado-lang/wado

## Individual skills

### profiling-wado-compiler

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@profiling-wado-compiler -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/main/.claude/skills/profiling-wado-compiler

### benchmark

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@benchmark -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/main/.claude/skills/benchmark

### coverage-investigation

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@coverage-investigation -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/HEAD/.claude/skills/coverage-investigation

### debugger

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@debugger -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/HEAD/.claude/skills/debugger

### git-upstream-sync

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@git-upstream-sync -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/HEAD/.claude/skills/git-upstream-sync

### jco

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@jco -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/main/.claude/skills/jco

### on-task-done

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@on-task-done -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/main/.claude/skills/on-task-done

### optimizer-debug

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@optimizer-debug -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/HEAD/.claude/skills/optimizer-debug

### pull-request

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@pull-request -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/main/.claude/skills/pull-request

### rust

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@rust -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/main/.claude/skills/rust

### vendor-submodules

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@vendor-submodules -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/HEAD/.claude/skills/vendor-submodules

### wado

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@wado -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/main/.claude/skills/wado

### wado-performance

Official Wado skill from wado-lang/wado.

Install:

```bash
npx skills add wado-lang/wado@wado-performance -y
```

Package: wado-lang/wado
Source: https://github.com/wado-lang/wado/tree/main/.claude/skills/wado-performance

## wado-lang/wado package overview

Includes 13 official skills: profiling-wado-compiler, benchmark, coverage-investigation, debugger, git-upstream-sync, jco.

### Top skills in this package

- profiling-wado-compiler: Official Wado skill from wado-lang/wado.
- benchmark: Official Wado skill from wado-lang/wado.
- coverage-investigation: Official Wado skill from wado-lang/wado.
- debugger: Official Wado skill from wado-lang/wado.
- git-upstream-sync: Official Wado skill from wado-lang/wado.
- jco: Official Wado skill from wado-lang/wado.
- on-task-done: Official Wado skill from wado-lang/wado.
- optimizer-debug: Official Wado skill from wado-lang/wado.

### Install

Install the full package:

```bash
npx skills add wado-lang/wado -y
```

Install a specific skill:

```bash
npx skills add wado-lang/wado@profiling-wado-compiler -y
```

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

Source: https://github.com/wado-lang/wado#readme
