Inbox note organizer
Process notes from Inbox and file them into appropriate folders based on their frontmatter 'category' property.
name: organize-inbox description: Move notes from the Inbox to their respective folders based on their frontmatter category.
Inbox note organizer
Purpose
Process notes in the Inbox and file them into the appropriate folder based on their category frontmatter property.
Instructions
- List all notes in
Inbox/ - For each note, read its frontmatter
Categoryproperty - Move the note to the corresponding destination folder (see mapping below)
- If the category is missing or unclear, ask the user where the note should go
Category → Folder Mapping
| Category | Destination |
| ------------------------ | ------------------------------ |
| [[Atoms]] | Atoms/ |
| [[Ideas]] | Ideas/ |
| [[Books]] | Reference/Books/ |
| [[Meetings]] | Reference/Meetings/ |
| [[Organizations]] | Reference/Organizations/ |
| [[People]] | Reference/People/ |
| [[Places]] | Reference/Places/ |
| [[Products]] | Reference/Products/ |
| [[Recipes]] | Reference/Recipes/ |
| (none or unrecognised) | Notes/ (confirm with user) |
Notes
- Always confirm with the user before moving notes with missing or unrecognised categories
- If a note has multiple categories, ask the user which folder takes priority
Related skills
Task Prioritizer
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Generate structured and concise weekly status reports.
Daily Standup Report
Generates structured and concise daily standup reports.