返回 Skill 列表
extension
分类: 开发与工程无需 API Key

markdown-writer

以一致的风格编辑和创建markdown文件。使用场合:(1) 创建或更新README文件,(2) 编辑文档,(3) 撰写DONE.md、PLAN.md、RESEARCH.md,(4) 任何.md文件的编辑。遵循Paul Graham的写作风格:短句、直接陈述、不使用模糊表达。

person作者: jakexiaohubgithub

Markdown Writer

Edit markdown files with consistent tone and style.

When to Use

  • README.md updates
  • Documentation in /docs folders
  • Project status files (DONE.md, PLAN.md, RESEARCH.md)
  • Any .md file that needs clear, direct writing

Writing Style

Voice

  • Write like speaking to an intelligent friend
  • Short sentences. Direct claims. No hedging.
  • First person for opinions and experience
  • Active voice, not passive
  • State claims confidently. No waffling.

Punctuation Rules

  • Never use em dashes (—)
  • Use periods and new sentences for separate thoughts
  • Use commas for simple asides
  • Use parentheses for clarifying information
  • Use colons for lists or elaboration

Structure

  • Start with the point, not background
  • One idea per paragraph
  • Headers should be claims, not topics
  • End sections when the point is made

Technical Writing

  • Code examples should be minimal and functional
  • Explain the why, not just the what
  • Link to deeper resources rather than over-explaining

Quality Checklist

Before finalizing:

  • [ ] No em dashes in content
  • [ ] Sentences are short and direct
  • [ ] Opens with the main point
  • [ ] Code examples are minimal
  • [ ] Tables used for structured data
  • [ ] Lists used for sequences or options