SkillAgentSearch skills...

Distillery

Team knowledge evaporates daily — pairing sessions, debugging context, architectural rationale lost to Slack. Distillery captures it at the point of creation, connects it into a living graph, and surfaces it conversationally. It monitors feeds, tracks what matters to your projects, and alerts you before you know to ask. A team brain that learns.

Install / Use

/learn @norrietaylor/Distillery
About this skill

Quality Score

0/100

Supported Platforms

Claude Code
Claude Desktop
Cursor

README

<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="docs/assets/distillery-logo-dark-512.png" width="180"> <source media="(prefers-color-scheme: light)" srcset="docs/assets/distillery-logo-512.png" width="180"> <img alt="Distillery" src="docs/assets/distillery-logo-512.png" width="180"> </picture> </p> <h1 align="center">Distillery</h1> <p align="center"> <strong>Team Knowledge, Distilled</strong> <br> Capture, classify, connect, and surface team knowledge through conversational commands. </p> <p align="center"> <a href="https://norrietaylor.github.io/distillery/">Documentation</a> &middot; <a href="#skills">Skills</a> &middot; <a href="#quick-start">Quick Start</a> &middot; <a href="https://norrietaylor.github.io/distillery/roadmap/">Roadmap</a> &middot; <a href="https://norrietaylor.github.io/distillery/presentation.html">Slides</a> </p>

What is Distillery?

Distillery is a team knowledge base accessed through Claude Code skills. It refines raw information from working sessions, meetings, bookmarks, and conversations into concentrated, searchable knowledge — stored as vector embeddings in DuckDB and retrieved through natural language. Runs locally over stdio or as a hosted HTTP service with GitHub OAuth for team access.

Distillery captures the highest-value transformation — from noise to signal — and makes it a tool the whole team can use.

Full documentation: norrietaylor.github.io/distillery

Skills

Distillery provides 10 Claude Code slash commands:

| Skill | Purpose | Example | |-------|---------|---------| | /distill | Capture session knowledge with dedup detection | /distill "We decided to use DuckDB for local storage" | | /recall | Semantic search with provenance | /recall distributed caching strategies | | /pour | Multi-entry synthesis with citations | /pour how does our auth system work? | | /bookmark | Store URLs with auto-generated summaries | /bookmark https://example.com/article #caching | | /minutes | Meeting notes with append updates | /minutes --update standup-2026-03-22 | | /classify | Classify entries and triage review queue | /classify --inbox | | /watch | Manage monitored feed sources | /watch add github:duckdb/duckdb | | /radar | Ambient feed digest with source suggestions | /radar --days 7 | | /tune | Adjust feed relevance thresholds | /tune relevance 0.4 | | /setup | Onboarding wizard for MCP connectivity and config | /setup |

Quick Start

Plugin Install (Recommended)

claude plugin marketplace add norrietaylor/distillery
claude plugin install distillery

Then run the onboarding wizard in Claude Code:

/setup

This verifies MCP connectivity, detects your transport, and configures auto-poll for ambient intelligence.

Demo Server: The plugin defaults to distillery-mcp.fly.dev, which is a demo server for evaluation only. Do not store sensitive or confidential data. For production use, deploy your own instance or run locally.

Local Setup

git clone https://github.com/norrietaylor/distillery.git
cd distillery
pip install -e .

See the Local Setup Guide for configuration and MCP server connection.

Development

pip install -e ".[dev]"
pytest                              # run tests
mypy --strict src/distillery/       # type check
ruff check src/ tests/              # lint

See Contributing for the full guide.

License

Apache 2.0 — see LICENSE for details.

View on GitHub
GitHub Stars3
CategoryDevelopment
Updated1h ago
Forks2

Languages

Python

Security Score

75/100

Audited on Apr 1, 2026

No findings