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.md
source content

Note Cleanup

Workflow

  1. Read the notes fully before restructuring.
  2. Remove duplicates and obvious noise.
  3. Produce sections for summary, decisions, action items, and open questions.
  4. Preserve important names, dates, and owners.