# Zimic AI Agent Skills

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

Browse 1 official AI agent skill across 1 Zimic repository, with install commands and source links.

Official page: https://skillscout.sh/official/zimicjs/
Markdown page: https://skillscout.sh/official/zimicjs/zimicjs_skills_skillscout.md
Vendor website: https://zimic.dev/

## Prompt for your agent

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

### zimicjs/zimic

Includes 1 official skill: write-release-description.

Install:

```bash
npx skills add zimicjs/zimic -y
```

Source: https://github.com/zimicjs/zimic

## Individual skills

### write-release-description

Official Zimic skill from zimicjs/zimic.

Install:

```bash
npx skills add zimicjs/zimic@write-release-description -y
```

Package: zimicjs/zimic
Source: https://github.com/zimicjs/zimic/tree/canary/.agents/skills/write-release-description

## zimicjs/zimic package overview

Includes 1 official skill: write-release-description.

### Top skills in this package

- write-release-description: Official Zimic skill from zimicjs/zimic.

### Install

Install the full package:

```bash
npx skills add zimicjs/zimic -y
```

Install a specific skill:

```bash
npx skills add zimicjs/zimic@write-release-description -y
```

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

Source: https://github.com/zimicjs/zimic#readme
