fix: make subagent dispatch harness-neutral

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>

What happened

The repository's skill implementations were modified to avoid direct references to Claude Code’s agent types, making them applicable in broader contexts without being tied to a specific harness.

Why it matters

This change improves the interoperability of skills across platforms, enhancing developer workflows by enabling the use of similar functionalities without dependency on a specific environment, thus streamlining integration.

Sources