By sumniy
Agent Team & Skill Architect — Meta-skill that designs agent teams, defines specialized agents, and generates skills for your domain/project. 도메인/프로젝트에 맞는 하네스를 구성하고, 전문 에이전트를 정의하며, 에이전트가 사용할 스킬을 생성하는 메타 스킬.
하네스를 구성합니다. 전문 에이전트를 정의하며, 해당 에이전트가 사용할 스킬을 생성하는 메타 스킬. (1) '하네스 구성해줘', '하네스 구축해줘' 요청 시, (2) '하네스 설계', '하네스 엔지니어링' 요청 시, (3) 새로운 도메인/프로젝트에 대한 하네스 기반 자동화 체계를 구축할 때, (4) 하네스 구성을 재구성하거나 확장할 때 사용.
하네스를 구성합니다. 전문 에이전트를 정의하며, 해당 에이전트가 사용할 스킬을 생성하는 메타 스킬. (1) '하네스 구성해줘', '하네스 구축해줘' 요청 시, (2) '하네스 설계', '하네스 엔지니어링' 요청 시, (3) 새로운 도메인/프로젝트에 대한 하네스 기반 자동화 체계를 구축할 때, (4) 하네스 구성을 재구성하거나 확장할 때 사용.
Agent Team & Skill Architect — Works with both Claude Code and OpenAI Codex CLI
Forked from revfactory/harness. This version supports both Claude Code and Codex CLI from a single repository.
A meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use.
# Via marketplace
/plugin marketplace add sumniy/codex-harness
/plugin install harness@harness
# Or direct copy
cp -r skills/claude-code/harness ~/.claude/skills/harness
# Via $skill-installer
$skill-installer install https://github.com/sumniy/codex-harness/tree/main/skills/codex/harness
# Or direct copy
cp -r skills/codex/harness ~/.agents/skills/harness
harness/
├── .claude-plugin/ # Claude Code plugin manifest
│ ├── plugin.json
│ └── marketplace.json
├── .codex-plugin/ # Codex CLI plugin manifest
│ ├── plugin.json
│ └── marketplace.json
│
├── skills/
│ ├── claude-code/ # ← Claude Code version (original)
│ │ └── harness/
│ │ ├── SKILL.md
│ │ └── references/
│ │ ├── agent-design-patterns.md
│ │ ├── orchestrator-template.md
│ │ ├── team-examples.md
│ │ ├── skill-writing-guide.md
│ │ ├── skill-testing-guide.md
│ │ └── qa-agent-guide.md
│ │
│ └── codex/ # ← Codex CLI version (adapted)
│ └── harness/
│ ├── SKILL.md
│ ├── agents/openai.yaml
│ └── references/
│ ├── agent-design-patterns.md
│ ├── orchestrator-template.md
│ ├── team-examples.md
│ ├── skill-writing-guide.md
│ ├── skill-testing-guide.md
│ └── qa-agent-guide.md
│
├── README.md
├── README_KO.md
└── README_JA.md
| Claude Code | Codex CLI | |
|---|---|---|
| Skill path | skills/claude-code/harness/ | skills/codex/harness/ |
| Agent defs | .claude/agents/{name}.md | .codex/agents/{name}.toml |
| Skill defs | .claude/skills/{name}/skill.md | .agents/skills/{name}/SKILL.md |
| Execution mode | Agent Teams (default) + Subagents | Subagents only (parallel via max_threads) |
| Top model | model: "opus" | model = "o3" / gpt-5.4 |
| Install cmd | /plugin install | $skill-installer install <url> |
| Invoke | /harness or auto-trigger | $harness or auto-trigger |
| Project docs | CLAUDE.md | AGENTS.md |
Phase 1: Domain Analysis
Phase 2: Team Architecture Design
Phase 3: Agent Definition Generation
Phase 4: Skill Generation
Phase 5: Integration & Orchestration
Phase 6: Validation & Testing
Claude Code:
하네스 구성해줘
Build a harness for this project
Codex CLI:
$harness
하네스 구성해줘
Build a harness for this project
Apache 2.0
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.
npx claudepluginhub sumniy/codex-harness --plugin harnessv9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.