the-knowledge-guy: Skill for Claude Code

.claude/skills/book-to-skill/SKILL.md

book-to-skill is a skill for Claude Code from vitalysim/the-knowledge-guy. It costs 180 tokens per session (12,880 once invoked), scanned C, original, no licence file.

A workflow for converting a technical or non-fiction PDF or EPUB book into a structured skill for Claude Code, with a compact basic layer and deeper reference material.

In plain words
What is it for?
It helps extract named methods, anti-patterns, diagrams, and concepts from books, including scanned pages and embedded images, into a knowledge base.
Why use it?
It makes a book’s frameworks, techniques, warnings, figures, and relationships reusable by a coding assistant without loading the entire book every time.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter.

This is vitalysim/the-knowledge-guy's own configuration. It tells Claude Code how to work on the-knowledge-guy itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything the-knowledge-guy configures →

Reuse

Borrowing it

Nothing to install: this file belongs to vitalysim/the-knowledge-guy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/vitalysim/the-knowledge-guy/main/.claude/skills/book-to-skill/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/vitalysim/the-knowledge-guy

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for book-to-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/vitalysim/the-knowledge-guy/book-to-skill/github.svg)](https://agentmods.dev/skills/vitalysim/the-knowledge-guy/book-to-skill)
Your own site
<a href="https://agentmods.dev/skills/vitalysim/the-knowledge-guy/book-to-skill"><img src="https://agentmods.dev/badge/skills/vitalysim/the-knowledge-guy/book-to-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for book-to-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/vitalysim/the-knowledge-guy/book-to-skill"><img src="https://agentmods.dev/badge/skills/vitalysim/the-knowledge-guy/book-to-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 180 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12,880 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00180 $0.12880
Opus 5 $0.00090 $0.06440
Sonnet 5 $0.00036 $0.02576
Haiku 4.5 $0.00018 $0.01288

Measured 10d ago against content hash d911e3258311, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade C, and why

book-to-skill scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/backfill_book_numbers.py, scripts/detect_chapters.py, scripts/extract.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

-exec rm -rf {} \; 2>/dev/null || true
.claude/skills/book-to-skill/SKILL.md · 1,015 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 1,015 lines · 180 tokens per session scan C d911e3258311

Subscribe to this mod's changes

book-to-skill is a skill published in the GitHub repository vitalysim/the-knowledge-guy (22 stars, last pushed 2mo ago), with no licence file. It adds 180 tokens to every session and 12,880 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pptx-import

A method for adding an uploaded PowerPoint presentation to an existing classroom as extra pages while keeping the slides' original layout. PowerPoint is Microsoft's presentation file format.

THU-MAIC/OpenMAIC · 125 tokens

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

brief-compliance-check

Check a LaTeX coursework submission against the requirements in a supplied PDF assessment brief. Use when verifying format, required sections, word limits, or deliverables before submission. Not for general prose proofreading; use $proofread.

flonat/flonat-research · 50 tokens

textbook-to-md

Convert PDF/EPUB textbooks to searchable markdown files for an AI agent's own reference. Use this skill whenever: (1) the user asks to convert a textbook/PDF chapter to markdown, (2) you need to search textbook content and no markdown version exists yet, (3) batch-converting a set of reference books into a knowledge…

drpwchen/textbook-to-note · 90 tokens

scan-to-practice

A complete methodology for turning scanned or image-based learning materials into high-quality desktop, web, or mobile practice products. Covers visual transcription, data assembly, answer-key-driven controls and grading, product design, animation, validation, and long-term maintenance. Use when a user wants to…

parz0val0/scan-to-practice · 89 tokens

svg-press

Teaches agents how to hand-craft self-contained SVG diagrams that render correctly in browsers, tags, and Playwright PDF/PNG. Covers containment math, viewBox sizing, arrow construction, text hierarchy, KDCube brand color tokens, semantic zone fills, badges, the PNG inspection loop, writepng parameters, multi-diagram…

kdcube/kdcube · 87 tokens