Fetching from the wire…
Public story · 2026-07-31 · high
book-to-skill claims 24 to 51 times fewer tokens than pasting the whole book into context, for about a dollar a book.
Why now: Four repos built on the same pitch, pre-compile once and pay retrieval costs later, are climbing GitHub's trending list together, gaining between 363 and 660 stars a day apiece.
book-to-skill compiles a PDF into a roughly 4,000-token skill file that an AI agent loads instead of the source document. The project's benchmarks claim 24 to 51 times fewer tokens than pasting the whole book into context, which can run 119,000 to 256,000 tokens. For an agent that needs deep knowledge of one dense document, that's the difference between burning most of a context window on background reading. Instead, it runs a handful of on-demand lookups. The repo has climbed to 14,194 GitHub stars, up 595 in a day.
The split works by keeping a compact index resident and loading roughly 1,000-token per-chapter files only when the agent needs that chapter. Conversion runs through Docling, which parses technical PDFs at about 1.5 seconds a page, for a total cost near a dollar per book.
cangjie-skill applies the same idea to long videos and podcasts, not just books, and sits at 5,797 stars after gaining 363 in a day. reverse-skill has 10,379 stars, up 612. last30days-skill is the biggest of the four at 56,055 stars, up 660. All four compile knowledge once, offline, and spend tokens only on the piece a query actually needs.
None of the four repos say what happens when the source document changes after the skill gets compiled. For a book, that's rarely an issue. For anything that updates, that gap matters.
Each link below shares sources, entities, or timing with this story.
addyosmani/agent-skills is at 85,483 (+659 today, 9,194 forks), targeting Claude Code, Codex, Cursor, and Antigravity from one repo. vercel-labs/skills is at 28,546 distributing via npx skills. google/skills is at 17,512. Three distribution channels for the same primitive, thr...
virgiliojr94/book-to-skill leads GitHub weekly Python trending for 16,749 total (1,781 forks, MIT, created May 1). It converts a technical book PDF into a Claude Code skill directory agents reference while working. Nobody in the repo addresses the copyright surface of bulk-con...
I've written a lot of SKILL.md files. So has everyone reading this. The entire skills ecosystem is built on one assumption nobody measured: that when you write a procedure into a markdown file and load it into context, the model performs the procedure. It doesn't. It performs...
That's an 8x reduction from a single architectural change: don't inline the reference docs, load them when needed. If you write skills, this is the pattern. Check what your SKILL.md costs on load versus what it costs when actually used. (Claude Code changelog)
ComposioHQ's awesome-claude-skills sits around 60,000 stars and now curates 1,000+ production-ready Skills, reusable SKILL.md instruction packages with YAML frontmatter, that run beyond Claude across Codex, Cursor, Gemini CLI, and Antigravity. Skills hardened into a portable,...
warpdotdev/common-skills is a public MIT repo of reusable Agent Skills under .agents/skills/<name>/SKILL.md, pushed this morning and on GitHub's Python trending board at +69 stars on a base of 377. The stated boundary is that a skill belongs there only if the workflow is usefu...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.