agentsclimarketplace

Distill

Skill control-decks/think-it-through/plugins/think-it-through/skills/distill

Separate and clarify one or more fragmented, implicit, or hard-to-word thoughts, expose only supported relationships, then respond or pass the result forward. Use only when the user invokes distill or asks for clarification before answering; never activate it silently.From its SKILL.md

Install
npx -y skills add control-decks/think-it-through --skill distill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.8 KB, 383 tokens by cl100k_base, as published. Nobody here has run it

🧪 Think Distill

ID: think-it-through/distill
HACP: 0.4
Kind: operation
Mode: transform
Traits: read-only, semantic
Default Binding: Latest human message in relevant context
Accepts: hacp/content, hacp/result
Produces: think-it-through/clarified-thought
Duration: once

Effect: Separate every material thought, clarify each one, and expose only convergence, tension, or dependency supported by the bound context.

Limits: Preserve meaning, ambiguity, and distinctions. Do not invent connections, add advice, choose a direction, or replace clarification with another effect.

Flow

flowchart LR
    A["Latest message in context"] --> B["Separate material thoughts"]
    B --> C["Clarify each thought"]
    C --> D{"Relationship supported?"}
    D -->|Yes| E["Show connection or tension"]
    D -->|No| F["Keep thoughts distinct"]
    E --> G{"Reading still ambiguous?"}
    F --> G
    G -->|Yes| H["Show readings and ask once"]
    G -->|No| I["Respond or pass result"]

Format

Begin the combo trace with > 🎯 **<binding>** → 🧪 **DISTILL**, then use:

  1. Distilled with one formulation or a short list.
  2. Connections only when the context supports them.
  3. Response when used alone, stating the remaining question or asking one necessary clarification.

Keep advice and direction out of Response. Add later operation cards with ; show the trace once for the complete combo.

What ships with it: 2 files

18.3 KB alongside SKILL.md

agents/

assets/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.