Harness 100
One hundred ready agent teams for Claude Code, each with specialists, an orchestrator skill and domain skills, in English and Korean
Install
cp -r en/01-youtube-production/.claude/ /path/to/my-project/.claude/Run inside a cloned repository. The Korean version is under ko/.
This is third-party code. Review the repository files before installing.
What it does
Each harness is a .claude folder with CLAUDE.md, four or five specialist agent definitions including a reviewer, and skills. The orchestrator skill distributes work across agents, sets task order and error handling, while domain skills give agents field-specific methods. Topics span content, development and DevOps, data and ML, business, education, law, operations and personal tasks such as travel planning. Each harness defines scale modes and test scenarios.
Who it is for. For Claude Code users who want a ready agent team for a specific task without designing one from scratch.
Good fit when
- You need a multi-agent setup for a common task: YouTube production, CI/CD, security audit
- You want examples of an orchestrator and cross-checking agents
- You need a starting point for your own agent team
Not a fit when
- You do not use Claude Code
- The project already has a .claude folder that must not be overwritten
Example request
Run the cicd-pipeline team and design a build and deploy pipeline for this repositoryLimitations
Built for Claude Code and its agent team mode. There is no Russian version, only English and Korean. Copying .claude over an existing one overwrites files, so merging is manual. Some harnesses rely on external tools such as Gemini image generation. Claude access from Russia requires a VPN.
How to disable. Delete the copied files from the project's .claude/agents and .claude/skills and restore your own CLAUDE.md.
Security check
- Consists of Markdown agent instructions and skills
- Copying may overwrite an existing .claude folder
README in short
The README lists ten harness categories and shows the structure of one harness with agents and skills. It explains the three-layer skill system: orchestrator, agent-extending skills and external tools. Quality standards and per-domain methods are listed. Installation is copying the .claude folder. Apache-2.0 licensed.
FAQ
Can I install several harnesses?
Yes, but their CLAUDE.md files overlap, so agents and skills must be merged into one folder by hand.
What is the reviewer agent?
A dedicated agent in each team that cross-validates the specialists' output.
Related
Open-source personal AI assistant on your own machine: answers in Telegram, Slack, Discord and WhatsApp, extended with skills and plugins
A self-improving agent from Nous Research with a TUI, messaging gateway, cron jobs and skills it writes itself
An open source coding agent for the terminal and desktop with build and plan modes
Open prompt library with a Claude Code plugin, MCP server and CLI: search, fetch and improve prompts and skills from an agent