Team accounts with unlimited members now available to everyone! Invite your teammates and ship faster together, even on the Free Plan.
/Community/AI tools for documentation

AI tools for documentation

Claude commands available when working on Neon docs

The Neon website repo includes Claude commands for common documentation tasks. All changes are reviewed by humans via pull requests.

Run /list-doc-tools in Claude to see the full list with descriptions, or browse the files under .claude/commands/ in the website repository.

Writing content

CommandDescription
/write-contentFull orchestrated workflow for new pages or substantial rewrites: IA specialist → drafter → refiner → syntax validator.
/simple-contentLighter single-thread workflow with confirmation at each step. Use for edits to existing pages or smaller additions.
/review-contentReview a page for terminology, voice, structure, and MDX compliance. Produces a structured findings report with an option to apply fixes.
/humanizeRemove AI writing patterns and apply Neon voice: contractions, active voice, direct address, concise sentences.
/improve-introRewrite just the first paragraph of a page to match Neon style.
/golden-corpusLoad exemplary doc files by type for style and structure reference.

Docs quality

CommandDescription
/validatePre-commit check: frontmatter, stray h1 headings, navigation entry, image paths, em dashes, lint.
/check-consistencyFind other pages that say the same thing; surface duplication and drift.
/update-glossaryFind glossary gaps in a doc file (Mode A), or audit the glossary itself (Mode B).
/redirect-updateAfter moving or renaming a file: add redirectFrom, update links and navigation.

Pull requests

CommandDescription
/update-prDraft or update a PR title and description from changed files and commits.
/add-preview-linksAdd Vercel preview links to a PR description for every changed content file.

Changelog and roadmap

CommandDescription
/create-pr-reportWeekly report of merged PRs across monitored repos. Supports PR deep dives and follow-on changelog or docs PR workflows.
/create-changelogGenerate next Friday's changelog draft (or a specific date) with placeholder content and titled dropdown sections.
/update-roadmapSync the introduction roadmap with recent changelog entries.

Reference and navigation

CommandDescription
/navigation-principlesReference for navigation.yaml structure and how to add pages and sections.
/docs-primeLoad project structure and key paths into context.
/list-doc-toolsPrint the full list of available commands with descriptions.

Agents

The .claude/agents/ directory contains specialized sub-agents used by the writing workflow commands:

  • content-drafter, content-planner, content-refiner, ia-specialist, syntax-validator, supervisor — write, plan, review, structure, validate, and orchestrate multi-step workflows
  • extract-analyze-console, -cli, -mcp, -storage, -compute — changelog extraction by repo, used by /create-pr-report

Need help?

Join our Discord Server to ask questions or see what others are doing with Neon. For paid plan support options, see Support.

Was this page helpful?
Edit on GitHub