doc-coauthoring

Guides structured co-authoring workflows for documentation, proposals, and technical specifications.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Wizarck/nexandro --skill doc-coauthoring-wizarck
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: doc-coauthoring
Source: https://github.com/Wizarck/nexandro/tree/main/skills/doc-coauthoring
Command: npx skills add https://github.com/Wizarck/nexandro --skill doc-coauthoring-wizarck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing documentation, proposals, and technical specs alone often leads to unstructured drafts and missed requirements. This Skill provides a guided, step-by-step workflow for collaborating with an AI to produce well-organized written deliverables. ## Core Features & Use Cases - Structured Co-Authoring Workflow: Walks users through a defined process for drafting and refining documents iteratively. - Multiple Document Types: Supports documentation, proposals, and technical specifications. - Vendor-Backed Instructions: Delegates to Anthropic's official doc-coauthoring skill, including its supporting scripts, references, and assets. - Use Case: A product manager needs a technical specification for a new API. The Skill guides them through outlining requirements, drafting sections, and refining the final document collaboratively. ## Quick Start Ask the assistant to help you co-author a technical specification for your new feature, and follow the guided workflow step by step.

Frequently Asked Questions about doc-coauthoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I co-author a technical specification with an AI assistant?▼

Invoke the doc-coauthoring skill and describe the document you want to create. It guides you through a structured workflow of outlining, drafting, and refining sections iteratively until the specification is complete.

What document types does doc-coauthoring support?▼

The skill supports documentation, proposals, and technical specifications. It follows a guided workflow defined in Anthropic's official doc-coauthoring skill, which this unit proxies to.

Where are the doc-coauthoring instructions and supporting files located?▼

The SKILL.md acts as a proxy and directs the assistant to read .claude/vendor/anthropic-skills/skills/doc-coauthoring/SKILL.md. All supporting scripts, references, and assets live in that same vendor directory.

Can doc-coauthoring be invoked automatically by the model?▼

No, the skill sets disable-model-invocation to true, so it must be triggered explicitly by the user rather than auto-selected by the model.

What are the limitations of a proxy-based skill?▼

A proxy skill depends entirely on the vendored copy being present at the referenced path. If the vendor directory is missing or outdated, the skill cannot load its instructions or supporting resources.