# Matter Labs AI Agent Skills

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

Browse 4 official AI agent skills across 1 Matter Labs repository, with install commands and source links.

Official page: https://skillscout.sh/official/matter-labs/
Markdown page: https://skillscout.sh/official/matter-labs/matter-labs_skills_skillscout.md
Vendor website: https://matter-labs.io/

## Prompt for your agent

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

### matter-labs/zksync-js

Includes 4 official skills: adapter-parity-check, api-surface-gate, contract-interaction-patterns, sdk-verification-matrix.

Install:

```bash
npx skills add matter-labs/zksync-js -y
```

Source: https://github.com/matter-labs/zksync-js

## Individual skills

### adapter-parity-check

Official Matter Labs skill from matter-labs/zksync-js.

Install:

```bash
npx skills add matter-labs/zksync-js@adapter-parity-check -y
```

Package: matter-labs/zksync-js
Source: https://github.com/matter-labs/zksync-js/tree/main/.agents/skills/adapter-parity-check

### api-surface-gate

Official Matter Labs skill from matter-labs/zksync-js.

Install:

```bash
npx skills add matter-labs/zksync-js@api-surface-gate -y
```

Package: matter-labs/zksync-js
Source: https://github.com/matter-labs/zksync-js/tree/main/.agents/skills/api-surface-gate

### contract-interaction-patterns

Official Matter Labs skill from matter-labs/zksync-js.

Install:

```bash
npx skills add matter-labs/zksync-js@contract-interaction-patterns -y
```

Package: matter-labs/zksync-js
Source: https://github.com/matter-labs/zksync-js/tree/main/.agents/skills/contract-interaction-patterns

### sdk-verification-matrix

Official Matter Labs skill from matter-labs/zksync-js.

Install:

```bash
npx skills add matter-labs/zksync-js@sdk-verification-matrix -y
```

Package: matter-labs/zksync-js
Source: https://github.com/matter-labs/zksync-js/tree/main/.agents/skills/sdk-verification-matrix

## matter-labs/zksync-js package overview

Includes 4 official skills: adapter-parity-check, api-surface-gate, contract-interaction-patterns, sdk-verification-matrix.

### Top skills in this package

- adapter-parity-check: Official Matter Labs skill from matter-labs/zksync-js.
- api-surface-gate: Official Matter Labs skill from matter-labs/zksync-js.
- contract-interaction-patterns: Official Matter Labs skill from matter-labs/zksync-js.
- sdk-verification-matrix: Official Matter Labs skill from matter-labs/zksync-js.

### Install

Install the full package:

```bash
npx skills add matter-labs/zksync-js -y
```

Install a specific skill:

```bash
npx skills add matter-labs/zksync-js@adapter-parity-check -y
```

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

Source: https://github.com/matter-labs/zksync-js#readme
