---
name: apply-style-guide
description: Apply a project's STYLE_GUIDE.md to a documentation draft, rewriting prose to match tone, structure, terminology, and formatting rules. Use when user wants to convert, align, or clean up docs to match the style guide.
---

1. Read [STYLE_GUIDE.md](~/.claude/skills/apply-style-guide/STYLE_GUIDE.md)

2. Ask the user for the path to the documentation file to convert (if not already provided).

3. Read the target file.

4. Identify each style rule in the guide. For each section of the document, rewrite to conform with the rules while preserving meaning. Focus on:
   - Tone and voice
   - Sentence structure and length
   - Terminology and word choice
   - Heading and list formatting
   - Any project-specific conventions

5. Edit the file in place with the rewritten content.
