A structured system for summarizing books chapter by chapter, powered by AI agents that act as expert summarizers and teachers.
Tell your AI agent:
new book: Atomic Habits by James Clear
The agent will set up a folder under books/ for you. If you provide a PDF, EPUB, TXT, or Markdown file, the original file is moved into that book's folder so the source stays with its notes.
Paste the chapter text, or upload a PDF/EPUB/text file and tell the agent which chapter to process:
chapter 1: [paste text here]
or simply upload the file and say process chapter 3.
The agent produces:
| Command | Result |
|---|---|
story so far |
See your growing master summary |
quiz me on chapter 3 |
Interactive quiz on a chapter |
flashcards for chapter 2 |
Drill your flashcards |
connections |
Themes across all chapters |
book-summarizer/
โโโ CLAUDE.md # Agent instructions (do not delete)
โโโ README.md # This file
โโโ templates/
โ โโโ chapter-summary.md # Template for chapter files
โ โโโ master-summary.md # Template for the master summary
โ โโโ flashcards.md # Standalone flashcard template
โโโ prompts/
โ โโโ start-new-book.md # Prompt to kick off a new book
โ โโโ process-chapter.md # Prompt to process a chapter
โ โโโ review-session.md # Prompt for review/quiz sessions
โโโ books/
โโโ [book-title-slug]/
โโโ 00-book-overview.md
โโโ master-summary.md
โโโ [original-book-file].pdf
โโโ chapter-01-[slug].md
โโโ chapter-02-[slug].md
โโโ ...
story so far before each new session โ it re-orients you to where the book's argument has reached.Powered by TurnKey Linux.