بنقرة واحدة
ham-tdd
Orchestrate task-agnostic, multi-agent Test-Driven Development (TDD) loops between Antigravity and Hermes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Orchestrate task-agnostic, multi-agent Test-Driven Development (TDD) loops between Antigravity and Hermes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | ham-tdd |
| description | Orchestrate task-agnostic, multi-agent Test-Driven Development (TDD) loops between Antigravity and Hermes. |
| version | 1.0.0 |
| author | Antigravity & Hermes |
| license | MIT |
| platforms | ["windows","macos","linux"] |
| metadata | {"hermes":{"tags":["tdd","multi-agent","collaboration","orchestrator","testing"],"related_skills":["hermes-agent","install-hermes-desktop"]}} |
Use this skill to orchestrate or participate in a collaborative Test-Driven Development (TDD) loop between Antigravity (Google DeepMind's orchestrating assistant) and Hermes (Nous Research's system-execution agent). It enables task-agnostic execution, automated error feedback, and continuous verification loops until a target task passes.
This skill wraps the orchestration logic in harness.py to allow:
--resume <session_id>).Run the harness directly from the command line in the repository workspace:
python harness.py --task "<task_description>" --verify "<verification_command>" [options]
--task: (Required) Text description detailing the exact task, feature, or file(s) Hermes needs to create or modify.--verify: Optional shell command run by the harness to verify execution status (e.g. pytest tests/, npm run build, python verify.py).--workspace: Target workspace directory for execution (defaults to parent directory C:\Users\admin).--hermes: Path to the hermes.exe CLI binary.--rounds: Maximum feedback iterations (default: 5).--rounds, --workspace, or --hermes arguments from the verification block.ComSpec variable to target cmd.exe directly when spawning Hermes CLI instances to avoid path resolution errors.collab_logs/collaboration_transcript.log for inspection.To solve complex engineering objectives, agents can delegate sub-tasks within a hierarchical "corporate structure" to isolate context and scale capability:
Recommended Skill Prompting: When giving tasks to Hermes, explicitly instruct the agent:
"Evaluate if this task requires documentation research or unit testing. If so, spawn specialized subagents to implement or research, and integrate their outputs back in your primary session."