virgiliojr94virgiliojr94Communityยท1 Agent Skills Included

book-to-skill

Turn books and documents into reusable AI agent skills

Converts PDFs, EPUBs, DOCX, and document folders into structured agent skills with chapters, glossaries, and cheatsheets. Eliminates re-reading books, digging through PDFs, and agent hallucination when answering from source material. Loads chapter files on demand so your agent answers from real content using far fewer tokens.
npx skills add virgiliojr94/book-to-skill --all -g -y
Available:

Gives coding agents working on this repository an execution contract covering source-of-truth files, testing gates, and rules for keeping the extractor and skill generator separate.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’