nvidia/documentation-style
>- em-dash, or en-dash. Use when editing public docs, READMEs, AGENTS.md, agent skills, plans, GitHub issues, or GitHub Pull Request descriptions.
npx skills add https://github.com/NVIDIA/nvcf --skill documentation-style
Keep NVCF documentation plain, consistent, and useful for external readers.
Write short docs an agent or contributor can act on without private context.
Avoid typographic Unicode that breaks grep and diff tools, and avoid emphasis
patterns that make docs noisy.
AGENTS.md, CLAUDE.md, SKILL.md, READMEs, plans, and guides...., __...__, raw HTML<b>, or <strong>. Use headings, lists, and backticks for paths, commands,
env vars, and identifiers.
sentences, or use a comma, semicolon, parenthesis, or colon.
non-breaking spaces, arrows, and other typographic Unicode. Prefer -> over an
arrow glyph and ... over a single-character ellipsis. Code blocks and quoted
fixtures are exempt.
repetition. Keep one idea per sentence when possible.
items and numbered lists when sequence, priority, or stable rule references
matter. Use tables only when columns make comparison, status, option tradeoffs,
or matrix decisions easier. Do not turn a short list into a table.
Prefer concrete examples over abstract jargon.
behavior. Replace private evidence with the user-visible reason for the change.
first, what command to run, and what done means. Do not add temporary branch
status, Pull Request queues, merge-order notes, or private routing details.
10. Avoid vague agent language. Remove filler such as "ensure", "leverage",
"robust", "comprehensive", "where applicable", and "as needed" unless the term
adds a concrete condition.
Inline bold label, replaced with a plain prefix:
Before: **Note:** restart after edit.
After: Note: restart after edit.
Bold section header, replaced with a real heading:
Before: **Prerequisites**
- Repository access to github.com/NVIDIA/nvcf.
After: ## Prerequisites
- Repository access to github.com/NVIDIA/nvcf.
Double hyphen used as a dash, replaced with a period:
Before: Services live upstream -- this repo mirrors them.
After: Services live upstream. This repo mirrors them.
Long agent guidance, replaced with commands and durable criteria:
Before: Ensure agents comprehensively verify symlink fanout where applicable.
After: Run `python3 ai-tooling/dev/hooks/validate-skill-fanout.py` after
changing root skills. Fix every reported path before finishing.
If a file already uses bold, emojis, em-dashes, en-dashes, or non-ASCII
punctuation, normalize it when you touch that file for another reason, or when
the user asks for a style pass. Do not expand scope into unrelated trees just to
fix style.
keeps its own style until merged natively.
or user paste.
generator if needed.
messages. Fix the source commits, not the rolled-up file.
Take nvidia/documentation-style from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.