By ldmrepo
A meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use. Say 'build a harness' to automatically generate .claude/agents/ and .claude/skills/ tailored to your domain.
Agent Team & Skill Architect — Claude Code Plugin
도메인에 맞는 전문 에이전트 팀을 설계하고, 에이전트가 사용할 스킬까지 자동 생성하는 메타 스킬.
"하네스 구성해줘"라고 말하면, 사용자의 도메인에 맞는 에이전트 정의(.claude/agents/)와 스킬(.claude/skills/)을 자동 생성한다.

# 1. 마켓플레이스 등록
/plugin marketplace add ldmrepo/harness
# 2. 플러그인 설치
/plugin install harness@harness
# skills 디렉토리를 ~/.claude/skills/harness/ 에 복사
cp -r skills/harness ~/.claude/skills/harness
Claude Code에서 다음과 같이 트리거한다:
하네스 구성해줘
이 프로젝트에 맞는 에이전트 팀 설계해줘
하네스 설계해줘
| 패턴 | 설명 |
|---|---|
| 파이프라인 | 순차 의존 작업 |
| 팬아웃/팬인 | 병렬 독립 작업 |
| 전문가 풀 | 상황별 선택 호출 |
| 생성-검증 | 생성 후 품질 검수 |
| 감독자 | 중앙 에이전트가 동적 분배 |
| 계층적 위임 | 상위→하위 재귀적 위임 |
에이전트 팀 기능 활성화 필요:
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
Apache-2.0
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub ldmrepo/harness --plugin harnessThe 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용 팀 아키텍처 팩토리: 도메인 한 문장을 에이전트 팀과 스킬 세트로 변환하는 메타 스킬.
Mission Planner, Agent Creator, Skill Creator, and Librarian — the complete Forge suite for science-backed AI team assembly
Intelligently compose and deploy Claude Code Agent Teams. Auto-selects optimal team composition from 24+ agents and 83+ skills across 5 scopes, generates task dependency graphs, and orchestrates multi-agent workflows with a single command.
Agent Teams スキルを設計・構築するためのベストプラクティスガイド。サブエージェント定義、SendMessage 通信プロトコル、タスク依存管理、PostToolUse Hook ログ、MCP ツール統合、コンテキストファイル設計を網羅。7つの実績あるチームスキルから抽出したパターン集
Skill for deciding when and how to create agent teams - single agent vs parallel subagents vs coordinated teams, with model selection and communication patterns
Hephaestus meta-agent team for creating Agentlas agents and teams, packaging existing agents, and opening the local ontology GUI.