Compatibility shim for legacy distill callers. Forwards to /doc2qra while preserving the historical CLI interface.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add grahama1970/agent-skills --skill distill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Distill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/grahama1970-distill)More formats (shields.io, HTML) on the badges page.
---
name: distill
description: >
Compatibility shim for legacy distill callers. Forwards to /doc2qra
while preserving the historical CLI interface.
triggers:
- distill
- legacy distill
- memory acquire content
metadata:
short-description: Legacy distill compatibility wrapper
status: compatibility
provides:
- distill
composes:
- doc2qra
- task-monitor
- agentic-evals
disciplines:
- extraction
- memory-knowledge
---
# distill (compatibility)
This skill exists for backward compatibility. Forwards to `/doc2qra`.
- Legacy callers (for example `memory acquire content`) still invoke `distill`.
- The shim forwards all arguments directly to `/doc2qra`.
Supported flags (passed through to doc2qra):
- `--file` — PDF, markdown, or text file
- `--url` — URL to fetch and distill
- `--text` — Raw text to distill
- `--scope` — Memory scope
- `--persona` — Persona for quality gating
- `--json` — JSON output
- `--dry-run` — Preview without storing
- `--context` — Domain focus
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.