kavo: Skill for Claude Code

.claude/skills/writing-kavo-docs/SKILL.md

writing-kavo-docs is a skill for Claude Code from kavo-labs/kavo. It costs 67 tokens per session (1,242 once invoked), scanned A, original, MIT.

A writing guide for Kavo documentation, covering the project's code-first voice and requiring a human review pass for finished prose.

In plain words
What is it for?
Use it when adding or editing feature, guide, reference, or architecture pages under a docs directory.
Why use it?
It helps documentation match the existing project style and avoids pages that read like generic generated text.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

This is kavo-labs/kavo's own configuration. It tells Claude Code how to work on kavo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kavo configures →

Reuse

Borrowing it

Nothing to install: this file belongs to kavo-labs/kavo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/kavo-labs/kavo/main/.claude/skills/writing-kavo-docs/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/kavo-labs/kavo

Made for: Claude Code.

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 writing-kavo-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/kavo-labs/kavo/writing-kavo-docs/github.svg)](https://agentmods.dev/skills/kavo-labs/kavo/writing-kavo-docs)
Your own site
<a href="https://agentmods.dev/skills/kavo-labs/kavo/writing-kavo-docs"><img src="https://agentmods.dev/badge/skills/kavo-labs/kavo/writing-kavo-docs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for writing-kavo-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/kavo-labs/kavo/writing-kavo-docs"><img src="https://agentmods.dev/badge/skills/kavo-labs/kavo/writing-kavo-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,242 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.00067 $0.01242
Opus 5 $0.00034 $0.00621
Sonnet 5 $0.00013 $0.00248
Haiku 4.5 $0.00007 $0.00124

Measured 4d ago against content hash 220e6988ea26, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

writing-kavo-docs 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 4d 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.

.claude/skills/writing-kavo-docs/SKILL.md · 56 lines

How it starts

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

Writing Kavo docs

Overview

Kavo's docs are dense and code-first, not tutorial-shaped. A page states the behavior, shows it in one runnable snippet, and links out for depth instead of restating it. REQUIRED SUB-SKILL: run humanizer:humanizer (file mode) on the finished prose before landing it — the voice rules below stop AI tells from being written; humanizer catches what slips through.

When to use

  • Adding a new page under docs/ (feature, guide, reference, or an docs/internals/architecture/* note).
  • Editing prose in an existing docs/**.md file.
  • Not for ADRs themselves — use add-adr for those; this skill is for the docs that describe behavior, not the decision record that justified it.

Voice, in one paragraph

Second person is rare; most pages describe the system ("Kavo stops actually deleting rows"), not the reader. Sentences run long and packed rather than choppy — subordinate clauses over "rule of three" bullet lists. Headers are sentence case, minimal, and often skipped entirely for a short page (soft-delete.md has zero ## headers). No "Overview" or "Introduction" throat-clearing paragraph — the first sentence is the first fact. No promotional adjectives (rich, powerful, seamless, robust) and no "-ing" tacked-on justification clauses. A page can end mid-fact, on a config note or a See [X](path) link — never on an upbeat summary.

Structural conventions

  • One code block does the explaining. Show the entity/config/request once, real and copy-pasteable (an actual entity name like Book, not Entity/Foo), then describe what it produces in prose. Don't add a second example that says the same thing a different way.
  • Tables for enumerations, not bullet lists: generated routes, config keys, operator mappings. See the routes table in docs/getting-started/quick-start.md.
  • Cross-references are inline sentences that name what's on the other end, not "see also" appendices: See [Soft delete, restore & purge](/internals/architecture/11-soft-delete) for the full behavior: unique-index caveats, cascades, and what's deliberately not built. The link text is the page title; the clause after the colon previews what the reader gets there, so they can decide whether to follow it.
  • Config-key references point at the anchor, not just the page: `/guides/configuration/settings#softdelete`, matching the heading ## delete would produce.
  • Links are root-relative and extensionless (/features/soft-delete, not ./soft-delete.md), matching VitePress cleanUrls.
  • A page lives under the section its sidebar entry already has in docs/.vitepress/config.mts — check the sidebar array before inventing a new section for one page.

Read the full file on GitHub · 56 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. 4d ago Changed 220e6988ea26
  2. 9d ago First seen · 56 lines · 67 tokens per session scan A 04f38f729e79

Subscribe to this mod's changes

writing-kavo-docs is a skill published in the GitHub repository kavo-labs/kavo (14 stars, last pushed yesterday), licensed MIT. It adds 67 tokens to every session and 1,242 once invoked, about $0.0003 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-09-02.