skill-distiller

Evaluates whether plan or conversation material warrants reuse as a new or existing SKILL.md.

Updated May 12, 2026
One-click install
npx skills add https://github.com/RorySullivan1/claudeBrain --skill skill-distiller-rorysullivan1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-distiller
Source: https://github.com/RorySullivan1/claudeBrain/tree/main/example-project/.claude/skills/skill-distiller
Command: npx skills add https://github.com/RorySullivan1/claudeBrain --skill skill-distiller-rorysullivan1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the decision of whether recently generated material should be saved as a new skill, balancing the desire to capture reusable workflows with the risk of proliferation.

Core Features & Use Cases

  • Gate and evaluate candidate material for recurrence, non-obviousness, and generality.
  • Suggest folding into existing skills when overlap is high.
  • Queue promising candidates for later authoring via the add-skill workflow.

Quick Start

Flag potential material from a plan, assess its significance, and decide whether to create a new skill or fold it into an existing one.

Frequently Asked Questions about skill-distiller

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decide if workflow outcomes should become reusable skills?

To decide if workflow outcomes should become reusable skills, evaluate the material for recurrence, non-obviousness, and generality. This process gates candidate workflows, preventing skill proliferation while capturing genuinely valuable automation logic.

What is the best way to organize knowledge management outputs from planning sessions?

Organizing knowledge management outputs from planning sessions involves flagging potential material, assessing its significance, and checking for redundancy. You then either refine it into a new SKILL.md file or fold it into an existing skill to maintain a clean library.

Can I fold new automation logic into an existing skill to avoid duplication?

Yes, you can fold new automation logic into an existing skill to avoid duplication. The workflow checks candidate material against your current skill library, suggesting consolidation when overlap is high rather than authoring a redundant SKILL.md file.

How do I assess non-obviousness and generality when creating skills from conversations?

Assessing non-obviousness and generality when creating skills from conversations involves a five-step workflow: flag the candidate material, evaluate its significance and recurrence, check redundancy against existing skills, refine the logic, and emit the final decision.

When should I avoid creating a new skill from plan reflections?

You should avoid creating a new skill from plan reflections when the material lacks recurrence or generality, or when existing skills already cover the workflow. Queuing promising but premature candidates for later authoring prevents unnecessary skill proliferation.