← ClaudeAtlas

inbox-triagelisted

Use whenever inbox notes need classification, the user says 'inbox cleanup', 'clean up my inbox', 'разгреби inbox', or after /mn:health flags a backlog. Converts inbox captures into proper typed notes (atom, molecule, source, session) with taxonomy tags and MOC links.
jojoprison/mnemo · ★ 4 · AI & Automation · score 83
Install: claude install-skill jojoprison/mnemo
# mnemo:sort — Classify Inbox Notes Review unclassified inbox notes one by one and convert them to proper typed notes. ## Prerequisites & config Obsidian must be open. Config at `~/.mnemo/config.json` — reads `vault`, `taxonomy`, `links_section`. Schema in `references/config-schema.md`. ## Workflow ### Step 1: Find Inbox Notes ```bash obsidian search query="type: inbox" vault="{vault}" ``` If none found: "No inbox notes to classify." ### Step 2: Present Each Note For each inbox note, read it: ```bash obsidian read file="{note_name}" vault="{vault}" ``` Show content and suggest classification: ``` 📬 Inbox note 1/4: "Inbox — HisPO for pipeline stabilization" Content: "idea: use HisPO from LongCat for pipeline stabilization" Suggested type: atom (single concept/fact) Suggested name: "Atom — HisPO algorithm for MoE training stabilization" Suggested tags: [atom, agentic-rl, moe, antomate] Suggested MOC: [[MOC — Agent Self-Correction]] Actions: [1] Accept suggestion [2] Change type (molecule/source/session) [3] Edit name/tags [4] Skip for now [5] Delete (not useful) ``` ### Step 3: Apply Classification **Bulk mode:** if the user says "accept all" / "применить все" / "bulk", skip the per-note `[1-5]` prompt and apply the suggested classification for every remaining note. Still show a progress line per note ("3/7: Atom — X created") so the user can abort if something looks wrong. On user confirmation (per-note or bulk): 1. Read the original inbox note co