Skip to content

Releases: WenyuChiou/agent-collab-skills

v0.1.2 — stdin redirect fix + docs polish

28 Apr 19:16

Choose a tag to compare

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.md known-issues third bullet
  • CHANGELOG.md 0.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.md retroactively 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 / Gemini
  • agent-output-reconciler — synthesize parallel agent outputs
  • agent-debate — adversarial review on consequential decisions
  • agent-shared-memory — cross-session blackboard via .coord/memory.yml
  • agent-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-skills

Full changelog

See CHANGELOG.md.