Turn a book title into an interactive study guide with diagrams and a glossary.
Convert a YouTube talk or podcast into a searchable breakdown with timestamped chapters.
Install pre-built Claude Code skills instead of writing your own from scratch.
| mldogs/skill-factory | aa2448208027-code/localaihotswap | amapvoice/pilottts | |
|---|---|---|---|
| Stars | 39 | 39 | 39 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs Claude Code with the Workflow feature plus the uv tool, illustrations require an OpenRouter API key.
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.
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.
Mainly Python. The stack also includes Python, Claude Code, JSON Schema.
Free to use, modify, and distribute for any purpose, including commercial, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.