Collaborate: A Claude Code Skill for Structured, Asynchronous Document Writing with Multi-Agent Handoffs
A developer built collaborate, a Claude Code skill that solves the coordination problem when multiple people write a document in separate Claude conversations. Instead of playing “wait, what did you decide on that section?” via Google Docs, the tool enforces a turn‑based workflow: each time a contributor picks up the document, Claude briefs them in plain English — what changed, what the previous person attempted, and what specific input is needed next. When the contributor finishes, the skill snapshots the document, logs the reasoning behind each change, and notifies the next person via Signal or Slack.
Key Features from the Source
- Turn handoff with reasoning capture: Claude produces a plain‑English summary of decisions, attempted approaches, and unresolved questions before passing the document to the next contributor.
- Parallel section ownership: Multiple writers can work on different sections simultaneously without stepping on each other’s changes.
- Structured critique & challenger/defender mode: Support for decision documents where one Claude instance argues for a position and another critiques it.
- Round robin review: Automatically cycles through contributors for sequential feedback.
- Storage: Document snapshots are stored on iCloud or Google Drive.
- Notification via Signal or Slack: Each handoff triggers a message to the next person.
Installation
Install the skill inside a Claude Code session by telling Claude:
install this skill: https://github.com/googlarz/collaborate/raw/main/SKILL.md
The full repository with documentation is at github.com/googlarz/collaborate.
Who It’s For
Teams already using Claude for writing who need structured, asynchronous collaboration — especially useful for policy docs, design specs, or any document where understanding the why behind changes matters as much as the final text.
📖 Read the full source: r/ClaudeAI
👀 See Also

A/B Test Results: oh-my-claudecode Hooks Show Minimal Impact on Claude Code Performance
A developer spent 7% of their weekly Max20 tokens testing oh-my-claudecode hooks with Claude Sonnet 4.6, finding no meaningful improvement in code quality or cost for a single-session coding task.

Developer builds Rust compression library with Claude Opus 4.6, questions utility
A developer used Claude Opus 4.6 for two weeks to create a 15,800-line Rust compression library with 449 passing tests, Python bindings, and C FFI layer, but questions whether another compression library was needed.

7-Agent System in Claude Code Replaces Sprint Ceremonies for Solo Devs
A PM-turned-solo-dev built a 7-agent team inside Claude Code that handles QA, PR review, security, architecture, and backlog grooming — all triggered by a single /review command.

SlackClaw: Managed OpenClaw Instance for Slack Integration
SlackClaw is a commercial product built on OpenClaw that provides a managed instance specifically for Slack. It offers one-click installation, OAuth tool connections, dedicated servers per workspace, and persistent memory.