consolidatelisted
Install: claude install-skill onebrain-ai/onebrain
# Consolidate
Process your inbox and recent captures into your permanent knowledge base.
---
## Step 1: Survey the Inbox
List all files in `[inbox_folder]/` (excluding .gitkeep). For each file:
- Read the title and first few lines
- Note the date and main topics
Report:
──────────────────────────────────────────────────────────────
📥 Consolidate — {N} inbox items
──────────────────────────────────────────────────────────────
1. `{filename}` — {brief description}, {N tasks} tasks
2. `{filename}` — {brief description}
---
## Step 2: Let User Choose Scope
AskUserQuestion:
- question: "Which items do you want to process?"
- header: "Consolidate Scope"
- multiSelect: false
- options:
- label: "all", description: "Process all inbox items"
- label: "last N days", description: "Process items from the last N days (specify N)"
- label: "specific file", description: "Process a specific file (name it)"
- label: "just review", description: "Review without moving anything"
---
## Step 2.5: Pre-classify (parallel)
Before processing, dispatch one **Inbox Classifier** agent (`agents/inbox-classifier.md`) per selected inbox note in parallel (`run_in_background: false`, `mode: "bypassPermissions"`). Pass each note's `note_path`, `note_content`, `vault_root`, `knowledge_folder`, `resources_folder`, `areas_folder`, and `projects_folder`. Wait for all results before proceeding to Step 3.
Store each result as the default routing recommendation for that note. If a classifier