# Zerocracy AI Agent Skills

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

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

Official page: https://skillscout.sh/official/zerocracy/
Markdown page: https://skillscout.sh/official/zerocracy/zerocracy_skills_skillscout.md
Vendor website: https://www.zerocracy.com/

## Prompt for your agent

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

### zerocracy/zealot

Includes 7 official skills: file-bug-report, make-git-commit, make-one-contribution, respond-to-comment, review-pull-request, submit-pull-request.

Install:

```bash
npx skills add zerocracy/zealot -y
```

Source: https://github.com/zerocracy/zealot

## Individual skills

### file-bug-report

Official Zerocracy skill from zerocracy/zealot.

Install:

```bash
npx skills add zerocracy/zealot@file-bug-report -y
```

Package: zerocracy/zealot
Source: https://github.com/zerocracy/zealot/tree/master/skills/file-bug-report

### make-git-commit

Official Zerocracy skill from zerocracy/zealot.

Install:

```bash
npx skills add zerocracy/zealot@make-git-commit -y
```

Package: zerocracy/zealot
Source: https://github.com/zerocracy/zealot/tree/master/skills/make-git-commit

### make-one-contribution

Official Zerocracy skill from zerocracy/zealot.

Install:

```bash
npx skills add zerocracy/zealot@make-one-contribution -y
```

Package: zerocracy/zealot
Source: https://github.com/zerocracy/zealot/tree/master/skills/make-one-contribution

### respond-to-comment

Official Zerocracy skill from zerocracy/zealot.

Install:

```bash
npx skills add zerocracy/zealot@respond-to-comment -y
```

Package: zerocracy/zealot
Source: https://github.com/zerocracy/zealot/tree/master/skills/respond-to-comment

### review-pull-request

Official Zerocracy skill from zerocracy/zealot.

Install:

```bash
npx skills add zerocracy/zealot@review-pull-request -y
```

Package: zerocracy/zealot
Source: https://github.com/zerocracy/zealot/tree/master/skills/review-pull-request

### submit-pull-request

Official Zerocracy skill from zerocracy/zealot.

Install:

```bash
npx skills add zerocracy/zealot@submit-pull-request -y
```

Package: zerocracy/zealot
Source: https://github.com/zerocracy/zealot/tree/master/skills/submit-pull-request

### triage-issue

Official Zerocracy skill from zerocracy/zealot.

Install:

```bash
npx skills add zerocracy/zealot@triage-issue -y
```

Package: zerocracy/zealot
Source: https://github.com/zerocracy/zealot/tree/master/skills/triage-issue

## zerocracy/zealot package overview

Includes 7 official skills: file-bug-report, make-git-commit, make-one-contribution, respond-to-comment, review-pull-request, submit-pull-request.

### Top skills in this package

- file-bug-report: Official Zerocracy skill from zerocracy/zealot.
- make-git-commit: Official Zerocracy skill from zerocracy/zealot.
- make-one-contribution: Official Zerocracy skill from zerocracy/zealot.
- respond-to-comment: Official Zerocracy skill from zerocracy/zealot.
- review-pull-request: Official Zerocracy skill from zerocracy/zealot.
- submit-pull-request: Official Zerocracy skill from zerocracy/zealot.
- triage-issue: Official Zerocracy skill from zerocracy/zealot.

### Install

Install the full package:

```bash
npx skills add zerocracy/zealot -y
```

Install a specific skill:

```bash
npx skills add zerocracy/zealot@file-bug-report -y
```

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

Source: https://github.com/zerocracy/zealot#readme
