One-click install
npx skills add https://github.com/onebrain-ai/onebrain --skill distill-onebrain-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: distill
Source: https://github.com/onebrain-ai/onebrain/tree/main/.claude/plugins/onebrain/skills/distill
Command: npx skills add https://github.com/onebrain-ai/onebrain --skill distill-onebrain-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Distill creates a single, structured knowledge note from already-vaulted research so you can synthesize what you learned across multiple sessions into a durable reference.

Core Features & Use Cases

  • Topic-focused synthesis across sessions: aggregates matching session logs, inbox notes, and existing knowledge/project notes for one recurring theme.
  • Structured knowledge output: compiles a digest with core question, findings, explicit key decisions, lessons, and open questions.
  • Safe write workflow with reindexing: checks whether the destination note already exists, supports create/append/overwrite, and then updates the qmd index.

Quick Start

Run distill with a topic you want to crystallize, like "Use the command /distill MCP server setup".

Frequently Asked Questions about distill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synthesize scattered markdown notes into a single knowledge digest?

Synthesizing scattered markdown notes involves aggregating completed, already-vaulted notes across multiple sessions into a single structured digest for a user-specified topic. The resulting compilation includes core questions, findings, key decisions, lessons, and open questions as a durable reference.

What is the best way to compile research summaries from multiple sessions?

Compiling research summaries from multiple sessions is done by aggregating matching session logs, inbox notes, and existing knowledge notes for a recurring theme. This crystallizes understanding by applying topic-based filtering to gather vault-wide sources into a structured knowledge output.

Can I append new research findings to an existing markdown digest?

Appending new research findings to an existing markdown digest is supported through safe write workflows. The system checks whether the destination note already exists and supports create, append, or overwrite behaviors before updating the qmd index to prevent data loss.

How does topic modeling handle filtering when a vault has too many matching notes?

Topic modeling handles filtering when a vault has too many matching notes by applying a >20-results guard during topic-based filtering. This prevents information overload by ensuring only highly relevant vault-wide sources are gathered for the final digest synthesis.

What vault search prerequisites are needed to run knowledge synthesis workflows?

Vault search prerequisites for knowledge synthesis workflows include completed, already-vaulted notes and vault-wide source gathering capabilities via qmd/Grep-Glob. These tools filter topics across multiple sessions to generate a structured digest, excluding wrap-up or inbox-clearing workflows.

When should I not use automated research summarization for my notes?

Automated research summarization should not be used for wrap-up, recap-to-memory, or inbox-clearing workflows. It is specifically designed for synthesizing research threads and recurring themes from completed, already-vaulted notes, rather than managing temporary or unprocessed inbox items.