proofread-markdown
Installation
SKILL.md
Proofreading Markdown
Overview
Help us transform technical text into clear, concise, and machine-readable Markdown. We follow the Google Developer Documentation Style Guide.
Workflow
1. Check line length
- Wrap lines semantically and keep them generally under 80 characters using scripts/wrap_lines.dart
- Never touch the front matter.
Do not modify the content between the first two
---lines at the top of the file. - Verify that the file was wrapped correctly, preserving headings and code blocks
Related skills