docs-writer

docs-writer is a skill for Claude Code, Codex from KylinMountain/nano-claw. It costs 11 tokens per session (235 once invoked), scanned A, original, MIT.

A writing guide for technical documentation such as README files, API references, user guides, and code comments. It emphasizes clear structure, practical examples, complete instructions, and maintenance.

In plain words
What is it for?
Use it when creating or improving project documentation, API documentation, setup guides, user instructions, or code comments.
Why use it?
It gives documentation a consistent shape and helps readers find installation, usage, and troubleshooting information. It also encourages checking that examples work and content stays current.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating or improving project documentation, API documentation, setup guides, user instructions, or code comments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kylinmountain/nano-claw/docs-writer
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.

Any agent
npx skills add KylinMountain/nano-claw --skill docs-writer
Clone the repo
git clone --depth 1 https://github.com/KylinMountain/nano-claw

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 docs-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/kylinmountain/nano-claw/docs-writer.svg)](https://agentmods.dev/skills/kylinmountain/nano-claw/docs-writer)
Your own site
<a href="https://agentmods.dev/skills/kylinmountain/nano-claw/docs-writer"><img src="https://agentmods.dev/badge/skills/kylinmountain/nano-claw/docs-writer.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 235 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00011 $0.00235
Opus 5 $0.00005 $0.00118
Sonnet 5 $0.00002 $0.00047
Haiku 4.5 $0.00001 $0.00023

Measured 8d ago against content hash 92ec8ed3a614, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

docs-writer 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 8d 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.

skills/builtin/docs-writer/SKILL.md · 45 lines

What it actually says

Documentation Writer Skill

Purpose

This skill provides specialized guidance for writing high-quality technical documentation, including README files, API documentation, user guides, and code comments.

Guidelines

When activated, follow these documentation best practices:

  1. Structure: Use clear hierarchical headings (H1, H2, H3)
  2. Clarity: Write in simple, direct language
  3. Examples: Include practical code examples
  4. Completeness: Cover installation, usage, and troubleshooting
  5. Maintenance: Keep documentation up-to-date with code changes

Templates

README Template

  • Project overview
  • Installation instructions
  • Quick start guide
  • API reference
  • Contributing guidelines
  • License information

API Documentation

  • Endpoint descriptions
  • Request/response examples
  • Error codes
  • Authentication details

Best Practices

  • Use consistent formatting
  • Include table of contents for long documents
  • Add diagrams where helpful
  • Test all code examples
  • Consider your audience's technical level
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. 8d ago First seen · 45 lines · 11 tokens per session scan A 92ec8ed3a614

Subscribe to this mod's changes

docs-writer is a skill published in the GitHub repository KylinMountain/nano-claw (4 stars, last pushed 6mo ago), licensed MIT. It adds 11 tokens to every session and 235 once invoked, about $0.0001 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

design-review-cycle

Run evidence-backed design, specification, and implementation-plan reviews through the local llm-cli-gateway stdio MCP server. Use for single-provider or complete cross-LLM design review before implementation. Covers all seven CLI request surfaces and Mistral Vibe's current accept-edits default.

verivus-oss/llm-cli-gateway · 62 tokens

model-routing

Select and dispatch llm-cli-gateway providers by live capability, target access, and task requirements. Use when choosing among Claude, Codex, Gemini, Grok, Mistral, Devin, and Cursor, or when selecting an explicit model through the local stdio gateway.

verivus-oss/llm-cli-gateway · 59 tokens

multi-llm-orchestration

Orchestrate the complete llm-cli-gateway provider surface through its local stdio MCP server. Use for parallel implementation, review, session, async-job, cache-aware prompt, and cross-LLM workflows across Claude, Codex, Gemini, Grok, Mistral, Devin, and Cursor.

verivus-oss/llm-cli-gateway · 70 tokens

agent-codex-gate

Pattern for spawning subagents whose work must receive an evidence-backed, unconditional Codex review through the local llm-cli-gateway stdio MCP server. Use when parallel implementation tasks need an independent Codex quality gate.

verivus-oss/llm-cli-gateway · 50 tokens

vibe-testing

This skill should be used when the user asks to "test my specs", "validate my design docs", "find gaps in my architecture", "stress-test the spec", "vibe test", "pressure test the docs", or mentions spec validation before implementation begins.

knot0-com/vibe-testing · 57 tokens

agnostic-model-connector

Build, debug, and optimize The Agent API / Universal SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing The Agent API code between The Agent model versions. TRIGGER when: code imports google-generativeai/@google/generative-ai; user asks for the The Agent API, Universal…

ronmkr/PromptBook · 174 tokens