plugins marketplace
← All plugins

harness

v1.2.0

The team-architecture factory for Claude Code — a meta-skill that turns a domain description into an agent team and the skills they use, with six pre-defined team-architecture patterns (Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation). Claude Code용 팀 아키텍처 팩토리: 도메인 한 문장을 에이전트 팀과 스킬 세트로 변환하는 메타 스킬.

Claude Code1 skill

by robinApache-2.08.6kupdated 2 weeks ago

Source

git clone https://github.com/revfactory/harness

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

harness/
├── .claude-plugin/plugin.json
└── skills/harness/SKILL.md

Skills1

harnessskills/harness/SKILL.md

하네스를 구성합니다. 전문 에이전트를 정의하며, 해당 에이전트가 사용할 스킬을 생성하는 메타 스킬. (1) '하네스 구성해줘', '하네스 구축해줘' 요청 시, (2) '하네스 설계', '하네스 엔지니어링' 요청 시, (3) 새로운 도메인/프로젝트에 대한 하네스 기반 자동화 체계를 구축할 때, (4) 하네스 구성을 재구성하거나 확장할 때, (5) '하네스 점검', '하네스 감사', '하네스 현황', '에이전트/스킬 동기화' 등 기존 하네스 운영/유지보수 요청 시 사용.

Manifests1

.claude-plugin/plugin.json
{
  "name": "harness",
  "description": "The team-architecture factory for Claude Code — a meta-skill that turns a domain description into an agent team and the skills they use, with six pre-defined team-architecture patterns (Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation). Claude Code용 팀 아키텍처 팩토리: 도메인 한 문장을 에이전트 팀과 스킬 세트로 변환하는 메타 스킬.",
  "version": "1.2.0",
  "author": {
    "name": "robin",
    "url": "https://github.com/revfactory"
  },
  "homepage": "https://github.com/revfactory/harness",
  "repository": "https://github.com/revfactory/harness",
  "license": "Apache-2.0",
  "keywords": [
    "harness",
    "harness-factory",
    "team-architecture-factory",
    "agent-team",
    "skill-architect",
    "meta-skill",
    "orchestration",
    "claude-code",
    "claude-code-plugin",
    "agent-scaffolding",
    "multi-agent",
    "pipeline",
    "fan-out-fan-in",
    "expert-pool",
    "producer-reviewer",
    "supervisor",
    "hierarchical-delegation"
  ]
}