Yao-meta-skill note-cleanup
Clean messy meeting notes into structured markdown summaries. Use when asked to organize meeting notes, extract action items, separate decisions from open questions, or turn rough notes into a clean recap.
install
source · Clone the upstream repo
git clone https://github.com/yaojingang/yao-meta-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/yaojingang/yao-meta-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/examples/simple-note-cleanup/generated-skill" ~/.claude/skills/yaojingang-yao-meta-skill-note-cleanup && rm -rf "$T"
manifest:
examples/simple-note-cleanup/generated-skill/SKILL.mdsource content
Note Cleanup
Workflow
- Read the notes fully before restructuring.
- Remove duplicates and obvious noise.
- Produce sections for summary, decisions, action items, and open questions.
- Preserve important names, dates, and owners.