What problem does it solve? Raw drafts and plain-text articles often lack structure, frontmatter metadata, and consistent CJK typography, making them hard to read and publish. This Skill analyzes content, adds titles, summaries, headings, bold, lists, and tables, then applies automated typography fixes without altering the original wording. ## Core Features & Use Cases - Content Analysis & Formatting: Reads an article, produces an analysis file of highlights and structural issues, then applies headings, bold, lists, tables, and blockquotes while preserving every original word. - Frontmatter & Title Generation: Creates or updates YAML frontmatter with title, slug, summary, and description, offering 4-5 title candidates based on proven hook formulas. - CJK Typography Script: Runs a remark-based script that fixes CJK emphasis punctuation, adds CJK/English spacing via autocorrect, optionally converts ASCII quotes to fullwidth quotes, and formats frontmatter YAML. - Use Case: You have a plain-text blog draft in Chinese mixed with English terms. Run this Skill to get a structured, publication-ready markdown file with a compelling title, summary, proper spacing, and clean typography saved as {filename}-formatted.md. ## Quick Start Format the article draft.md into a well-structured markdown file with frontmatter, title suggestions, and CJK typography fixes.