mirror of
https://github.com/mattpocock/skills.git
synced 2026-09-12 10:28:06 +07:00
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>
540 B
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.