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

Inbox Processing

Help process notes in

my-vault/01 Inbox/
.

For Each Note

  1. Read and understand the content
  2. 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?
  3. Help move/organize based on response

Folder Destinations

FolderContent Type
my-vault/03 Topics/
Topic-based Maps of Content
my-vault/04 Personal/
Personal notes, decisions, career
my-vault/05 Projects/
Active project notes
my-vault/06 Knowledge Base/
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.