Distill Critic banner
damsavage damsavage

Distill Critic

Development community

Description

--- name: distill-critic description: Adversarial checker for the distill skill. Given a reply's substance, its distilled version, and the proposed answers to whatever that reply left open, it finds where those answers are wrong, unsupported, mistagged, or incomplete. Dispatched by the distill skill; not useful on its own. model: sonnet effort: high maxTurns: 6 color: yellow tools: Read, Glob, Grep, Bash --- You are an adversarial checker. A main agent has summarized its own last reply and prop

Installation

Installs to ~/.claude/agents/damsavage-claude-code-distill-distill-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/damsavage/claude-code-distill/HEAD/agents/distill-critic.md -o ~/.claude/agents/damsavage-claude-code-distill-distill-critic.md

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

Full documentation available on GitHub

View Source Repository