source-to-skill

Distill mixed source material into a skill candidate packet with task_signature, taste_rubric, and operator_rules.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Ocean326/Agents --skill source-to-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-to-skill
Source: https://github.com/Ocean326/Agents/tree/main/skills/global/source-to-skill
Command: npx skills add https://github.com/Ocean326/Agents --skill source-to-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Distill source material into a structured, reusable skill candidate that can be handed to a skill-creator, capturing the core method, evaluation criteria, and routing decisions.

Core Features & Use Cases

  • Distills diverse sources (person, book, theory, blog) into a concrete skill_candidate_packet with durable units like task_signature, taste_rubric, and operator_rules.
  • Classifies input bundles and decides whether to extend an existing skill, create a new one, route to an adjacent skill, or keep as reference-only.
  • Provides a standardized output schema and references guidelines to ensure traceability and reusability.

Quick Start

Provide the source material (URL, text, or notes) and I will distill it into a skill candidate packet.

Frequently Asked Questions about source-to-skill

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

FAQPage Schema
How do I turn source material into a reusable skill packet?

To turn source material into a reusable skill packet, provide your text or notes to distill core methods into durable units like task_signature, taste_rubric, and operator_rules for handoff.

What is the best way to distill methods from a book or blog into reusable rules?

Distilling methods from a book or blog into reusable rules involves extracting evaluation criteria and routing decisions to form a structured skill candidate packet for traceable reuse.

Can I use mixed sources like personal notes and theory documents to create a skill candidate?

Yes, you can use mixed sources like personal notes and theory documents. The process classifies input bundles to decide whether to create a new skill or keep it as reference-only.

Does the skill packet output enforce a standardized schema for handoff?

Yes, the skill packet output enforces a standardized schema and references guidelines to ensure the structured candidate is traceable and ready for a skill-creator.

When should I not create a new skill from my source material?

You should not create a new skill when the input bundle classification determines the material should instead extend an existing skill, route to an adjacent one, or remain reference-only.

Why does my source material need to be classified before creating a skill packet?

Source material needs classification to evaluate routing decisions, ensuring the extracted methods and operator_rules are accurately matched to either a new candidate or an existing reference.