# Hadenlabs AI Agent Skills

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

Browse 11 official AI agent skills across 2 Hadenlabs repositories, with install commands and source links.

Official page: https://skillscout.sh/official/hadenlabs/
Markdown page: https://skillscout.sh/official/hadenlabs/hadenlabs_skills_skillscout.md
Vendor website: https://hadenlabs.com/

## Prompt for your agent

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

### hadenlabs/zsh-ai

Includes 7 official skills: openspec-apply-change, openspec-explore, openspec-archive-change, openspec-propose, sync-commands, sync-mcps.

Install:

```bash
npx skills add hadenlabs/zsh-ai -y
```

Source: https://github.com/hadenlabs/zsh-ai

### hadenlabs/zsh-goenv

Includes 4 official skills: openspec-apply-change, openspec-archive-change, openspec-explore, openspec-propose.

Install:

```bash
npx skills add hadenlabs/zsh-goenv -y
```

Source: https://github.com/hadenlabs/zsh-goenv

## Individual skills

### openspec-apply-change

Official Hadenlabs skill from hadenlabs/zsh-ai.

Install:

```bash
npx skills add hadenlabs/zsh-ai@openspec-apply-change -y
```

Package: hadenlabs/zsh-ai
Source: https://github.com/hadenlabs/zsh-ai/tree/HEAD/.opencode/skills/openspec-apply-change

### openspec-explore

Official Hadenlabs skill from hadenlabs/zsh-ai.

Install:

```bash
npx skills add hadenlabs/zsh-ai@openspec-explore -y
```

Package: hadenlabs/zsh-ai
Source: https://github.com/hadenlabs/zsh-ai/tree/HEAD/.opencode/skills/openspec-explore

### openspec-archive-change

Official Hadenlabs skill from hadenlabs/zsh-ai.

Install:

```bash
npx skills add hadenlabs/zsh-ai@openspec-archive-change -y
```

Package: hadenlabs/zsh-ai
Source: https://github.com/hadenlabs/zsh-ai/tree/HEAD/.opencode/skills/openspec-archive-change

### openspec-propose

Official Hadenlabs skill from hadenlabs/zsh-ai.

Install:

```bash
npx skills add hadenlabs/zsh-ai@openspec-propose -y
```

Package: hadenlabs/zsh-ai
Source: https://github.com/hadenlabs/zsh-ai/tree/HEAD/.opencode/skills/openspec-propose

### sync-commands

Official Hadenlabs skill from hadenlabs/zsh-ai.

Install:

```bash
npx skills add hadenlabs/zsh-ai@sync-commands -y
```

Package: hadenlabs/zsh-ai
Source: https://github.com/hadenlabs/zsh-ai/tree/main/.opencode/skills/sync-commands

### sync-mcps

Official Hadenlabs skill from hadenlabs/zsh-ai.

Install:

```bash
npx skills add hadenlabs/zsh-ai@sync-mcps -y
```

Package: hadenlabs/zsh-ai
Source: https://github.com/hadenlabs/zsh-ai/tree/main/.opencode/skills/sync-mcps

### sync-plugins

Official Hadenlabs skill from hadenlabs/zsh-ai.

Install:

```bash
npx skills add hadenlabs/zsh-ai@sync-plugins -y
```

Package: hadenlabs/zsh-ai
Source: https://github.com/hadenlabs/zsh-ai/tree/main/.opencode/skills/sync-plugins

### openspec-apply-change

Official Hadenlabs skill from hadenlabs/zsh-goenv.

Install:

```bash
npx skills add hadenlabs/zsh-goenv@openspec-apply-change -y
```

Package: hadenlabs/zsh-goenv
Source: https://github.com/hadenlabs/zsh-goenv/tree/HEAD/.opencode/skills/openspec-apply-change

### openspec-archive-change

Official Hadenlabs skill from hadenlabs/zsh-goenv.

Install:

```bash
npx skills add hadenlabs/zsh-goenv@openspec-archive-change -y
```

Package: hadenlabs/zsh-goenv
Source: https://github.com/hadenlabs/zsh-goenv/tree/HEAD/.opencode/skills/openspec-archive-change

### openspec-explore

Official Hadenlabs skill from hadenlabs/zsh-goenv.

Install:

```bash
npx skills add hadenlabs/zsh-goenv@openspec-explore -y
```

Package: hadenlabs/zsh-goenv
Source: https://github.com/hadenlabs/zsh-goenv/tree/HEAD/.opencode/skills/openspec-explore

### openspec-propose

Official Hadenlabs skill from hadenlabs/zsh-goenv.

Install:

```bash
npx skills add hadenlabs/zsh-goenv@openspec-propose -y
```

Package: hadenlabs/zsh-goenv
Source: https://github.com/hadenlabs/zsh-goenv/tree/HEAD/.opencode/skills/openspec-propose

## hadenlabs/zsh-ai package overview

Includes 7 official skills: openspec-apply-change, openspec-explore, openspec-archive-change, openspec-propose, sync-commands, sync-mcps.

### Top skills in this package

- openspec-apply-change: Official Hadenlabs skill from hadenlabs/zsh-ai.
- openspec-explore: Official Hadenlabs skill from hadenlabs/zsh-ai.
- openspec-archive-change: Official Hadenlabs skill from hadenlabs/zsh-ai.
- openspec-propose: Official Hadenlabs skill from hadenlabs/zsh-ai.
- sync-commands: Official Hadenlabs skill from hadenlabs/zsh-ai.
- sync-mcps: Official Hadenlabs skill from hadenlabs/zsh-ai.
- sync-plugins: Official Hadenlabs skill from hadenlabs/zsh-ai.

### Install

Install the full package:

```bash
npx skills add hadenlabs/zsh-ai -y
```

Install a specific skill:

```bash
npx skills add hadenlabs/zsh-ai@openspec-apply-change -y
```

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

Source: https://github.com/hadenlabs/zsh-ai#readme
