Releases: WenyuChiou/agent-collab-skills
v0.1.2 — stdin redirect fix + docs polish
First tagged release. The marketplace plugin always installs from main so this tag is for human navigation, not install behavior.
Substantive change
Direct codex exec and gemini -p invocations now document the < /dev/null stdin redirect required since codex-cli ≥ 0.121.0 (gemini-cli has the same behavior). Without it, both CLIs hang at "Reading additional input from stdin..." when launched from a non-interactive shell.
This was found during v0.1.1 dogfood verification — run_codex.sh / run_codex.ps1 wrapper scripts already handled this internally, so only direct invocations from skill examples needed updating.
Files touched:
skills/agent-task-splitter/SKILL.md(steps 6a, 6b, 7)README.mdknown-issues third bulletCHANGELOG.md0.1.2 entry
Docs polish
- New pipeline-overview banner image at the top of README (
docs/pipeline-overview.png) - Traditional Chinese README (
README.zh-TW.md) with language switcher CHANGELOG.mdretroactively covering 0.1.0 + 0.1.1 + 0.1.2
Background
This catalog ships 5 skills for multi-agent collaboration on top of the existing codex-delegate / gemini-delegate-skill delegation layer:
agent-task-splitter— decompose goals across Claude / Codex / Geminiagent-output-reconciler— synthesize parallel agent outputsagent-debate— adversarial review on consequential decisionsagent-shared-memory— cross-session blackboard via.coord/memory.ymlagent-acceptance-gate— pre-merge checklist with success_criteria verification
Composes with codex-delegate and gemini-delegate-skill. See docs/example-walkthrough.md for a real dogfood run with sample .coord/ artifacts.
Install
claude plugin marketplace add WenyuChiou/agent-collab-skills
claude plugin install agent-collab-workspace@agent-collab-skillsFull changelog
See CHANGELOG.md.