/ Каталог / Песочница / Harness (Meta-skill)
● Сообщество revfactory ⚡ Сразу

Harness (Meta-skill)

автор revfactory · revfactory/harness

A meta-skill: tell it your domain, it designs the agent team for you (roles, prompts, hand-offs) and saves the specs for reuse.

Harness treats agent design as a first-class workflow: you describe your domain (incident response, content review, code triage); it asks the right questions, then emits a documented team — roles, system prompts, when each takes over, and shared memory boundaries.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

готово

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "harness-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/revfactory/harness",
        "~/.claude/skills/harness"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "harness-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/revfactory/harness",
        "~/.claude/skills/harness"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "harness-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/revfactory/harness",
        "~/.claude/skills/harness"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "harness-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/revfactory/harness",
        "~/.claude/skills/harness"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "harness-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/revfactory/harness",
        "~/.claude/skills/harness"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "harness-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/revfactory/harness",
          "~/.claude/skills/harness"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add harness-skill -- git clone https://github.com/revfactory/harness ~/.claude/skills/harness

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Harness (Meta-skill)

Design an incident-response agent team

👤 Claude Code users ⏱ ~15 min intermediate

Когда использовать: You want multiple agents (triage, comms, scribe) cooperating on real incidents instead of one big system prompt.

Поток
  1. Brief
    Tell harness: "incident response, B2B SaaS, 3 specialists please."✓ Скопировано
    → Harness asks scope questions
  2. Answer
    Define escalation, channels, scribe duties.✓ Скопировано
    → Spec drafts emerge
  3. Save
    Save specs into /agents/incident/.✓ Скопировано
    → Reusable team def written

Итог: Documented multi-agent team you can rerun next incident, not a one-off prompt.

Комбинации

Сочетайте с другими MCP — эффект x10

harness-skill + filesystem

Save designed teams alongside your project

Combine harness-skill with filesystem: Save designed teams alongside your project✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
design (see docs) Run the design interview 1 call
review (see docs) Critique an existing team for missing roles or unclear hand-offs 1 call

Стоимость и лимиты

Во что обходится

Квота API
N/A
Токенов на вызов
Interview is moderate
Деньги
Free skill
Совет
Reuse outputs as-is for next domain; don't redesign from scratch

Безопасность

Права, секреты, радиус поражения

Минимальные скоупы: fs-read fs-write
Хранение учётных данных: None
Исходящий трафик: None

Устранение неполадок

Частые ошибки и исправления

Output too generic

Provide concrete examples (real past incidents) during the interview

Альтернативы

Harness (Meta-skill) в сравнении

АльтернативаКогда использоватьКомпромисс
Hand-rolled promptsSingle-agent flowDoesn't scale to multi-agent

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills