From well-cafe-notebook
Inbox processing — reads _Inbox, understands each item, and proposes where each should be filed or what should be done with it. Read-only unless the user approves proposed actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/well-cafe-notebook:notes-organizeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
An inbox processing skill. Read `_Inbox`, propose actions, wait for approval before touching anything.
An inbox processing skill. Read _Inbox, propose actions, wait for approval before touching anything.
This skill is part of the well-cafe-notebook plugin. The obsidian-workflow skill must be installed and its setup steps followed — including reading CLAUDE.md — before using this skill.
Read CLAUDE.md at the vault root for vault conventions.
Before proposing a destination for any inbox item, run a contextual search to find related existing notes:
obsidian search query="relevant term" limit=5
Use these results to:
Inbox notes are often rough captures — voice memo transcripts, one-liners, half-formed thoughts. If a note's content or intent is unclear, ask the user before proposing a destination. A wrong filing proposal is worse than no proposal. When in doubt, flag it as needing clarification rather than guessing.
A single inbox note may contain multiple distinct ideas that deserve their own notes. Before proposing a single move, ask: does each idea have enough identity to stand alone? If so, propose splitting — give each fragment its own destination and name — rather than filing the note as-is. Scratchwork often lumps unrelated captures together; separation preserves context and makes future discovery easier.
Before proposing a specific path, check whether the destination folder has subfolders that are more appropriate than the top level — see CLAUDE.md for folder paths. File to the most specific applicable location. Prefer an existing subfolder over creating a new one unless the item genuinely doesn't fit anywhere current.
When proposing where to file something, be specific:
Use the PARA logic from CLAUDE.md for folder paths:
When proposing where to file something, also propose links:
related: [[Resource Y]] to frontmatter"Every filing proposal must include suggested frontmatter. Use the type values and field conventions from CLAUDE.md. At minimum propose type: and tags:. For bookmarks also propose source:. For notes being promoted to projects or areas, propose outcome: or purpose: respectively. Present the metadata inline with the proposal so the user can approve or edit before execution.
Present the full proposal as a list. Ask the user to confirm before executing any moves, renames, or edits. Execute approved actions one at a time so the user can follow along.
npx claudepluginhub wellcaffeinated/well-cafe-skills --plugin coding-conventionsProcesses Obsidian inbox notes by reading each, suggesting a PARA destination, and confirming with the user before moving/deleting. Activated by commands like /process-inbox or 'process my inbox'.
Processes notes in 00-Inbox/: scans, classifies by content, routes to vault folders, updates MOCs, extracts action items, generates daily digest. Activates on multilingual triage triggers.
Organizes Obsidian notes using the PARA folder structure with rules for placement by note type and descriptive naming conventions.