Claude Code Plugins

Community-maintained marketplace

Feedback

Technical writing

@mkobit/dotfiles
2
0

Enforces ventilated prose and concise technical writing standards when the user is writing or editing standalone documentation files (e.g., Markdown, AsciiDoc). This skill should not be used for code documentation or docstrings.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Technical writing
description Enforces ventilated prose and concise technical writing standards when the user is writing or editing standalone documentation files (e.g., Markdown, AsciiDoc). This skill should not be used for code documentation or docstrings.

Technical writing guidelines

Follow these rules when writing standalone documentation.

Ventilated prose

Write one sentence per line. Break lines at every period that ends a sentence. This improves diff readability. This makes sentence length obvious.

Sentence case titles

Use sentence case for all headers. Capitalize only the first word and proper nouns.

Concise writing

Be terse. Omit needless words. Use active voice. Focus on self-documenting structure.

Output format

Do not wrap paragraphs. Output text strictly following these rules.