Agent command outputs are one of the biggest sources of token waste. Logs, test results, stack traces… thousands of tokens sent to an LLM just to answer a simple question. 🔥 distill compresses command outputs into only what the LLM actually needs.
$ npx -y skills add samuelfaj/distill --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: samuelfaj/distill
What's inside
🔥🔥🔥 Save much more tokens with our client: https://remotecode.io/
Agent command outputs are one of the biggest sources of token waste.
Logs, test results, stack traces… thousands of tokens sent to an LLM just to answer a simple question.
🔥 distill compresses command outputs into only what the LLM actually needs.
Save up to 99% of tokens without losing the signal.
Install:
npm i -g @samuelfaj/distill
Run onboarding:
distill
And that's it!
Distill uses it's own Expert Language Model
https://huggingface.co/samuelfaj/distill-1.7B-MLX
Only: 1.7B - 4bit
Safe recommendation: machine should have 8 GB+ RAM; 16 GB+ is comfortable.
rg -n "terminal|PERMISSION|permission|Permissions|Plan|full access|default" desktop --glob '!**/node_modules/**' | distill "find where terminal and permission UI are implemented in chat screen"
We also teach your LLM to talk and think a more efficient way.

.claude/
skills/
distill/
SKILL.md
.github/
workflows/
ci.yml
release.yml
.gitignore
ANALYSIS.html
bun.lock
examples/
1/
AFTER.md
BEFORE.md
distill-language.png
package-lock.json
package.json
packages/
cli/
.claude/
skills/
distill/
SKILL.md
bin/
distill.js
package.json
README.md
skills/
distill/
SKILL.md
distill-darwin-arm64/
package.json
distill-darwin-x64/
package.json
distill-linux-arm64/
package.json
distill-linux-x64/
package.json
distill-win32-x64/
package.json
README.md
REQUIREMENTS.html
scripts/
apply-platform-metadata.ts
build-binaries.ts
platform-targets.ts
release-check.ts
smoke-packages.ts
sync-platform-packages.ts
skills/
distill/
SKILL.md
src/
cli.ts
config.ts
dataset.ts
dsl-memory.ts
llm.ts
local-server.ts
onboarding.ts
prompt.ts
stream-distiller.ts
text.ts
user-config.ts
TDD.html
test/
cli-entry.test.ts
config.test.ts
dataset.test.ts
dsl-memory.test.ts
e2e.test.ts
llm.test.ts
local-server.test.ts
onboarding.test.ts
pipeline.test.ts
platform-targets.test.ts
raw.txt
script-command.ts
stream-distiller.test.ts
text.test.ts
user-config.test.ts
TODO.htmlFAQ
distill is a Claude Code plugin with 4 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes distill, distill, distill. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.