← Discover
Discover · GitHub · Book to Skill↑ +423 today

Turn technical books into AI talent

The book-to-skill project converts portable document formats (PDF) of technical books into usable skill packs (skills) for Claude Code. This tool enables technical resources to be directly referenced and applied in work processes.

Updates

  • September 14, 2026: Stars 29,048 → 30,556, latest release v1.4.0 (August 10, 2026).
  • September 8, 2026: Stars 27,536 → 29,048, latest release v1.4.0 (August 10, 2026).
  • August 31, 2026: Stars 26,044 → 27,536, latest release v1.4.0 (August 10, 2026).
  • August 27, 2026: Stars 24,231 → 26,044, latest release v1.4.0 (August 10, 2026).

What you get

  • Transfers books and documents directly into your AI agent's working memory.
  • It prevents unnecessary token consumption by dividing large files into sections.
  • It converts many formats such as PDF, EPUB and Markdown into a structured suite of capabilities.

Installation

Setting up and checking the tool
pip install "book-to-skill[pdf,epub,docx]"   # engine + optional extractors
book-to-skill ~/path/to/book.pdf --mode text  # or: python -m book_to_skill ...
book-to-skill --check                          # report which extractors are installed

Running it

Convert a document to a capability package
/book-to-skill <path-to-document-folder-or-glob>... [skill-name-slug]

If you don't write code

🤖 Paste this into your AI agent (Claude Code · Codex · Antigravity)

I use this technical resource as a skillset package. Please stick to only the converted sections and structured files when analyzing the content. When I ask a question, answer with reference to the relevant section and use only the technical information in the document, avoiding hallucination.

Related dictionary terms

Who it is forIt is for developers and researchers who want to quickly query technical books, documentation or research notes through artificial intelligence agents.
LicenseMIT

Links

TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-07-29: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.