Use when the user wants to beautify, restructure, or rewrite content into an Apple Notes-friendly note, especially article summaries, knowledge cards, topic...
文档
note-formatter
试用Markdown note formatting and cleanup utility. Use when cleaning up raw notes, standardizing markdown structure, fixing heading hierarchies, or converting messy pasted text into clean, well-structured markdown documents.
它能做什么
Markdown note formatting and cleanup utility. Use when cleaning up raw notes, standardizing markdown structure, fixing heading hierarchies, or converting messy pasted text into clean, well-structured markdown documents.
技能文档
Note Formatter
A skill for cleaning up and formatting raw markdown notes into well-structured documents.
What It Does
- Fixes heading hierarchy (ensures H1 → H2 → H3 order)
- Standardizes bullet list indentation
- Removes excessive blank lines (max 2 consecutive)
- Ensures consistent spacing around headings (blank line before/after)
- Formats code blocks with language hints when missing
- Wraps long lines at sensible widths
When to Use
- You have raw notes from a meeting, call, or scribbled draft
- You need to standardize a collection of markdown files
- You're preparing notes for publication or sharing
- You want consistent formatting across a document set
Prerequisites
- Read access to the markdown file(s)
- Write access to save formatted output
Basic Steps
- Read the source markdown file
- Detect and fix heading hierarchy issues
- Normalize list formatting and indentation
- Clean up whitespace (excessive blank lines, trailing spaces)
- Ensure code blocks have language identifiers
- Write the cleaned content back to the file (or save as new file)
- Report what was changed
Example Prompt
"Format the notes in meeting-notes.md — fix the heading levels, clean up extra blank lines, and make sure all lists use consistent indentation."
相关技能
Format and lint markdown files for consistency and readability. Use when Codex needs to normalize markdown documents, fix heading levels, standardize link fo...
Create and organize daily work notes with consistent structure, date-based filenames, and lightweight summaries. Use when the user wants to start a daily log, append structured entries to today's note, review recent notes, or generate a concise recap from multiple daily files.
让 Markdown 在 GitHub、MDX、Pandoc、文档站、Slack、Notion 等解析器中正确渲染,并定位修复具体损坏位置。
Maintain Obsidian vault core-file notes, topic synthesis notes, folder indexes, and graph links. Use when working in an Obsidian vault or document/code works...
Generate a Table of Contents (TOC) from Markdown headings. Supports heading extraction, multiple output formats, and configurable level filtering.