mcpbeat

Doc Writer

aiskillstore/doc-writer

Create or update numbered task docs using repo context, DOC_TEMPLATE.md, and naming conventions.

This is a copy. The original lives at comeonoliver/doc-writer.

4k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
404
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aiskillstore/marketplace --skill doc-writer

What comes with it

12 789 bytes besides the instruction
skill-report.json

The instruction itself

4 sections, as written by the author

Doc Writer Skill

Purpose

Generate or refresh docs/planned/XX-*.md and docs/completed/XX-*.md files using the mandated template (docs/DOC_TEMPLATE.md) and existing repository content.

Instructions

  • Inspect relevant source material:
  • Read docs/DOC_TEMPLATE.md for structure expectations.
  • Gather context from PLAN.md, AGENTS.md, and any existing task doc being updated.
  • When creating a new task, identify prior numbering and ensure a unique two-digit prefix.
  • Draft the document following exact sections: metadata block, Objective, Prerequisites / Dependencies, Implementation Steps, Validation, Completion Criteria, Notes / Follow-ups.
  • Reference existing code or documentation by linking relative paths rather than duplicating large excerpts.
  • Confirm acceptance criteria reflect the latest repository state (tests, tooling, env requirements).
  • Save the file under the correct directory (docs/planned/ or docs/completed/) with the naming convention NN-task-name.md.
  • Run required validators (lint/tests) if file changes mandate repository updates; record commands executed.
  • Summarize the edits in the PR/task notes.

Verification

  • Ensure the new/updated doc passes markdown lint (if configured) and adheres to docs/DOC_TEMPLATE.md structure.
  • Confirm numbering sequence remains unique.

How to use it

Copy the folder

Take aiskillstore/doc-writer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.