Installation
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "baoyu-format-markdown" skill by following the instructions at https://skill123.me/install/baoyu-format-markdown.
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/baoyu-format-markdown.sh | bash
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 20 KBAbout this skill
Overview
Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Use when user asks to "format markdown", "beautify article", "add formatting", or improve article layout. Outputs to {filename}-formatted.md.
Source
- Repo: https://github.com/JimLiu/baoyu-skills
- Path: skills/baoyu-format-markdown
Evaluation
AI-evaluated 2026-09-03: Two-phase analyze-then-format workflow with a saved analysis blueprint, structured title/summary generation backed by a formulas reference, an explicit content-preservation principle, and typography scripts for CJK text. Solves a common writing need with modest prerequisites (bun/npx); outputs to a new -formatted.md copy and only modifies the original when the user explicitly picks the in-place typography-only option.
