Skip to content

feat: add team-harness Agent Skill#56

Merged
fazpu merged 1 commit intomainfrom
feat/team-harness-skill
Apr 27, 2026
Merged

feat: add team-harness Agent Skill#56
fazpu merged 1 commit intomainfrom
feat/team-harness-skill

Conversation

@fazpu
Copy link
Copy Markdown
Member

@fazpu fazpu commented Apr 27, 2026

Summary

  • Adds .claude/skills/team-harness/SKILL.md — an Agent Skill that walks Claude through installing, configuring, and running team-harness with the right commands, env vars, and config recipes.
  • Description is tuned to trigger on direct mentions (th, th init/run/repl/logs) and on intent (orchestrating multiple AI coding CLIs together).
  • Covers: quickstart, worker CLI prerequisites table, th init sidecars, auth (OpenRouter / OpenAI-compatible / Codex subscription), REPL + headless + Python SDK usage, recipes for pinning models / reasoning effort / OpenRouter routing for codex + claude (with the gemini caveat), custom agent templates, common gotchas (OpenHands LLM_* leakage, Claude ANTHROPIC_DEFAULT_*_MODEL triple, removed template = "..." form). Defers the long tail to README.md.

Test plan

  • Open a fresh Claude Code session in another repo (or this one) and ask "how do I install team-harness and run it against codex+claude only?" — confirm the skill triggers and the answer follows the install→th initOPENROUTER_API_KEY th run path.
  • Ask "how do I route claude through openrouter inside team-harness?" — confirm it returns the [agents.claude.provider_env] recipe with ANTHROPIC_API_KEY = "" and {env:OPENROUTER_API_KEY}.
  • Ask something adjacent but unrelated (e.g. "set up a python project") — confirm the skill does not trigger.

🤖 Generated with Claude Code

Adds .claude/skills/team-harness/SKILL.md so Claude Code (and any
Agent-Skills-compatible tool) can answer install / setup / usage
questions about team-harness with the right commands, env vars, and
config recipes — quickstart, worker CLI prerequisites, `th init`
sidecars, OpenRouter routing for codex + claude (gemini caveat),
custom agent templates, common gotchas — and points at the README
for the long tail.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@fazpu fazpu merged commit 55cbfc1 into main Apr 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant