
PR Title: Add Harness — Agent Team Skill Architect Plugin【免费下载链接】harnessA meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use.项目地址: https://gitcode.com/GitHub_Trending/harness/harnessDescription:Harness is a Claude Code plugin (meta-skill) that designs domain-specific agent teams, defines specialized agents, and generates the skills they use.Key Features:6 architectural patterns (Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation)Auto-generates skills with Progressive DisclosureInter-agent orchestration with error handlingValidation dry-run testingLinks:GitHub: https://github.com/revfactory/harnessLicense: Apache 2.0Category suggestion:Plugins / Agent Frameworks / Orchestration Tools### B. Newsletter 投稿 Pitch 模板 Subject: Harness — A meta-skill that designs AI agent teams for Claude Code Hi [Name], Harness is an open-source Claude Code plugin that takes a single prompt (build a harness for this project) and automatically generates: • Specialized agent definitions (.claude/agents/) • Domain-specific skills (.claude/skills/) • Team orchestration using 6 architecture patterns Its the first meta-skill — a skill that creates other skills and agents. No runtime dependencies, pure Markdown-based. GitHub: https://github.com/revfactory/harness License: Apache 2.0 Would love for [Newsletter] readers to check it out. Best, Robin ### C. 意见领袖 DM 模板 Hey [Name], Big fan of your Claude Code content. Built something you might find interesting: Harness — a meta-skill plugin that designs entire agent teams. Say build a harness for this project and it generates agents skills using 6 architecture patterns (Pipeline, Fan-out, Expert Pool, etc.) Pure Markdown, no runtime. Open source (Apache 2.0). https://github.com/revfactory/harness Happy to do a walkthrough if youre interested! ### D. Reddit 帖子模板 markdown Title: I built a Claude Code plugin that designs agent teams automatically Ive been working on Harness, an open-source Claude Code plugin that acts as a meta-skill — it designs specialized agent teams and generates the skills they use. **What it does:** - Analyzes your project domain - Designs a team architecture (6 patterns: Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation) - Generates agent definitions and skills automatically **How it works:** Just say build a harness for this project and it handles the rest. Pure Markdown-based, no runtime dependencies. GitHub: https://github.com/revfactory/harness Would love feedback from the community. What architecture patterns do you use for your agent teams? ### E. Show HN 帖子模板 Title: Show HN: Harness – Meta-skill that designs Claude Code agent teams Harness is a Claude Code plugin that designs domain-specific agent teams. Give it a project and it generates specialized agents (.claude/agents/) and skills (.claude/skills/) using 6 architecture patterns. Its a meta-skill — a skill that creates other skills. - Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation patterns - Progressive Disclosure for context management - Pure Markdown, no runtime, Apache 2.0 https://github.com/revfactory/harness ## 十、模板背后的技术事实核查 所有模板中反复出现的项目声明均可在仓库内找到依据投稿前请核对以下事实锚点 1. **meta-skill / 6 架构模式 / Progressive Disclosure** —— 见 [README.md](https://link.gitcode.com/i/902d10321bb28a0c4017886693bb3e70) 的 Key Features 与 Workflow 一节六模式与 Progressive Disclosure 三阶段加载Metadata 常驻 → SKILL.md 触发时加载 → references/ 按需加载的完整定义见 [skills/harness/SKILL.md](https://link.gitcode.com/i/59c108edad136f3172f72696d59edaff) 的 Phase 4。 2. **agent definitions (.claude/agents/) skills (.claude/skills/)** —— 即 Harness 的产出物结构[README.md](https://link.gitcode.com/i/902d10321bb28a0c4017886693bb3e70) 的 Output 一节给出了完整的目录树示例所有 Agent 必须落盘为 .claude/agents/{name}.md 文件是 [skills/harness/SKILL.md](https://link.gitcode.com/i/59c108edad136f3172f72696d59edaff) Phase 3 的强制约定。 3. **No runtime dependencies / Pure Markdown** —— 插件本体由 SKILL.md 与 references/ 参考文档构成见仓库 skills/harness/ 目录结构运行时依赖仅在启用 Claude Code 实验性 Agent Teams 时需要环境变量 CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS1见 [README.md](https://link.gitcode.com/i/902d10321bb28a0c4017886693bb3e70) 的 Requirements 一节。 4. **License: Apache 2.0** —— 仓库根目录 [LICENSE](https://link.gitcode.com/i/5967c6323ae1be08793fbb6cbc4a0207) 文件确认。 5. **安装命令**模板中部分 Reddit/Dev.to 内容会用到 shell /plugin marketplace add revfactory/harness /plugin install harnessharness-marketplace【免费下载链接】harnessA meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use.项目地址: https://gitcode.com/GitHub_Trending/harness/harness创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考