baoyu-format-markdown

Format plain text or Markdown into structured documents with preserved metadata.

54|18|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/open-fox/agents --skill baoyu-format-markdown-open-fox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-format-markdown
Source: https://github.com/open-fox/agents/tree/main/skills/baoyu-format-markdown
Command: npx skills add https://github.com/open-fox/agents --skill baoyu-format-markdown-open-fox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, remark-cjk-friendly, remark-frontmatter, remark-gfm, remark-parse, remark-stringify, unified, unist-util-visit, and includes scripts (resource) components.

## What problem does it solve? Formats plain text or Markdown into well-structured, reader-friendly documents while preserving content and metadata.

## Core Features & Use Cases

  • Frontmatter-aware formatting and metadata preservation.
  • Structural enhancements: headings, summaries, bold emphasis, lists, and code blocks.
  • Use Case: polish drafts for publication without rewriting content.

### Quick Start Format this document to add frontmatter, tidy structure, and clean Markdown while preserving content.

Frequently Asked Questions about baoyu-format-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format Markdown documents while preserving YAML frontmatter and content?

To format Markdown while preserving YAML frontmatter, this Skill uses a Node-based Remark pipeline to normalize document structure, apply typography rules, and retain metadata without altering your original content.

Can I clean up plain text drafts and convert them to structured Markdown automatically?

Yes, you can clean up plain text drafts into structured Markdown automatically by processing text through the Remark parser, which adds normalized headings, lists, and bold emphasis while maintaining content safety.

Does the Remark Markdown formatter support GitHub Flavored Markdown and CJK characters?

Yes, this Markdown formatter supports GitHub Flavored Markdown and CJK characters natively by integrating the remark-gfm and remark-cjk-friendly plugins within its unified processing pipeline.

What is the best way to normalize Markdown formatting for publication without rewriting content?

The best way to normalize Markdown formatting without rewriting content is using an automated formatting pipeline that parses syntax, enforces structural consistency, and safely outputs polished documents ready for publication.

What are the limitations of automated Markdown formatting for structural enhancements?

Automated Markdown formatting limitations include restricting structural enhancements to syntax normalization and emphasis adjustments, meaning it will not rewrite core content or generate new textual narratives during the formatting process.