Claude Code Plugin
Your books, as agent skills
Turn any book into structured knowledge your AI assistant can use, whenever you need it.
Chapter I
You read a great technical book. Two weeks later, you remember the gist but none of the specifics. When you need it most, debugging a system, choosing an architecture, writing a feature, the knowledge is gone. Your AI agent has never read it at all.
Chapter II
Content-to-Skill doesn't summarize. It distills. The result is a personal skill your agent can load on demand: a 30-second overview, a situational index for the right concept at the right time, and deep reference dives when you need the full picture.
Chapter III
Pages
~400
Time
~42 minutes
Cost
~$25 (Opus)
Output
A complete knowledge base from a single book
Cost scales roughly with page count. Shorter books cost proportionally less. Using Sonnet instead of Opus reduces cost by approximately 80%.
Chapter IV
Here's what the plugin produced from The Software Engineer's Guidebook, a real 400-page book, processed in 42 minutes.
30-Second Overview
## Level 1: 30-Second Reference ### The Core Framework - Engineering careers reward intentional growth across technical, organizational, and business dimensions - At every level, "getting things done", consistently shipping impactful work, is the universal currency - The ratio of technical-to-organizational work shifts as you advance: juniors ship tasks, seniors ship independently, staff+ ensure organizations ship - Career ownership is non-negotiable: maintain work logs, pace yourself, and make contributions visible ### Quick Lookup | Situation | Do This | |-----------------------|----------------------------| | Preparing for promo | Produce → Organize → Pub | | Feeling burned out | Switch to Coasting mode | | Starting new company | Cost center or profit? | | Architecture decision | One-way or two-way door? | | Shipping to prod | Staged rollouts + flags |
Situational Index
## Level 2: Situational Index ### "I need to..." | Goal | Reference | |---------------------------------|---------------------------| | Understand the career arc | core-framework.md | | Ship more effectively | getting-things-done.md | | Write better, readable code | coding-and-quality.md | | Design a testing strategy | testing-strategies.md | | Make architecture decisions | software-architecture.md | | Lead a project as tech lead | tech-lead-project-mgmt.md | | Build reliable systems | reliability-operations.md |
Chapter V
A multi-pass extraction pipeline adapts to each book's genre, cross-references every chapter, and produces 8-15 structured reference files.
You choose citation style and genre. Extraction adapts to the book's form
Splits your PDF or EPUB into sections sized for processing
Multiple AI readers work through sections simultaneously, pulling out key ideas, frameworks, and examples
A dedicated pass reads every extraction and builds a unified knowledge map, terminology index, and chapter spine
Each chunk is re-evaluated against the whole book. Surface observations are cut, causal chains deepened
A complete knowledge base with layered detail: 30-second overview, situational index, deep concept dives
Fetches real cover art from Goodreads and Open Library, or generates one
Adds to your personal library. Browse with /library, load on demand with /library <name>
Chapter VI
Content-to-Skill runs inside Claude Code, Anthropic's AI coding assistant. If you already have it installed, you're two commands away.
Prerequisites
Install
Add plugin
/plugin marketplace add chrislacey89/content-to-skill Install
/plugin install content-to-skill@chrislacey89-content-to-skill Quick Start
Convert a book
/content-to-skill path/to/book.pdf --name my-book Browse your library
/library Load a skill
/library my-book