Docs writer
Unified documentation workflow for writing, reviewing, and updating technical docs across repositories. Use when users ask to write or edit docs, review doc quality, map code changes to doc impact, scaffold new documentation, update README/API guides, or improve docs in `/docs` and `*.md`/`*.mdx` files. Supports self-contained profile-based behavior for generic docs, Next.js docs, and Angular docs.From its SKILL.md
npx -y skills add yunseo-kim/agent-toolbox --skill docs-writerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.4 KB, 646 tokens by cl100k_base, as published. Nobody here has run it
Docs Writer
This skill provides one core documentation workflow with profile-aware rules. Use this as the default docs skill, then apply a profile when the repo has framework-specific conventions.
Profile Selection
Choose one profile before planning edits:
generic(default) for most repositoriesnextjsfor Next.js docs trees and MDX conventionsangularfor Angular documentation conventions
Profile references:
references/PROFILE-GENERIC.mdreferences/PROFILE-NEXTJS.mdreferences/PROFILE-ANGULAR.mdreferences/TEMPLATES.md
Phase 1: Discover
Goal: understand request scope and affected documentation surface.
Checklist:
- Clarify whether task is new docs, update, review, or impact analysis.
- Inspect changed code/docs and identify user-visible behavior changes.
- Identify target audience and intent (tutorial, reference, concept, release note).
- Select the profile and list constraints from that profile.
If request is large collaborative drafting (RFC/spec/proposal), use
the co-authoring mode in references/CORE-CHECKLIST.md.
Phase 2: Plan
Goal: produce an explicit edit plan before writing.
Checklist:
- Map code changes to documentation targets.
- List exact files to update/create.
- Define section-level changes for each file.
- Note cross-links, sidebars/index pages, and related docs updates.
- Define validation commands and quality gates.
Use references/CORE-CHECKLIST.md for planning prompts.
Consult references/TEMPLATES.md when selecting document structure and
scaffolding.
Phase 3: Write
Goal: apply focused edits with high signal and minimal drift.
Rules:
- Keep writing user-centered, direct, and task-oriented.
- Preserve repository terminology and existing information architecture.
- Use concrete examples and expected outcomes where helpful.
- Prefer updating canonical sources over duplicating content.
- For profile-specific formatting (frontmatter, MDX components, code block attributes), follow the selected profile strictly.
- Start from
references/TEMPLATES.mdfor README/API/tutorial structure before adding project-specific details.
When creating new docs, include:
- clear title and short description
- prerequisites (if needed)
- actionable steps/examples
- edge cases or errors (where relevant)
- next steps or related links
Phase 4: Verify
Goal: ensure docs are accurate, consistent, and ready to merge.
Verification sequence:
- Technical accuracy check against code and behavior.
- Style and structure check against profile + core checklist.
- Link/reference integrity check.
- Formatting/lint/build checks using repository commands.
- Final pass for redundancy, ambiguity, and stale statements.
Before completion, report:
- files changed
- why each change was needed
- validation performed and results
Boundaries and Handoffs
- Use this skill as default for docs work.
- All profile guidance is self-contained under
references/in this skill. - Keep framework-specific constraints inside profile documents, not the core flow.
What ships with it: 6 files
17.2 KB alongside SKILL.md
references/
- CORE-CHECKLIST.md2.0 KB
- PROFILE-ANGULAR.md1.8 KB
- PROFILE-GENERIC.md2.6 KB
- PROFILE-NEXTJS.md2.8 KB
- TEMPLATES.md3.8 KB
- LICENSE.md4.2 KB