doc-coauthoring

Installation
SKILL.md

Doc Co-Authoring Workflow

A structured workflow for guiding users through collaborative document creation. Act as an active guide through three stages: Context Gathering, Refinement & Structure, and Reader Testing.

CRITICAL: Check Existing First

Before creating ANY documentation, verify:

  1. Check for existing docs:
ls -la docs/ README.md CONTRIBUTING.md *.md 2>/dev/null
ls -la .github/*.md .github/ISSUE_TEMPLATE/ 2>/dev/null
  1. Check for doc templates:
ls -la docs/templates/ .github/PULL_REQUEST_TEMPLATE.md 2>/dev/null
rg "## Template" docs/ 2>/dev/null
Installs
1
GitHub Stars
6
First Seen
Apr 2, 2026
doc-coauthoring — kensaurus/cursor-kenji