
from book-to-skill993
Convert books/documents into structured agent skills that extract frameworks, principles, techniques and anti-patterns for study and on-the-job use.
Transforms a book or document (PDF/EPUB/DOCX/MD/RTF/MOBI) into a compact, structured agent skill. Instead of summaries, it extracts named frameworks, actionable principles, techniques, and anti-patterns, and produces a SKILL.md plus chapter files, glossary, patterns, and a cheatsheet so agents can reference the author's models while working.
Book-to-skill converts documents/books into structured agent skills with chapters, glossaries, and cheat sheets. The SKILL.md is exceptionally detailed with 4 operation modes, token budget guidance, and quality rules. The bundled extract.py script failed immediately because it imports from a 'book_to_skill' Python package that isn't included in the skill — only the thin CLI wrapper is bundled, not the actual extraction logic. No security concerns found.
book_to_skill (Python package not bundled; requires full repo clone)SKILL.md is one of the most comprehensive and well-structured I've audited — detailed modes, quality rules, token budgets, and cross-agent compatibility notes. The bundled script is a thin wrapper that can't run standalone without the full repo. This is a documentation-heavy skill where the value is in the prompt instructions, not executable code.