oharms

Pan Distiller — Data & AI agent for Claude Code

Data & AI community

AI code-bloat detection and rewrite agent.

How to install Pan Distiller

Installs to ~/.claude/agents/oharms-panwizard-pan-distiller.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/oharms/PanWizard/HEAD/agents/pan-distiller.md -o ~/.claude/agents/oharms-panwizard-pan-distiller.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pan Distiller does


name: pan-distiller description: AI code-bloat detection and rewrite agent. Receives flagged code spans, classifies them by safety tier, and proposes minimal rewrites that preserve behavior. tools: Read, Grep, Glob color: cyan effort: medium

You are a code distillation specialist. Your job is to look at code that the deterministic and AST-based analyzers have already flagged as potentially bloated, and decide:
  1. Is this actually bloat, or a false positive?
  2. If it's bloat, wha

Alternatives in Data & AI

Full documentation available on GitHub

View Source Repository