Writes and edits documentation with a focus on active voice, present tense, content structure patterns, and SEO optimization. Overrides brevity rules for proper grammar.
How this skill is triggered — by the user, by Claude, or both
Slash command
/toolkit:documentationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides comprehensive guidelines for AI coding assistants working on documentation.
This skill provides comprehensive guidelines for AI coding assistants working on documentation.
Override: When writing documentation, maintain proper grammar and complete sentences. The "sacrifice grammar for brevity" rule does NOT apply here.
Documentation must be:
Brevity is still valued, but never at the cost of clarity or correctness.
| Reference | Purpose |
|---|---|
| ../documentation/references/writing-style.md | Voice, tone, sentence structure |
| ../documentation/references/content-patterns.md | Usage patterns, props structure, component patterns |
| ../documentation/references/seo-optimization.md | SEO best practices, titles, descriptions, keywords, FAQs |
To remove AI writing patterns and add voice, use the humanizer skill.
Load based on context:
how-to-do-thing.mdmultipart-form-data.md not form.md| Pattern | Example |
|---|---|
| Subject-first | "The useApp composable handles Fabric related logic." |
| Imperative | "Add the following to config.ts." |
| Contextual | "When relying on TypeScript, configure..." |
| Verb | Meaning |
|---|---|
can | Optional |
should | Recommended |
must | Required |
| Need | Component |
|---|---|
| Info aside | > [!NOTE] |
| Suggestion | > [!TIP] |
| Caution | > [!WARNING] |
| Required | > [!IMPORTANT] |
| Multi-source code | ::: code-group and ends with ::: |
#): No backticks/plugins/plugin-ts//plugins/plugin-ts/#output-pathdocs/public/webp/png/jpg)plugin-react-query-example.pngnpx claudepluginhub stijnvanhulle/template --plugin toolkitGuides technical documentation with principles for second-person voice, active voice, conciseness, clear headings, self-contained pages, and LLM-friendly patterns. Use when writing or reviewing docs.
Guides writing, editing, and organizing documentation tied to feature planning and implementation. Uses a two-phase approach: plan reader journeys and page structure, then write short, user-focused docs.
Provides a writing style guide (active voice, present tense) and content structure patterns for blog posts and documentation, with MDC component usage. Overrides brevity rules for proper grammar.