book-to-skill
Turn books and documents into reusable AI agent skills
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install book-to-skill?โผ
Run `npx skills add virgiliojr94/book-to-skill --all -g -y` in your terminal to install it globally for your agent.
What does book-to-skill do?โผ
It converts a book or document folder into a structured skill with a chapter index, glossary, patterns, and cheatsheet that your AI agent loads on demand to answer from the real content.
Which file formats are supported?โผ
It supports PDF, EPUB, DOCX, HTML, Markdown, plain text, RTF, and MOBI/AZW via Calibre, with automatic extractor selection per format.
Does book-to-skill work with Claude Code and Copilot CLI?โผ
Yes. Generated skills follow the open SKILL.md standard and work in Claude Code, GitHub Copilot CLI, Amp, and Codex.
Why not just paste the PDF into the chat?โผ
Dumping a whole book into context wastes tokens and causes hallucination; book-to-skill structures it once so queries cost 24 to 51 times fewer tokens.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides