Files
skills/.changeset/harness-neutral-subagent-language.md
T
Matt PocockandClaude Opus 5 14bfbbd865 fix: make subagent dispatch harness-neutral
Three skills named Claude Code's `Agent` tool and its `general-purpose`
and `Explore` agent types directly. The repo installs across Claude Code,
Codex, and other Agent-Skills harnesses, none of which share that tool or
those type names, so the instruction was unfollowable outside Claude Code.

Each site now describes the shape of the dispatch — parallel subagents,
and what capability each one needs — and leaves the mechanism to the
harness.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-06 13:58:35 +01:00

540 B

mattpocock-skills
mattpocock-skills
patch

Make the subagent-dispatch instructions harness-neutral.

code-review, codebase-design's DESIGN-IT-TWICE.md, and improve-codebase-architecture named Claude Code's Agent tool and its general-purpose / Explore agent types directly. Codex and other Agent-Skills harnesses have no such tool or type, so the instruction was unfollowable there. Each now describes the shape of the dispatch — parallel subagents, and what capability each one needs — and leaves the mechanism to the harness.