What problem does it solve? Raw drafts and plain text often lack consistent structure, frontmatter metadata, and proper CJK/English typography, requiring tedious manual cleanup before publishing. ## Core Features & Use Cases - Structured Formatting: Adds YAML frontmatter (title, slug, summary, coverImage), headings, bold, lists, code blocks, and blockquotes to plain text or markdown. - CJK Typography Fixes: Runs a script that fixes CJK emphasis punctuation, adds CJK/English spacing via autocorrect, and optionally converts ASCII quotes to fullwidth quotes. - Safe Output: Writes results to {filename}-formatted.md with automatic timestamped backups of existing files, and supports EXTEND.md preference files at project or user level. - Use Case: You have a rough Chinese-English mixed blog draft; the skill generates a title and summary, structures the content, and normalizes spacing and emphasis for publication. ## Quick Start Format my draft.md file into a well-structured markdown article with frontmatter and proper CJK typography.