# Skill Distiller (One-Liner)

> Skill compression reminder in 100 tokens — just trigger, action, result.

- Skill: `live-neon/skill-distiller-one-liner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add live-neon/skill-distiller-one-liner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/live-neon/skill-distiller-one-liner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: live-neon (https://skillmd.com/u/live-neon)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/live-neon/skill-distiller-one-liner

---


# Skill Distiller (One-Liner)

Minimal reference variant (~100 tokens, ~70% functionality, LLM-estimated). Full reference: `../SKILL.reference.md`.

**TRIGGER**: User asks to compress, distill, or reduce a skill's context usage

**ACTION**: Parse skill into sections (TRIGGER/INSTRUCTION/EXAMPLE/etc), score importance via LLM, remove low-value sections while preserving protected patterns (YAML name/description, N-count tracking, task creation)

**RESULT**: Compressed skill markdown with functionality score (0-100%), token reduction stats, and list of removed/kept sections

---

## Related

| Variant | Tokens | Functionality |
|---------|--------|---------------|
| [skill-distiller](../) (main) | ~400 | ~90% (formula) |
| [compressed](../compressed/) | ~975 | ~90% (prose) |
| **oneliner** (this) | ~100 | ~70% |

Full reference: [SKILL.reference.md](../SKILL.reference.md) (~2,500 tokens, ~90%)

*Functionality scores are LLM-estimated.*

