joneshong-skills

Doc Coauthoring — Documentation skill for Claude Code

Documentation community

Structured workflow for collaborative document co-authoring.

How to install Doc Coauthoring

This entry records only its repository, not the path inside it, so there is no exact command to give. Open joneshong-skills/doc-coauthoring and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Doc Coauthoring does

Structured workflow for collaborative document co-authoring.

Alternatives in Documentation

  • Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
  • Notion Knowledge Capture — Convert conversations into structured, searchable Notion wiki entries 14.6k ★
  • Repo Recap — Generate a structured recap of the repository state: open PRs, open issues, recent releases, and executive sum 11.9k ★

README

[English](README.md) | [繁體中文](README.zh.md)

doc-coauthoring

A Claude Code skill that guides users through a structured workflow for co-authoring documentation.

Description

This skill provides a three-stage collaborative workflow for creating high-quality documentation: Context Gathering, Refinement & Structure, and Reader Testing. It helps users efficiently transfer context to Claude, iteratively build each section through brainstorming and curation, and verify the document works for its intended audience by testing with a fresh Claude instance.

What It Does

  • Walks users through a structured three-stage documentation workflow
  • Gathers comprehensive context through guided questions and info-dumping
  • Builds documents section by section with brainstorming, curation, and iterative refinement
  • Tests the finished document with a fresh Claude (no context bleed) to catch blind spots
  • Supports multiple document types: technical specs, decision docs, proposals, PRDs, RFCs
  • Adapts to available integrations (MCP servers, artifacts, file system)

Install

Copy the skill directory into your Claude Code skills folder:

cp -r doc-coauthoring ~/.claude/skills/

Skills placed in `~/.claude/skills/` are auto-discovered by Claude Code. No additional registration is needed.

Usage

Invoke the skill by asking Claude Code to help co-author a document. Example prompts:

  • "Write a technical spec for the new auth system"
  • "Draft a decision doc for migrating to PostgreSQL"
  • "Help me create a PRD for the mobile app redesign"
  • "Co-author a proposal for the infrastructure upgrade"