# Zap Studio AI Agent Skills

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

Browse 5 official AI agent skills across 1 Zap Studio repository, with install commands and source links.

Official page: https://skillscout.sh/official/zap-studio/
Markdown page: https://skillscout.sh/official/zap-studio/zap-studio_skills_skillscout.md
Vendor website: https://www.zapstudio.dev/

## Prompt for your agent

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

### zap-studio/monorepo

Includes 5 official skills: zap-validation-standard-schema, zap-fetch-typed-http, zap-permit-policy-authoring, zap-retry-policies, zap-webhooks-routing.

Install:

```bash
npx skills add zap-studio/monorepo -y
```

Source: https://github.com/zap-studio/monorepo

## Individual skills

### zap-validation-standard-schema

Official Zap Studio skill from zap-studio/monorepo.

Install:

```bash
npx skills add zap-studio/monorepo@zap-validation-standard-schema -y
```

Package: zap-studio/monorepo
Source: https://github.com/zap-studio/monorepo/tree/main/skills/zap-validation-standard-schema

### zap-fetch-typed-http

Official Zap Studio skill from zap-studio/monorepo.

Install:

```bash
npx skills add zap-studio/monorepo@zap-fetch-typed-http -y
```

Package: zap-studio/monorepo
Source: https://github.com/zap-studio/monorepo/tree/main/skills/zap-fetch-typed-http

### zap-permit-policy-authoring

Official Zap Studio skill from zap-studio/monorepo.

Install:

```bash
npx skills add zap-studio/monorepo@zap-permit-policy-authoring -y
```

Package: zap-studio/monorepo
Source: https://github.com/zap-studio/monorepo/tree/main/skills/zap-permit-policy-authoring

### zap-retry-policies

Official Zap Studio skill from zap-studio/monorepo.

Install:

```bash
npx skills add zap-studio/monorepo@zap-retry-policies -y
```

Package: zap-studio/monorepo
Source: https://github.com/zap-studio/monorepo/tree/main/skills/zap-retry-policies

### zap-webhooks-routing

Official Zap Studio skill from zap-studio/monorepo.

Install:

```bash
npx skills add zap-studio/monorepo@zap-webhooks-routing -y
```

Package: zap-studio/monorepo
Source: https://github.com/zap-studio/monorepo/tree/main/skills/zap-webhooks-routing

## zap-studio/monorepo package overview

Includes 5 official skills: zap-validation-standard-schema, zap-fetch-typed-http, zap-permit-policy-authoring, zap-retry-policies, zap-webhooks-routing.

### Top skills in this package

- zap-validation-standard-schema: Official Zap Studio skill from zap-studio/monorepo.
- zap-fetch-typed-http: Official Zap Studio skill from zap-studio/monorepo.
- zap-permit-policy-authoring: Official Zap Studio skill from zap-studio/monorepo.
- zap-retry-policies: Official Zap Studio skill from zap-studio/monorepo.
- zap-webhooks-routing: Official Zap Studio skill from zap-studio/monorepo.

### Install

Install the full package:

```bash
npx skills add zap-studio/monorepo -y
```

Install a specific skill:

```bash
npx skills add zap-studio/monorepo@zap-validation-standard-schema -y
```

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

Source: https://github.com/zap-studio/monorepo#readme
