Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

skill-distillery技能酿酒厂

Agent Skill

skill-distillery 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

210

周安装

9

GitHub Stars

11

下载量

73
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-distillery(技能酿酒厂)
来源仓库:https://github.com/kylezantos/skill-distillery
仓库路径:skills/skill-distillery
安装命令:
npx skills add https://github.com/kylezantos/skill-distillery --skill skill-distillery
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/kylezantos/skill-distillery --skill skill-distillery

简介

skill-distillery 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词或任务场景进行信息调研,支持结合来源仓库和线索展开分析。
  • 通过 npx skills add 命令从 GitHub 安装,需确认权限与维护状态后再使用。
  • 使用前建议核实是否会触发联网、命令执行或文件读写操作,避免意外行为。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Skill Distillery

Distill raw material into potent skills. Articles, talks, frameworks, recent AI work, or just an idea — skill-distillery extracts the strategy bottom-up and builds interactive, well-architected skills from it.

The core insight: Good skills aren't restructured content — they're distilled strategy. A 5,000-word article becomes a 300-line skill by extracting principles, mental models, and decision frameworks, not by reformatting paragraphs.

Quick Start

From an article or framework:

/skill-distillery https://example.com/great-article-about-design-systems /skill-distillery ~/Documents/talk-transcript.md

From recent AI work:

/skill-distillery capture — "I just figured out a great process for X, help me turn it into a skill"

From a description:

/skill-distillery — "I want a skill that helps me write better API documentation"

Audit an existing skill:

/skill-distillery audit ~/.claude/skills/my-skill /skill-distillery review — "Can you evaluate the language-market-fit skill?"

Add to an existing skill:

/skill-distillery add reference — "I want to add a new reference file to my-skill"

Core Principles

These apply to everything skill-distillery does:

  1. Bottom-up synthesis over content restructuring — Extract principles and mental models from source material. Don't reformat — distill.
  2. Interactive by default — Use AskUserQuestion for tappable decisions. Ask 2-3 questions at a time, not a wall. Provide shortcuts when context is already available.
  3. Propose before building — Always present synthesis, architecture, and approach for user approval before creating files. Wait gates at every decision point.
  4. Progressive disclosure — SKILL.md stays lean (200-300 lines). Reference files contain depth. Load conditionally based on what the user needs.
  5. Opinionated defaults — Suggest interactive patterns from proven skills (design-portfolio-assistant's discovery phase, language-market-fit's mode detection). The user can override, but the defaults should be good.
  6. Research on demand, not by default — Most skill creation doesn't need research. Trigger it only when external APIs/libraries are involved or the user explicitly asks. See Research Protocol below.
  7. Tailored to the user's specific goal — Not generic skill-making advice. Every decision adapts to what this particular user is building for this particular purpose.
  8. Gotchas are the highest-signal content — The most valuable part of any skill is where Claude typically fails. Every skill should have a dedicated gotchas section documenting specific failure points with "don't do X because Y" structure. Gotchas come from anticipating Claude's failure modes, not theoretical anti-patterns.
  9. Publication-ready by default — Every skill gets a README.md assuming it may be published on GitHub. After building, offer to publish via npx skills add (the skills.sh ecosystem). Ask about target agents early — Claude Code only vs. universal — since it shapes how features like AskUserQuestion are implemented.

Research Protocol

When and how to research during skill creation.

When to trigger:

  • Skill involves external APIs or libraries needing current docs
  • Domain where best practices shift fast (frameworks, deployment patterns)
  • Audit reveals the skill references outdated libraries or patterns
  • User explicitly asks: "Can you research X?"

When NOT to trigger:

  • Source material is self-contained (articles, talks)
  • User already knows the domain
  • Skill is about internal processes or conventions
  • Simple skills that don't reference external tools

How to ask: One gate before spawning anything:

This involves [X]. Want me to research current best practices, or do you have enough context?

If AskUserQuestion is available:

  • Yes, research first — Fetch current documentation for accurate implementation
  • No, I have context — Proceed with what we have

How to execute: Spawn 2-3 parallel Sonnet agents (fast, cheap, good at retrieval) with specific, scoped questions. Not "research everything about X" — scope to what you actually need.

Example agent prompts:

  • "Fetch current Supabase RLS patterns from official docs"
  • "Find 2026 best practices for React Native navigation libraries"
  • "Check if [library] is still actively maintained"

Use Context7 MCP when available: resolve-library-idquery-docs for library documentation.

How to use results: Feed research back into synthesis and strategy — inform the principles and architecture. Don't dump raw findings into reference files. Present key findings to user before proceeding.


Entry Point Detection

Detect what the user provided and route to the right workflow:

User InputRoute To
URL (http/https)workflows/from-source-material.md
File path to article/doc/transcriptworkflows/from-source-material.md
File path to SKILL.md or skill directoryworkflows/audit-existing-skill.md
"audit", "review", "evaluate" in argsworkflows/audit-existing-skill.md
"capture", "just did", "turn this process"workflows/from-recent-work.md
"add reference", "add workflow", "add script"workflows/add-component.md
Description of what they wantworkflows/from-description.md
No arguments / unclearAsk what they'd like to do

Detection Logic

  1. Check $ARGUMENTS for URLs → from-source-material
  2. Check $ARGUMENTS for file paths → read the file, determine if it's a skill (has YAML frontmatter with name/description) or source material
  3. Check $ARGUMENTS for keywords: "audit", "review", "evaluate", "improve" → audit-existing-skill
  4. Check $ARGUMENTS for keywords: "add reference", "add workflow", "add component" → add-component
  5. Check $ARGUMENTS for keywords: "capture", "just did", "turn this into" → from-recent-work
  6. If $ARGUMENTS contains a description → from-description
  7. If no arguments, ask:

If AskUserQuestion is available:

  • Turn source material into a skill — I have an article, talk, or framework
  • Capture recent work — I just did something and want to save the process
  • Describe what I want — I'll explain what the skill should do
  • Audit an existing skill — Evaluate a skill I have or found

Otherwise ask: "What would you like to do? (1) Turn source material into a skill, (2) Capture a recent process, (3) Describe what I want, (4) Audit an existing skill"

After selecting a workflow, read it and follow it exactly.


Reference Index

All supporting knowledge in references/:

FileContentsLoad When
official-spec.md2026 skill spec — frontmatter, features, formatBuilding or auditing skills
synthesis-patterns.mdHow to extract principles from source materialSource material or recent work entry points
architecture-decisions.mdSimple vs. router, when to use each file typeArchitecture proposal step (all workflows)
interactive-design-patterns.mdDiscovery, modes, wait gates, AskUserQuestionStrategy step and audit workflow
quality-checklist.mdValidation checklistValidate step (all workflows)
cross-agent-compatibility.mdCross-agent review guideCross-agent review step (all workflows)
independent-review-brief.mdPre-baked instructions for independent review sub-agentStep 9 (optional, all build workflows)

Workflow Index

WorkflowPurpose
from-source-material.mdArticle/talk/framework → skill (flagship workflow)
from-description.mdBlank slate → brainstorm → skill
from-recent-work.mdCapture AI process as reusable skill
audit-existing-skill.mdFull-framework audit with 6 evaluation lenses
add-component.mdAdd reference/workflow/script/template to existing skill

Templates

Ready-to-copy starting points in templates/:

TemplateUse When
simple-skill.mdSingle-workflow skills under 200 lines
router-skill.mdMulti-workflow skills with shared principles

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.69%
按下载量换算28

Claude

31.38%
按下载量换算23

Cursor

17.26%
按下载量换算13

Gemini CLI

8.48%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/kylezantos/skill-distillery --skill skill-distillery 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills