---
name: List Templates
slug: list-templates
category: Automation
description: List Templates shows the harness templates that create-agent-harness can scaffold and what each includes. Use it when you want to compare available verticals or see what a scaffold will generate.
github: "https://github.com/ruvnet/metaharness/tree/main/.claude-plugin/skills/list-templates"
language: TypeScript
stars: 609
forks: 72
install: "npx degit https://github.com/ruvnet/metaharness/tree/main/.claude-plugin/skills/list-templates ~/.claude/skills/list-templates"
installs_to: ~/.claude/skills/list-templates
source_path: .claude-plugin/skills/list-templates/SKILL.md
collection_size: 16
category_size: 1523
collection_url: "https://dirskills.com/collections/ruvnet/metaharness"
added: 2026-08-25T05:12:52.457Z
last_synced: 2026-08-25T05:12:52.457Z
canonical_url: "https://dirskills.com/skills/list-templates"
---

# List Templates

List Templates shows the harness templates that create-agent-harness can scaffold and what each includes. Use it when you want to compare available verticals or see what a scaffold will generate.

**Install:**

```bash
npx degit https://github.com/ruvnet/metaharness/tree/main/.claude-plugin/skills/list-templates ~/.claude/skills/list-templates
```

## README

# list-templates

Lists every harness template `create-agent-harness` can scaffold from.

## Templates today (Iter 2)

| Template | Status | Agents | Skills | MCP servers | Best for |
|---|---|---|---|---|---|
| `minimal` | Iter 2 (this iter) | 0 | 0 | 1 (kernel) | First-time users, learning the system |
| `vertical:trading` | Iter 6 | 5 | 4 | 2 (kernel + market-data) | Trading bots, backtesting |
| `vertical:devops` | Iter 6 | 4 | 6 | 3 (kernel + alerts + runbook) | Incident response, on-call |
| `vertical:legal` | Iter 6 | 3 | 5 | 2 (kernel + citation-search) | Contract review, redline |
| `vertical:support` | Iter 6 | 4 | 4 | 2 (kernel + ticket-routing) | Customer support, escalation |
| `vertical:research` | Iter 6 | 6 | 5 | 3 (kernel + web-search + dossier) | Multi-source research dossiers |
| `eject-from-ruflo` | Iter 4 | — | — | — | Convert an existing ruflo install into your own harness |

## Hosts each template supports

| Template | Claude Code | Codex | pi.dev | Hermes |
|---|---|---|---|---|
| `minimal` | ✅ | ✅ | ✅ | ✅ |
| `vertical:*` | ✅ | ✅ | ✅ | ✅ |
| `eject-from-ruflo` | ✅ | (one-way) | (one-way) | (one-way) |

## Roadmap

- Vertical packs ship as separate npm packages (`@metaharness/vertical-trading`, etc.) so each pack can be owned by a domain expert
- See [ADR-013](https://github.com/ruvnet/agent-harness-generator/blob/main/docs/adrs/ADR-013-vertical-packs-publishing.md)
