book-to-skill: Turn a Technical Book Into a Claude Code Skill, Not a Summary Book-to-skill, an MIT-licensed tool with 15,259 GitHub stars, converts technical books, document folders, or paper stacks into structured Agent Skills (SKILL.md plus per-chapter files) for Claude Code, GitHub Copilot CLI, or Amp, loading only the needed chapter on demand. The tool, updated August 3, 2026, generates files including SKILL.md (~4,000 tokens), per-chapter files (~1,000 tokens each), glossary.md (~1,500 tokens), patterns.md (~2,000 tokens), and cheatsheet.md (~1,000 tokens), supporting formats such as PDF, EPUB, DOCX, and Markdown. book-to-skill: Turn a Technical Book Into a Claude Code Skill, Not a Summary book-to-skill is an MIT-licensed tool that distills a technical book, doc folder, or paper stack into a structured Agent Skill SKILL.md plus per-chapter files for Claude Code, GitHub Copilot CLI, or Amp — loading only the chapter you need instead of dumping the whole book into context. - ⭐ 15259 - Python - MIT - Updated 2026-08-03 Claude Code Skill Authoring Guide https://dibi8.com/resources/llm-frameworks/claude-code-skill-authoring-guide-2026/ • k-skill: 100+ Skills That Turn Any AI Agent Into a Korea Local https://dibi8.com/resources/ai-tools/k-skill-korea-agent-skills-2026/ Project logo — from github.com/virgiliojr94/book-to-skill What Is book-to-skill? what-is-book-to-skill book-to-skill turns a technical book, document folder, or paper stack into a unified Agent Skill — ready to study, reference, and use while you work in GitHub Copilot CLI, Amp, or Claude Code . The core idea, in the project’s own words: “You buy a great technical book. You read it once. Three months later you can’t remember chapter 7 existed.” Instead of hoping the agent has hallucination-free knowledge of the book, or re-searching a PDF every time, book-to-skill pre-extracts the book’s structure once and lets the agent load exactly the chapter it needs, on demand. 🔗 GitHub : https://github.com/virgiliojr94/book-to-skill https://github.com/virgiliojr94/book-to-skill MIT licensed, at 15,200+ GitHub stars , with a commit from July 31, 2026 , built on the open Agent Skills https://github.com/agentskills/agentskills standard that Copilot CLI, Amp, and Claude Code all share SKILL.md format — so a skill generated once works across any of those three hosts. How It Works: 3 Steps how-it-works-3-steps Point it at a file, folder, or glob — /book-to-skill ./my-book.pdf It distills the book into a skill — mental models, decision rules, anti-patterns, and per-chapter files. Structure, not a summary. Your agent loads it on demand — ask /my-book replication and it reads the right chapter and answers from the real content. What Gets Generated what-gets-generated Running /book-to-skill your-book.pdf creates a full skill in your agent’s skills directory ~/.claude/skills/