By cookyman74
Turn a one-sentence domain description into a Claude Code / Codex agent team with modular skills, using six team patterns (pipeline, fan-out/fan-in, expert pool, producer-reviewer, supervisor, hierarchical delegation), two-layer quality gates (internal QA + external review), TDD/dev-rules injection, risk-tiered gates, and dual-runtime output.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
myharness is a Claude Code · Codex dual-runtime factory that turns a single sentence about your domain into an agent team and skills. Just say
"Build a harness for this project"— it analyzes your domain and stamps out specialized agent definitions (.claude/agents/) and skills (.claude/skills/), picking whichever of the 6 team architecture patterns fits.
When you tackle a complex job with one giant prompt, context gets polluted, the same blind spots repeat, and nothing is reusable. myharness decomposes that job and generates it as a team of specialized agents with separated roles + skills that carry the procedures + an orchestrator that weaves them together.
CLAUDE.md/AGENTS.md)myharness itself is a meta skill (plugin), and it treats itself as a system that evolves — it feeds execution feedback back into the appropriate layer (skill/agent/orchestrator) and leaves a change history.
Marketplace (recommended)
/plugin marketplace add cookyman74/my_harness
/plugin install myharness@myharness-marketplace
Copy directly as a global skill
cp -r skills/myharness ~/.claude/skills/myharness
Codex CLI (dual runtime) — from the repo root:
bash install.sh
# → ~/.codex/skills/myharness (symlink to the source of truth, always up to date)
# → .agents/skills/myharness (for trusted projects)
# → AGENTS.md (auto-loaded by Codex)
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
claude # start the Claude Code CLI (for Codex, use the codex command)
Build a harness for this project · /myharness · Design an agent team for this domain$myharness · the /skills menu · Build a harness (description matching). A session restart after install is recommended. (Codex doesn't support custom slash commands — /myharness is unavailable.)Copy-paste examples by domain → Example Prompts
npx claudepluginhub cookyman74/my_harness --plugin myharnessThe 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용 팀 아키텍처 팩토리: 도메인 한 문장을 에이전트 팀과 스킬 세트로 변환하는 메타 스킬.
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.
Multi-agent team orchestration for Claude Code. Set up parallel AI agent teams with file-based planning, progress tracking, and role-based collaboration.
Agent Teams スキルを設計・構築するためのベストプラクティスガイド。サブエージェント定義、SendMessage 通信プロトコル、タスク依存管理、PostToolUse Hook ログ、MCP ツール統合、コンテキストファイル設計を網羅。7つの実績あるチームスキルから抽出したパターン集
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
AI team role and worker manager for multi-agent development workflows.