git404hub

what is skill-factory fr?

mldogs/skill-factory — explained in plain English

Analysis updated 2026-05-18

39PythonAudience · developerComplexity · 2/5LicenseSetup · moderate

tl;dr

A collection of installable Claude Code skills that turn a book or YouTube video into a self-contained, bilingual HTML study guide with diagrams, quotes, and quiz questions.

vibe map

mindmap
  root((skill-factory))
    What it does
      Installable Claude Code skills
      Builds study pages from sources
      Bilingual RU/EN output
    Skills included
      book-deepdive
      podcast-deepdive
    Tech stack
      Python
      JSON Schema
      uv
      yt-dlp
    Use cases
      Book study guides
      YouTube talk breakdowns
      Glossary generation
    Audience
      Claude Code users
      Learners
      Content researchers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Turn a book title into an interactive study guide with diagrams and a glossary.

VIBE 2

Convert a YouTube talk or podcast into a searchable breakdown with timestamped chapters.

VIBE 3

Install pre-built Claude Code skills instead of writing your own from scratch.

what's the stack?

PythonClaude CodeJSON Schemauvyt-dlp

how it stacks up fr

mldogs/skill-factoryaa2448208027-code/localaihotswapamapvoice/pilottts
Stars393939
LanguagePythonPythonPython
Setup difficultymoderatemoderatehard
Complexity2/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Needs Claude Code with the Workflow feature plus the uv tool, illustrations require an OpenRouter API key.

Free to use, modify, and distribute for any purpose, including commercial, as long as you keep the copyright notice.

in plain english

Skill Factory is a growing collection of skills for Claude Code, the AI coding assistant. Each skill lives in its own folder containing a SKILL.md file plus supporting scripts, and you install one by copying its folder into a .claude/skills directory. Once installed, you can call a skill with a slash command like /book-deepdive, or just describe what you want in plain language. The repository is organized into categories, and so far it has one: learning, which turns source content into interactive study material. Two skills live here. book-deepdive takes the title and author of a book and produces a folder with a breakdown of the book by parts and topics, including concepts illustrated with inline diagrams, a handful of generated pictures, a searchable glossary, and self-check questions. podcast-deepdive does the same for a YouTube video: give it a link and it produces a breakdown of the conversation, including who is speaking, chapters linked to the exact point in the video, quotes checked against the transcript, notes on where speakers disagreed, a glossary, and questions. Every output page is bilingual, with Russian text and English technical terms and a switch between the two, and each page is a single self-contained HTML file that works without a web server. Both skills work the same way under the hood: several AI agents work in parallel to analyze the source material and check each other's facts, and the results are saved into one JSON file per project. A separate, non-AI Python script then reads that JSON file and builds the final HTML page, so the page can be regenerated at any time without redoing the analysis. To use it, you clone the repository and copy the skill folders you want into your project's .claude/skills directory, or into your home folder to make them available everywhere. Running the tool requires Claude Code with its Workflow feature, the uv Python tool for running schema validators, and, for the podcast skill, yt-dlp to fetch video subtitles. Generating illustrations is optional and needs an OpenRouter API key, without one, the pages are still built, just without the pictures. The project is released under the MIT license.

prompts (copy fr)

prompt 1
Copy the book-deepdive skill from mldogs/skill-factory into my Claude Code project and set it up.
prompt 2
Use skill-factory's podcast-deepdive skill to summarize this YouTube video: <link>
prompt 3
Explain how skill-factory's book-deepdive skill turns a book into an HTML study page.
prompt 4
Help me install skill-factory skills into my global ~/.claude/skills folder.

Frequently asked questions

what is skill-factory fr?

A collection of installable Claude Code skills that turn a book or YouTube video into a self-contained, bilingual HTML study guide with diagrams, quotes, and quiz questions.

What language is skill-factory written in?

Mainly Python. The stack also includes Python, Claude Code, JSON Schema.

What license does skill-factory use?

Free to use, modify, and distribute for any purpose, including commercial, as long as you keep the copyright notice.

How hard is skill-factory to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is skill-factory for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.