BeClaude

DiegoC-Harness

New
14GitHub TrendingGeneralby iluv7

纯提示词驱动的Agent Team Harness

First seen 6/16/2026

Summary

DiegoC-Harness is a pure prompt-driven agent team harness that orchestrates multiple AI agents to collaborate on complex tasks.

  • It enables developers to define agent roles, goals, and workflows using natural language prompts, making it easy to build and manage multi-agent systems without coding.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/diegoc-harness.md

3
Invoke in Claude Code
/diegoc-harness

Use Cases

Coordinate a team of specialized agents to research, draft, and review a technical report.
Simulate a product development sprint with agents acting as product manager, designer, and engineer.
Automate customer support triage by having agents classify, respond, and escalate issues.
Run a multi-step data pipeline where agents extract, transform, and load data sequentially.
Create a debate or brainstorming session between agents with different perspectives on a topic.

Usage Examples

1

/diegoc-harness create team 'research, write, review' goal 'Write a blog post about AI agents'

2

/diegoc-harness run 'Analyze this dataset and generate a summary report with recommendations'

3

/diegoc-harness define agent 'Critic' prompt 'You are a harsh but fair critic. Find flaws in the proposed solution.'

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is DiegoC-Harness?

DiegoC-Harness is a pure prompt-driven agent team harness that orchestrates multiple AI agents to collaborate on complex tasks. It enables developers to define agent roles, goals, and workflows using natural language prompts, making it easy to build and manage multi-agent systems without coding.

How to install DiegoC-Harness?

To install DiegoC-Harness: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/diegoc-harness.md. Finally, /diegoc-harness in Claude Code.

What is DiegoC-Harness best for?

DiegoC-Harness is a community categorized under General. It is designed for: agent. Created by iluv7.

What can I use DiegoC-Harness for?

DiegoC-Harness is useful for: Coordinate a team of specialized agents to research, draft, and review a technical report.; Simulate a product development sprint with agents acting as product manager, designer, and engineer.; Automate customer support triage by having agents classify, respond, and escalate issues.; Run a multi-step data pipeline where agents extract, transform, and load data sequentially.; Create a debate or brainstorming session between agents with different perspectives on a topic..