You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Covington e50f895dc2 Remove redundant docx/pdf exports, add .gitignore 2 päivää sitten
books/example-atomic-habits Remove redundant docx/pdf exports, add .gitignore 2 päivää sitten
prompts Remove redundant docx/pdf exports, add .gitignore 2 päivää sitten
templates Remove redundant docx/pdf exports, add .gitignore 2 päivää sitten
.gitignore Remove redundant docx/pdf exports, add .gitignore 2 päivää sitten
AGENTS.md init 2 päivää sitten
CLAUDE.md init 2 päivää sitten
README.md init 2 päivää sitten

README.md

📚 Book Summarizer — Reading Retention System

A structured system for summarizing books chapter by chapter, powered by AI agents that act as expert summarizers and teachers.


How to Use

Step 1 — Start a New Book

Tell your AI agent:

new book: Atomic Habits by James Clear

The agent will set up a folder under books/ for you.

Step 2 — Share a Chapter

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.

Step 3 — Get Your Summary Package

The agent produces:

  • 📖 Narrative summary — 2–4 paragraphs of flowing prose
  • 🔑 Key points — 5–10 bullet-point takeaways
  • 💬 Memorable quotes — direct quotes from the author
  • 🔗 Connections — how this chapter links to earlier ones
  • Review questions — test your understanding
  • 🃏 Flashcards — spaced-repetition Q&A pairs

Step 4 — Review Anytime

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

Folder Structure

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
        ├── chapter-01-[slug].md
        ├── chapter-02-[slug].md
        └── ...

Tips for Best Results

  • Paste the full chapter text for the richest summary. If the chapter is long, the agent handles it.
  • React and comment — if something surprises you, say so. The agent will engage with your thoughts.
  • Review before reading the next chapter — glance at the flashcards and try the review questions.
  • Use story so far before each new session — it re-orients you to where the book's argument has reached.

Powered by TurnKey Linux.