doc-coauthoring

doc-coauthoring is a skill for Claude Code, Codex from CODE-SAURABH/OpenSkills. It costs 99 tokens per session (2,660 once invoked), scanned A, original, MIT.

A guided process for jointly writing substantial documents such as product requirements, design documents, technical proposals, and decision records. It gathers context, develops options, drafts in sections, and checks the result from the reader’s perspective.

In plain words
What is it for?
Planning, brainstorming, drafting, refining, and reviewing structured documents intended for other people to read and use.
Why use it?
It reduces hidden assumptions and incomplete explanations that often appear when the author writes alone.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/code-saurabh/openskills/doc-coauthoring
Any agent
npx skills add CODE-SAURABH/OpenSkills --skill doc-coauthoring
Clone the repo
git clone --depth 1 https://github.com/CODE-SAURABH/OpenSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for doc-coauthoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/code-saurabh/openskills/doc-coauthoring.svg)](https://agentmods.dev/skills/code-saurabh/openskills/doc-coauthoring)
Your own site
<a href="https://agentmods.dev/skills/code-saurabh/openskills/doc-coauthoring"><img src="https://agentmods.dev/badge/skills/code-saurabh/openskills/doc-coauthoring.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,660 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00099 $0.02660
Opus 5 $0.00049 $0.01330
Sonnet 5 $0.00020 $0.00532
Haiku 4.5 $0.00010 $0.00266

Measured 3d ago against content hash a97270a41e8d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

doc-coauthoring scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

doc-coauthoring/SKILL.md · 335 lines

How it starts

The opening of the file, as written. The whole thing — 335 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Document Co-Authoring

Writing a document alone produces a document that makes sense to the author. Co-authoring produces a document that makes sense to the reader. This skill is the difference between the two.

You are an active guide, not a passive typist. You ask questions before writing. You brainstorm before drafting. You test the document against a reader before declaring it done. Every section goes through: clarify → brainstorm → curate → draft → refine.


Co-Authoring Principles

  • Context first, writing second. A document written without sufficient context will be rewritten. Spend time gathering context — it is never wasted.
  • Brainstorm before drafting. Generating options before committing produces better decisions. Never jump straight from question to final prose.
  • One section at a time. Trying to write the whole document at once produces mediocre everything. Perfect one section, then move to the next.
  • The reader is not in the room. Everything the author knows implicitly, the reader does not. Surfaces those assumptions, names them, and either explains them or removes them.
  • Reader testing is not optional. Authors cannot find their own blind spots. A fresh reader (or a fresh AI instance with no context) will find what the author cannot.
  • Documents must earn every sentence. If a sentence can be removed without losing meaning, remove it. Dense, precise prose is harder to write and easier to read.

When to Use This Skill

Trigger conditions:

  • "Write a PRD for..."
  • "Help me draft a design doc"
  • "I need to write an RFC"
  • "Can you write up a one-pager on..."
  • "I need a decision doc for..."
  • "Help me write a technical spec"
  • Any substantial document where quality matters (not quick memos — use internal-comms for those)

Document types this skill handles best:

Document Who writes it What it decides
PRD (Product Requirements Doc) PM + Eng What to build and why
Design Doc Engineer How to build it technically
RFC (Request for Comments) Anyone Propose a change and gather feedback
Decision Doc Anyone Capture a decision and its rationale
One-pager PM / Exec Make a case quickly
Technical Spec Engineer Define system behavior precisely
Proposal Anyone Convince someone to approve something

Read the full file on GitHub · 335 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 335 lines · 0 tokens per session scan A a97270a41e8d

Subscribe to this mod's changes

doc-coauthoring is a skill published in the GitHub repository CODE-SAURABH/OpenSkills (2 stars, last pushed 1mo ago), licensed MIT. It adds 99 tokens to every session and 2,660 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ecommerce-landing-page

Audit and optimize e-commerce landing pages for conversion. CTA placement, trust signals, page structure, copy optimization, and A/B testing strategy for product pages, collection pages, and campaign landing pages.

nexscope-ai/eCommerce-Skills · 45 tokens

ads-launch

Draft or explicitly apply a paid-ad campaign launch through Claude Ads capability-gated adapters. Use for campaign creation, launch plans, publishing ads, activating campaigns, uploading creative, or requests to push a campaign live.

AgriciDaniel/claude-ads · 45 tokens

docker-compose-setup

Set up and orchestrate multi-container Docker applications using docker-compose, including service configuration, networking, volumes, and environment management. Use when the user requests docker compose setup or provides relevant inputs for this workflow.

seb1n/awesome-ai-agent-skills · 46 tokens

plan-create

Create structured implementation plans for autonomous TDD development. Use for new features, multi-file changes, or anything requiring multiple steps or tests. Triggers on aspirational openers ("let's build", "let's start building", "I want to make", "I want an app that", "help me build"), capability lists ("users…

markshust/hcf · 171 tokens

travel-itinerary

Create, update, sanitize, route, and export structured business-trip itineraries from booking confirmations, emails, tickets, PDFs, screenshots, calendar invites, or notes. Use for day-by-day itinerary generation, privacy-safe sharing, route links, and Markdown/PDF/DOCX/Google Doc/ICS exports.

moonlight-lupin/agent-skills · 66 tokens

api-forge

Design REST/GraphQL APIs with OpenAPI 3.1, error handling, pagination, rate limiting, webhooks, and idempotency. Use when user asks to design an API, create endpoints, define REST/GraphQL schema, or generate OpenAPI spec. Do NOT use for database schema design, frontend API integration, or non-HTTP protocols (gRPC…

EliasOulkadi/shokunin · 85 tokens