What
A build script that emits per-agent skill dirs (.claude/, .cursor/, .gemini/, .codex/) from the single SKILL.md + components.json, plus a .claude-plugin manifest.
Why
One source, many harnesses. oss-launch already ships this exact pattern (scripts/build-agent-dirs.sh, verified against each platform's documented format) - port it rather than reinvent.
Scope
- Port + adapt oss-launch's build-agent-dirs.sh
- Verify each emitted format against the platform's current documented spec
- CI check that the build stays in sync with SKILL.md
What
A build script that emits per-agent skill dirs (.claude/, .cursor/, .gemini/, .codex/) from the single SKILL.md + components.json, plus a .claude-plugin manifest.
Why
One source, many harnesses. oss-launch already ships this exact pattern (scripts/build-agent-dirs.sh, verified against each platform's documented format) - port it rather than reinvent.
Scope