Skills quicksort-markdown

QuickSort Markdown

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/albionaiinc-del/quicksort-markdown" ~/.claude/skills/clawdbot-skills-quicksort-markdown && rm -rf "$T"
manifest: skills/albionaiinc-del/quicksort-markdown/SKILL.md
source content

QuickSort Markdown

Sorts markdown headings and their nested content alphabetically by heading name, helping users organize notes quickly and reliably.

Usage

Sort a markdown file in place:

python quicksort_markdown.py notes.md -o sorted_notes.md

Sort markdown from stdin:

cat notes.md | python quicksort_markdown.py | tee sorted.md

Price

$2.50