Local-life-manager process-inbox
Process notes in inbox folder. Use when user wants to organize inbox, triage notes, or clean up captured items. Triggers on "process inbox", "organize notes", "inbox zero", "triage".
install
source · Clone the upstream repo
git clone https://github.com/TaylorHuston/local-life-manager
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TaylorHuston/local-life-manager "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/process-inbox" ~/.claude/skills/taylorhuston-local-life-manager-process-inbox && rm -rf "$T"
manifest:
.claude/skills/process-inbox/SKILL.mdsource content
Inbox Processing
Help process notes in
my-vault/01 Inbox/.
For Each Note
- Read and understand the content
- Ask one of:
- Where should this go? (suggest folder based on content)
- Should this be linked to existing topics?
- Is this actionable, reference, or can be deleted?
- Help move/organize based on response
Folder Destinations
| Folder | Content Type |
|---|---|
| Topic-based Maps of Content |
| Personal notes, decisions, career |
| Active project notes |
| Courses, tech notes, references |
Processing Tips
- Add appropriate frontmatter if missing
- Suggest topic links based on content
- Flag potential duplicates
- Process one note at a time, don't overwhelm
Start
List what's in the inbox first.