# Z Shell AI Agent Skills

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

Browse 17 official AI agent skills across 2 Z Shell repositories, with install commands and source links.

Official page: https://skillscout.sh/official/z-shell/
Markdown page: https://skillscout.sh/official/z-shell/z-shell_skills_skillscout.md
Vendor website: https://www.zshell.dev/

## Prompt for your agent

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

### z-shell/wiki

Includes 10 official skills: acquire-codebase-knowledge, codebase-health-audit, context-map, conventional-commit, create-llms, docs-release-readiness.

Install:

```bash
npx skills add z-shell/wiki -y
```

Source: https://github.com/z-shell/wiki

### z-shell/.github

Includes 7 official skills: create-readme, gh-cli, git-commit, github-issues, new-zsh-plugin, review-project-learning.

Install:

```bash
npx skills add z-shell/.github -y
```

Source: https://github.com/z-shell/.github

## Individual skills

### acquire-codebase-knowledge

Official Z Shell skill from z-shell/wiki.

Install:

```bash
npx skills add z-shell/wiki@acquire-codebase-knowledge -y
```

Package: z-shell/wiki
Source: https://github.com/z-shell/wiki/tree/main/.github/skills/acquire-codebase-knowledge

### codebase-health-audit

Official Z Shell skill from z-shell/wiki.

Install:

```bash
npx skills add z-shell/wiki@codebase-health-audit -y
```

Package: z-shell/wiki
Source: https://github.com/z-shell/wiki/tree/main/.github/skills/codebase-health-audit

### context-map

Official Z Shell skill from z-shell/wiki.

Install:

```bash
npx skills add z-shell/wiki@context-map -y
```

Package: z-shell/wiki
Source: https://github.com/z-shell/wiki/tree/main/.github/skills/context-map

### conventional-commit

Official Z Shell skill from z-shell/wiki.

Install:

```bash
npx skills add z-shell/wiki@conventional-commit -y
```

Package: z-shell/wiki
Source: https://github.com/z-shell/wiki/tree/main/.github/skills/conventional-commit

### create-llms

Official Z Shell skill from z-shell/wiki.

Install:

```bash
npx skills add z-shell/wiki@create-llms -y
```

Package: z-shell/wiki
Source: https://github.com/z-shell/wiki/tree/main/.github/skills/create-llms

### docs-release-readiness

Official Z Shell skill from z-shell/wiki.

Install:

```bash
npx skills add z-shell/wiki@docs-release-readiness -y
```

Package: z-shell/wiki
Source: https://github.com/z-shell/wiki/tree/main/.github/skills/docs-release-readiness

### documentation-writer

Official Z Shell skill from z-shell/wiki.

Install:

```bash
npx skills add z-shell/wiki@documentation-writer -y
```

Package: z-shell/wiki
Source: https://github.com/z-shell/wiki/tree/main/.github/skills/documentation-writer

### editorconfig

Official Z Shell skill from z-shell/wiki.

Install:

```bash
npx skills add z-shell/wiki@editorconfig -y
```

Package: z-shell/wiki
Source: https://github.com/z-shell/wiki/tree/HEAD/.github/skills/editorconfig

### ui-design

Official Z Shell skill from z-shell/wiki.

Install:

```bash
npx skills add z-shell/wiki@ui-design -y
```

Package: z-shell/wiki
Source: https://github.com/z-shell/wiki/tree/main/.github/skills/ui-design

### what-context-needed

Official Z Shell skill from z-shell/wiki.

Install:

```bash
npx skills add z-shell/wiki@what-context-needed -y
```

Package: z-shell/wiki
Source: https://github.com/z-shell/wiki/tree/HEAD/.github/skills/what-context-needed

### create-readme

Official Z Shell skill from z-shell/.github.

Install:

```bash
npx skills add z-shell/.github@create-readme -y
```

Package: z-shell/.github
Source: https://github.com/z-shell/.github/tree/main/.github/skills/create-readme

### gh-cli

Official Z Shell skill from z-shell/.github.

Install:

```bash
npx skills add z-shell/.github@gh-cli -y
```

Package: z-shell/.github
Source: https://github.com/z-shell/.github/tree/HEAD/.github/skills/gh-cli

### git-commit

Official Z Shell skill from z-shell/.github.

Install:

```bash
npx skills add z-shell/.github@git-commit -y
```

Package: z-shell/.github
Source: https://github.com/z-shell/.github/tree/HEAD/.github/skills/git-commit

### github-issues

Official Z Shell skill from z-shell/.github.

Install:

```bash
npx skills add z-shell/.github@github-issues -y
```

Package: z-shell/.github
Source: https://github.com/z-shell/.github/tree/main/.github/skills/github-issues

### new-zsh-plugin

Official Z Shell skill from z-shell/.github.

Install:

```bash
npx skills add z-shell/.github@new-zsh-plugin -y
```

Package: z-shell/.github
Source: https://github.com/z-shell/.github/tree/main/.github/skills/new-zsh-plugin

### review-project-learning

Official Z Shell skill from z-shell/.github.

Install:

```bash
npx skills add z-shell/.github@review-project-learning -y
```

Package: z-shell/.github
Source: https://github.com/z-shell/.github/tree/HEAD/.github/skills/review-project-learning

### zunit-test

Official Z Shell skill from z-shell/.github.

Install:

```bash
npx skills add z-shell/.github@zunit-test -y
```

Package: z-shell/.github
Source: https://github.com/z-shell/.github/tree/main/.github/skills/zunit-test

## z-shell/wiki package overview

Includes 10 official skills: acquire-codebase-knowledge, codebase-health-audit, context-map, conventional-commit, create-llms, docs-release-readiness.

### Top skills in this package

- acquire-codebase-knowledge: Official Z Shell skill from z-shell/wiki.
- codebase-health-audit: Official Z Shell skill from z-shell/wiki.
- context-map: Official Z Shell skill from z-shell/wiki.
- conventional-commit: Official Z Shell skill from z-shell/wiki.
- create-llms: Official Z Shell skill from z-shell/wiki.
- docs-release-readiness: Official Z Shell skill from z-shell/wiki.
- documentation-writer: Official Z Shell skill from z-shell/wiki.
- editorconfig: Official Z Shell skill from z-shell/wiki.

### Install

Install the full package:

```bash
npx skills add z-shell/wiki -y
```

Install a specific skill:

```bash
npx skills add z-shell/wiki@acquire-codebase-knowledge -y
```

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

Source: https://github.com/z-shell/wiki#readme
