Форматирование и типографика Markdown-файлов
★ 7.3 · content
baoyu-format-markdown is a Claude Code skill that formats plain text or markdown files by adding frontmatter, titles, summaries, headings, bold emphasis, lists, and code blocks — without altering original content. The workflow runs in two phases: Claude first analyzes the content and writes a structured blueprint to `{filename}-analysis.md`, then applies formatting and runs typography scripts. The skill includes three scripts: `main.ts` as the main entry point with remark-cjk-friendly support for CJK emphasis, `quotes.ts` for replacing ASCII quotes with fullwidth equivalents, and `autocorrect.ts` for adding proper spacing between CJK and Latin text. Output is written to `{filename}-formatted.md`. Requires bun or npx and suits developers and writers who need to clean up articles, blog posts, or technical documentation quickly.
- #markdown-formatting
- #text-beautification
- #content-structure
- #typography
- #frontmatter-generation
- #article-formatting