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 20 stars 2 forks Updated 5 days ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
44
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
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
4 months ago
Last Updated
5 days ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

consolidator

Generic Multi-Source Consolidator: synthesizes content from any set of input sources — documents, research notes, interview transcripts, meeting summaries, AI platform responses, or any mix — into a unified, well-structured report. When invoked with a raw AI responses archive (produced by the orchestrator or a specialist skill), operates in AI-Responses mode and produces a Consolidated Intelligence Report (CIR) or structured synthesis per a consolidation guide. When invoked directly by the user with arbitrary source content, operates in Generic mode and produces a synthesis report tailored to the content type. If a consolidation guide (.md file) is provided, follows its prescribed output structure exactly — the guide is the sole structural authority.

3 Updated 1 weeks ago
alo-exp
AI & Automation Solid

distill

Aggregate already-vaulted notes from multiple sessions or sources on a specific topic into a single structured digest note. Use when the user wants to synthesize a completed research thread — 'distill everything I know about X', 'crystallize my notes on Y'. Do NOT use for: promoting session insights to memory (use recap), writing today's session summary (use wrapup), or clearing raw inbox items (use consolidate — distill works on notes already in the vault).

20 Updated 5 days ago
onebrain-ai
AI & Automation Listed

consolidate-memory

Consolidate agent project memories and notepad learnings into a unified summary

1 Updated 2 days ago
UtsavBalar1231