format-markdown

仓库创建 2026年7月26日最近提交 19 小时前SkillHot 收录 15 小时前
这个 Skill 做什么

把 Markdown 文档按视觉和可读性重排:统一空白、标题层级和格式,但不改动文字或链接本身。在要交付或返回任何 Markdown 内容前,或别人要求「整理/美化」时用。特点是不改事实只调整呈现,输出就是直接可用的干净 Markdown。

▸ 展开 SKILL.md 英文原文

Reformats a Markdown document for clean visual rendering - consistent whitespace, heading hierarchy, scannability, and formatting consistency. Preserves all content and links exactly. Use before returning any Markdown document to the user, or when asked to clean up, format, or tidy Markdown output.

0
Stars
0
Forks
10
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fagerbergj/dotagents/main/skills/format-markdown/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fagerbergj/dotagents/main/skills/format-markdown/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Format Markdown Skill

## Overview

Reformat the provided Markdown document for clean visual rendering. Output only the reformatted document - no preamble, no commentary. This skill shapes whitespace and structure; it never alters meaning, links, or factual content.

## When to Use

- Before returning any Markdown document to the user.
- When the user asks to "clean up", "format", "tidy", or "fix the formatting of" a document.
- When a Markdown answer has inconsistent heading levels, missing blank lines, or disorganized lists.

## When NOT to Use

- Do not apply this skill to code files (`.go`, `.ts`, etc.) - use a language formatter instead.
- Do not apply if the user explicitly wants the
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有