Distillery: A Claude Code Plugin for Persistent Team Context

Distillery is a plugin for Claude Code that creates shared, persistent context for development teams. It addresses the problem of teams losing knowledge when debugging sessions end or when decisions made months ago become difficult to find.
Core Commands
/distill— Capture decisions and reasoning mid-session. The whole team can search these later./recall— Find anything anyone on the team has captured using natural language search./pour— Synthesize coherent answers from scattered context across people and sessions. For example, asking "How does our auth system work?" pulls from multiple people's captured decisions and produces a narrative with citations.
Ambient Intelligence Features
The plugin includes ambient intelligence capabilities:
/watch— Point at GitHub repos, RSS feeds, or subreddits. It polls on a schedule and scores every item for relevance against your team's existing context using embedding similarity./radar— Provides a synthesized digest of what matters based on what the system learns your team cares about from captured context.
Team Deployment
Distillery uses a shared server with GitHub OAuth, allowing everyone to connect their Claude Code to the same knowledge base. Context captured by one person becomes searchable by everyone, creating compounding knowledge where each team member's captures improve everyone else's searches and syntheses.
Version 0.2.0 Updates
The latest release includes:
- Hybrid search (BM25 + vector with Reciprocal Rank Fusion)
- Auth audit logging
- UV support
The project is available on GitHub with a blog post explaining the development process.
📖 Read the full source: r/ClaudeAI
👀 See Also

Implementing a Local Voice Assistant with Qwen3 on RTX 5060 Ti
A fully local home automation voice assistant using Qwen3 ASR, LLM, and TTS on an RTX 5060 Ti, featuring Morgan Freeman voice cloning and a variety of integration tools.
OpenClaw 2.0 Brings Browser UI and Shared Sessions — Is It Worth Coming Back To?
OpenClaw 2.0 adds a browser-based interface and shared cloud sessions with context handoff. Setup works with existing ChatGPT, Claude, or API keys, according to the announcement.

VS Code Agent Kanban: Markdown-based task management for AI coding agents
VS Code Agent Kanban is an extension that creates a GitOps-friendly kanban board inside VS Code using markdown files as task records. It addresses context rot in AI coding agents by preserving planning conversations, decisions, and implementation details in version-controlled .md files.

Context Mode: An MCP Server That Compresses Tool Outputs for Claude Code
Context Mode is an MCP server that sits between Claude Code and tool outputs, processing them in sandboxes and returning only summaries. It reduces 315 KB of MCP output to 5.4 KB, extending session time before slowdown from ~30 minutes to ~3 hours.