consolidate

Solid

Review inbox and recent notes, synthesize and merge into the knowledge base. Use when the user wants to process, organize, or clear the inbox regardless of topic — 'clean up my inbox', 'process my notes'. Do NOT use for: capturing new information now (use capture or braindump), synthesizing already-vaulted notes on a specific topic (use distill — consolidate works on the inbox), or finding note connections (use connect).

AI & Automation 28 stars 3 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
49
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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...

Details

Author
onebrain-ai
Repository
onebrain-ai/onebrain
Created
5 months ago
Last Updated
1 weeks ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

brain-consolidate

Nightly consolidation for the brain vault (the waking equivalent of sleep consolidation). Use when asked to "consolidate", "distil today's decisions", "scan for superseded notes", at the end of a session or before a compaction. Collects a window of decision records, finds their older neighbours, and produces a five-part PROPOSAL report. The agent never applies anything - the human approves.

0 Updated today
layersistem
AI & Automation Listed

consolidate-knowledge

Use when a body of captured journal entries from many sessions should be distilled into durable, higher-level guidance — cluster related entries, synthesize the one generalization each cluster supports, promote only the reinforced and specific ones into long-lived guidance, and reconcile supersession when newer evidence overrides older. Triggers on "consolidate my journals", "what patterns emerged across these sessions", "distill these notes into guidance", "what have we learned over time", "promote the durable insights", "synthesize my entries into wisdom", or running "/consolidate-knowledge". This is the downstream pass that journaling-sessions feeds — journaling captures raw entries one session at a time, this consolidates many of them across sessions. Not for capturing a single session (use journaling-sessions), not for a one-off summary, and distinct from consolidating your agent memory files.

2 Updated 5 days ago
grimaldost
AI & Automation Listed

brain-triage

Empty the Second Brain inbox by merging or promoting each captured item. Use when the user says "process my inbox", "triage my brain", "clear the inbox", or asks what is sitting in their inbox.

3 Updated 3 weeks ago
wzslr321