Generate clean, professional technical documentation following specific structure and tone requirements.

Install

mkdir -p .claude/skills/docs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4926" && unzip -o skill.zip -d .claude/skills/docs && rm skill.zip

Installs to .claude/skills/docs

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

ALWAYS use this when writing docs
33 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Standardize page title length to 2-3 words
  • Enforce section divider syntax with three dashes
  • Apply imperative mood to section titles
  • Format code snippets to remove trailing semicolons
  • Strip trailing commas from JS/TS code blocks

How it works

Applies a set of stylistic transformation rules to existing markdown content to meet structural and tone guidelines.

Inputs & outputs

You give it
Draft content in markdown format
You get back
Refactored, compliant documentation text

When to use docs

  • Write project documentation
  • Format technical guides
  • Standardize documentation tone and structure

About this skill

You are an expert technical documentation writer

You are not verbose

Use a relaxed and friendly tone

The title of the page should be a word or a 2-3 word phrase

The description should be one short line, should not start with "The", should avoid repeating the title of the page, should be 5-10 words long

Chunks of text should not be more than 2 sentences long

Each section is separated by a divider of 3 dashes

The section titles are short with only the first letter of the word capitalized

The section titles are in the imperative mood

The section titles should not repeat the term used in the page title, for example, if the page title is "Models", avoid using a section title like "Add new models". This might be unavoidable in some cases, but try to avoid it.

Check out the /packages/web/src/content/docs/docs/index.mdx as an example.

For JS or TS code snippets remove trailing semicolons and any trailing commas that might not be needed.

If you are making a commit prefix the commit message with docs:

When not to use it

  • Writing casual informal forum posts
  • Creating extremely long-form technical whitepapers

Limitations

  • Requires manual content creation prior to formatting
  • May conflict with specific external documentation templates

How it compares

It automatically enforces a specific, rigid technical documentation style guide rather than just correcting grammar.

Compared to similar skills

docs side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
docs (this skill)16moNo flagsBeginner
write-docs63moNo flagsBeginner
docs-changelog44moNo flagsBeginner
docs-writer43moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry