A structured, research-first workflow for writing VS Code feature documentation.

Install

mkdir -p .claude/skills/doc-writer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10413" && unzip -o skill.zip -d .claude/skills/doc-writer && rm skill.zip

Installs to .claude/skills/doc-writer

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Plan and write VS Code documentation for a new or updated feature. ALWAYS use this skill when the user asks to "document", "add docs for", "write docs for", or "update the docs for" a feature, or provides a GitHub issue/PR link to document — even if the change seems small. Proposes a documentation plan and asks clarifying questions first — it does not edit any files until you approve the plan.
396 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Research feature documentation requirements
  • Propose documentation plans
  • Implement documentation updates
  • Add TODO placeholders for screenshots

How it works

It follows a two-phase process: researching and proposing a plan, followed by implementation only after user approval.

Inputs & outputs

You give it
Feature description or GitHub issue/PR link
You get back
Updated documentation in docs/ folder

When to use doc-writer

  • Documenting new VS Code features
  • Updating existing documentation
  • Turning GitHub issues into docs

About this skill

Document a Feature

Help document a new or updated VS Code feature in the project documentation (the docs/ folder). This skill works in two phases: it first researches the feature and proposes a documentation plan, then implements the changes only after you approve. It is acceptable to conclude that no documentation update is needed.

When to Use

Use this skill whenever the request maps to any of these — do not start editing docs directly without first running Phase 1:

  • The user says "document this", "document this functionality/feature", "add docs for…", "write docs for…", or "update the docs for…".
  • The user pastes a GitHub issue or PR link and asks you to document or address it in the docs.
  • Documenting a new or changed VS Code or GitHub Copilot feature.
  • Turning a GitHub issue or PR into concrete docs/ updates.
  • Auditing whether existing docs need updating after a feature change.

This applies even when the change looks small (a clarification, a few added steps, a single section). Run the plan-first workflow rather than jumping straight to edits.

Do not use this skill for release notes, API reference docs, redirects, image swaps, or pure copy-edits — those are handled by other skills (release-note-writer, content-redirect, frontmatter-description) or direct edits.

Guardrails

  • Docs only. Limit changes to the docs/ folder. Do not update release notes or API docs (api/) unless the user explicitly asks.
  • Never edit enterprise/policies.md. This file is generated from the enterprise policy definitions in the VS Code source. Edit enterprise/policies-template.md instead, which is used to regenerate policies.md.
  • Screenshots are human work. When a screenshot needs to be added or updated, insert a TODO comment in the doc for a human to capture and insert it later — do not fabricate image references.
  • Style compliance. All writing must follow the docs-writing style guide.

Phase 1 — Research & Propose a Plan (no edits)

Do not modify any files in this phase.

  1. Understand the feature. Read the feature description, issue, or PR provided. If the description is ambiguous or lacks detail, ask clarifying questions before continuing.

  2. Check the source if needed. To understand the implementation, inspect the source code in the microsoft/vscode and microsoft/vscode-copilot-chat repos. Use the gh CLI for all GitHub interactions (issues, PRs, code). See user memory gh-cli-powershell.md for PowerShell-specific gh patterns.

    Area being documentedPrimary source repo
    Core editor, workbench, debug, terminal, tasks, settings, commands, keybindingsmicrosoft/vscode
    Copilot Chat, inline chat, agent mode, chat tools, chat participants, MCP in chatmicrosoft/vscode-copilot-chat
    Enterprise policiesmicrosoft/vscode (policy definitions)
  3. Identify affected docs. Search the docs/ folder for the pages that need to be created or updated. Map each change to a specific file and section.

  4. Present the plan. Summarize:

    • Which docs/ files you propose to create or change, and a short description of each edit.
    • Any TODO screenshot placeholders that will be needed.
    • Open questions or assumptions.

    If you conclude that no documentation update is needed, say so and ask the user to confirm before closing out.

  5. Stop and wait for approval. Do not proceed to Phase 2 until the user explicitly approves the plan (or adjusts it).

Phase 2 — Implement (after approval)

Once the user approves the plan:

  1. Apply the documentation edits exactly as agreed, following the docs-writing style guide.
  2. Add TODO comments where screenshots need to be captured by a human.
  3. Respect the guardrails above (docs only; no release notes/API docs unless asked; never edit generated policies.md).
  4. Summarize the changes you made and call out any remaining TODOs for the user.

When not to use it

  • Editing release notes
  • Editing API reference docs
  • Editing enterprise/policies.md

Limitations

  • Cannot generate screenshots
  • Restricted to docs/ folder

How it compares

This enforces a plan-first workflow to ensure quality and style compliance, rather than direct, unverified editing.

Compared to similar skills

doc-writer side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
doc-writer (this skill)01moNo flagsBeginner
docs-write226moNo flagsBeginner
content-research-writer159moNo flagsBeginner
doc-coauthoring168moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

More by microsoft

View all by microsoft

You might also like

docs-write

metabase

Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).

22139

content-research-writer

ComposioHQ

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

15111

doc-coauthoring

anthropics

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

1686

research-grants

davila7

Write competitive research proposals for NSF, NIH, DOE, and DARPA. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements.

694

teams-channel-post-writer

daymade

Creates educational Teams channel posts for internal knowledge sharing about Claude Code features, tools, and best practices. Applies when writing posts, announcements, or documentation to teach colleagues effective Claude Code usage, announce new features, share productivity tips, or document lessons learned. Provides templates, writing guidelines, and structured approaches emphasizing concrete examples, underlying principles, and connections to best practices like context engineering. Activates for content involving Teams posts, channel announcements, feature documentation, or tip sharing.

591

write-docs

tldraw

Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/.

665

Search skills

Search the agent skills registry