|
|
1 päivä sitten | |
|---|---|---|
| books | 1 päivä sitten | |
| prompts | 1 päivä sitten | |
| templates | 1 päivä sitten | |
| .gitignore | 1 päivä sitten | |
| AGENTS.md | 1 päivä sitten | |
| CLAUDE.md | 1 päivä sitten | |
| README.md | 1 päivä sitten | |
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.