skill-lab

Convert YouTube videos, web articles, PDFs, DOCX, and text into Claude Code skills.

1|Updated Jan 13, 2023
One-click install
npx skills add https://github.com/theodrosyimer/.dotfiles --skill skill-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lab
Source: https://github.com/theodrosyimer/.dotfiles/tree/main/claude/plugins/skill-lab/skills/skill-lab
Command: npx skills add https://github.com/theodrosyimer/.dotfiles --skill skill-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Users must manually transform various knowledge sources—such as YouTube videos, web articles, PDFs, or DOCX files—into Claude Code skills, a process that is error‑prone and time‑consuming.

Core Features & Use Cases

  • Knowledge extraction via /distill for any supported source.
  • Automated design using cc:architect to select the appropriate Claude primitive.
  • Schema validation with cc:primitives to ensure compliance.
  • Quality evaluation through the skill‑evaluator suite.
  • Iterative improvement allowing repeated evaluation and refinement.
  • Use case: Turn a YouTube tutorial into a reusable Claude skill that can be triggered automatically in downstream workflows.

Quick Start

Ask Skill Lab to create a new Claude skill from a YouTube video URL.

Frequently Asked Questions about skill-lab

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

FAQPage Schema
How do I turn a YouTube video into a Claude skill?

To turn a YouTube video into a Claude skill, provide the URL to the extraction pipeline. The system extracts the knowledge, designs the architecture, and validates the schema to generate a functional skill automatically.

Can I create Claude skills from PDF documents and web articles?

Yes, you can create Claude skills from PDF documents, web articles, DOCX files, and plain text. The pipeline extracts knowledge from these diverse sources to automate skill creation.

What is the process for converting knowledge sources into Claude skills?

Converting knowledge sources into Claude skills involves extracting the content, designing the architecture using Claude primitives, validating the schema, and evaluating the quality through an iterative refinement process.

Do I need specific tools to automate skill creation from text files?

Yes, automating skill creation requires integration with distill for extraction, cc:architect for design, cc:primitives for schema validation, and skill-evaluator for quality evaluation.

How does iterative improvement work for generated Claude skills?

Iterative improvement for generated Claude skills works by repeatedly running the generated skill through the skill-evaluator suite to assess quality, allowing you to refine and validate the skill until it meets your requirements.