/writing-guidelines
Review docs/prose for Writing Guidelines compliance. Use when asked to "review my docs", "check writing style", "audit prose", "review docs voice and tone", or "check this page against the writing handbook".
One skill from open-design.
shell
$ npx -y skills add nexu-io/open-design --skill writing-guidelines --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/writing-guidelines
Context preview
The summary Claude sees to decide when to auto-load this skill.
Review docs/prose for Writing Guidelines compliance. Use when asked to "review my docs", "check writing style", "audit prose", "review docs voice and tone", or "check this page against the writing handbook".
Stats
Stars80,924
Forks9,350
LanguageTypeScript
LicenseApache-2.0
Ships with open-design
SKILL.md
writing-guidelines.SKILL.md
--- name: writing-guidelines description: | Review docs/prose for Writing Guidelines compliance. Use when asked to "review my docs", "check writing style", "audit prose", "review docs voice and tone", or "check this page against the writing handbook". triggers: - "review my docs" - "check writing style" - "audit prose" - "review docs voice and tone" - "writing handbook" - "文档审查" metadata: author: vercel version: "1.0.0" argument-hint: <file-or-pattern> od: mode: prototype surface: web platform: desktop category: documentation upstream: "https://github.com/vercel-labs/writing-guidelines" source-commit: 83e2316b034cf572400513538e4e4da01c4cc742 preview: type: markdown example_prompt: | Review my documentation files for compliance with the Vercel Writing Guidelines — check voice, tone, formatting, and structure. --- # Writing Guidelines Review files for compliance with Writing Guidelines. ## How It Works 1. Load the pinned guidelines from [`references/guidelines.md`](references/guidelines.md) — this is the default, reproducible execution path
