# Stacklok AI Agent Skills

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

Browse 10 official AI agent skills across 4 Stacklok repositories, with install commands and source links.

Official page: https://skillscout.sh/official/stacklok/
Markdown page: https://skillscout.sh/official/stacklok/stacklok_skills_skillscout.md
Vendor website: https://stacklok.com/

## Prompt for your agent

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

### stacklok/modelith

Includes 3 official skills: domain-model-author, domain-model-context, domain-model-lint.

Install:

```bash
npx skills add stacklok/modelith -y
```

Source: https://github.com/stacklok/modelith

### stacklok/toolhive

Includes 1 official skill: toolhive-cli-user.

Install:

```bash
npx skills add stacklok/toolhive -y
```

Source: https://github.com/stacklok/toolhive

### stacklok/toolhive-catalog

Includes 3 official skills: skill, skill, skill.

Install:

```bash
npx skills add stacklok/toolhive-catalog -y
```

Source: https://github.com/stacklok/toolhive-catalog

### stacklok/mcp-builder

Includes 3 official skills: ai-scoping, ai-validation, deploy-assist.

Install:

```bash
npx skills add stacklok/mcp-builder -y
```

Source: https://github.com/stacklok/mcp-builder

## Individual skills

### domain-model-author

Official Stacklok skill from stacklok/modelith.

Install:

```bash
npx skills add stacklok/modelith@domain-model-author -y
```

Package: stacklok/modelith
Source: https://github.com/stacklok/modelith/tree/main/plugin/skills/domain-model-author

### domain-model-context

Official Stacklok skill from stacklok/modelith.

Install:

```bash
npx skills add stacklok/modelith@domain-model-context -y
```

Package: stacklok/modelith
Source: https://github.com/stacklok/modelith/tree/HEAD/plugin/skills/domain-model-context

### domain-model-lint

Official Stacklok skill from stacklok/modelith.

Install:

```bash
npx skills add stacklok/modelith@domain-model-lint -y
```

Package: stacklok/modelith
Source: https://github.com/stacklok/modelith/tree/main/plugin/skills/domain-model-lint

### toolhive-cli-user

Official Stacklok skill from stacklok/toolhive.

Install:

```bash
npx skills add stacklok/toolhive@toolhive-cli-user -y
```

Package: stacklok/toolhive
Source: https://github.com/stacklok/toolhive/tree/main/skills/toolhive-cli-user

### skill

Official Stacklok skill from stacklok/toolhive-catalog.

Install:

```bash
npx skills add stacklok/toolhive-catalog@skill -y
```

Package: stacklok/toolhive-catalog
Source: https://github.com/stacklok/toolhive-catalog/tree/main/registries/toolhive/skills/ci-agent-hardening/skill

### skill

Official Stacklok skill from stacklok/toolhive-catalog.

Install:

```bash
npx skills add stacklok/toolhive-catalog@skill -y
```

Package: stacklok/toolhive-catalog
Source: https://github.com/stacklok/toolhive-catalog/tree/main/registries/toolhive/skills/code-review/skill

### skill

Official Stacklok skill from stacklok/toolhive-catalog.

Install:

```bash
npx skills add stacklok/toolhive-catalog@skill -y
```

Package: stacklok/toolhive-catalog
Source: https://github.com/stacklok/toolhive-catalog/tree/main/registries/toolhive/skills/skill-creator/skill

### ai-scoping

Official Stacklok skill from stacklok/mcp-builder.

Install:

```bash
npx skills add stacklok/mcp-builder@ai-scoping -y
```

Package: stacklok/mcp-builder
Source: https://github.com/stacklok/mcp-builder/tree/main/skills/ai-scoping

### ai-validation

Official Stacklok skill from stacklok/mcp-builder.

Install:

```bash
npx skills add stacklok/mcp-builder@ai-validation -y
```

Package: stacklok/mcp-builder
Source: https://github.com/stacklok/mcp-builder/tree/main/skills/ai-validation

### deploy-assist

Official Stacklok skill from stacklok/mcp-builder.

Install:

```bash
npx skills add stacklok/mcp-builder@deploy-assist -y
```

Package: stacklok/mcp-builder
Source: https://github.com/stacklok/mcp-builder/tree/main/skills/deploy-assist

## stacklok/modelith package overview

Includes 3 official skills: domain-model-author, domain-model-context, domain-model-lint.

### Top skills in this package

- domain-model-author: Official Stacklok skill from stacklok/modelith.
- domain-model-context: Official Stacklok skill from stacklok/modelith.
- domain-model-lint: Official Stacklok skill from stacklok/modelith.

### Install

Install the full package:

```bash
npx skills add stacklok/modelith -y
```

Install a specific skill:

```bash
npx skills add stacklok/modelith@domain-model-author -y
```

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

Source: https://github.com/stacklok/modelith#readme
