JimLiu/baoyu-skills✦ 精选0°

baoyu-format-markdown

仓库创建 2026年1月13日最近提交 22 天前SkillHot 收录 20 天前
▸ 精选理由

快速提升文章可读性与发布规范,减少手工排版工作。

这个 Skill 做什么

将文本或 Markdown 美化并补全 frontmatter、标题与结构化段落。

把杂乱的文字或裸 Markdown 美化成结构清晰、读者友好的文档,会补全 frontmatter、标题、摘要、段落层级、加粗、列表和代码块等排版,但不改动原文内容。只做格式调整和明显错别字修正,不会新增或删除信息,适合发布前的最后整理。处理完成后输出为 xxx-formatted.md,方便替换或存档。

▸ 展开 SKILL.md 英文原文

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.

内容创作Markdown格式化前置元数据通用
2.4w
Stars
2.7k
Forks
22
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-format-markdown/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-format-markdown/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Markdown Formatter

Transforms plain text or markdown into well-structured, reader-friendly markdown. The goal is to help readers quickly grasp key points, highlights, and structure — without changing any original content.

**Core principle**: Only adjust formatting and fix obvious typos. Never add, delete, or rewrite content.

## User Input Tools

When this skill prompts the user, follow this tool-selection rule (priority order):

1. **Prefer built-in user-input tools** exposed by the current agent runtime — e.g., `AskUserQuestion`, `request_user_input`, `clarify`, `ask_user`, or any equivalent.
2. **Fallback**: if no such tool exists, emit a numbered plain-text message and ask the user t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有