# Typedef AI Agent Skills

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

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

Official page: https://skillscout.sh/official/typedef-ai/
Markdown page: https://skillscout.sh/official/typedef-ai/typedef-ai_skills_skillscout.md
Vendor website: https://www.typedef.ai/

## Prompt for your agent

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

### typedef-ai/ade-bench-plugin

Includes 3 official skills: create-task, plan-tasks, setup.

Install:

```bash
npx skills add typedef-ai/ade-bench-plugin -y
```

Source: https://github.com/typedef-ai/ade-bench-plugin

## Individual skills

### create-task

Official Typedef skill from typedef-ai/ade-bench-plugin.

Install:

```bash
npx skills add typedef-ai/ade-bench-plugin@create-task -y
```

Package: typedef-ai/ade-bench-plugin
Source: https://github.com/typedef-ai/ade-bench-plugin/tree/main/skills/create-task

### plan-tasks

Official Typedef skill from typedef-ai/ade-bench-plugin.

Install:

```bash
npx skills add typedef-ai/ade-bench-plugin@plan-tasks -y
```

Package: typedef-ai/ade-bench-plugin
Source: https://github.com/typedef-ai/ade-bench-plugin/tree/main/skills/plan-tasks

### setup

Official Typedef skill from typedef-ai/ade-bench-plugin.

Install:

```bash
npx skills add typedef-ai/ade-bench-plugin@setup -y
```

Package: typedef-ai/ade-bench-plugin
Source: https://github.com/typedef-ai/ade-bench-plugin/tree/main/skills/setup

## typedef-ai/ade-bench-plugin package overview

Includes 3 official skills: create-task, plan-tasks, setup.

### Top skills in this package

- create-task: Official Typedef skill from typedef-ai/ade-bench-plugin.
- plan-tasks: Official Typedef skill from typedef-ai/ade-bench-plugin.
- setup: Official Typedef skill from typedef-ai/ade-bench-plugin.

### Install

Install the full package:

```bash
npx skills add typedef-ai/ade-bench-plugin -y
```

Install a specific skill:

```bash
npx skills add typedef-ai/ade-bench-plugin@create-task -y
```

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

Source: https://github.com/typedef-ai/ade-bench-plugin#readme
