JayPing23

Book Resume — Productivity skill for Claude Code

Productivity community

Pick up a project after time away — reads the session log and current state, and tells you exactly where you left off and what's next.

How to install Book Resume

Installs to ~/.claude/skills/jayping23-book-forge-book-resume/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jayping23-book-forge-book-resume && curl -fsSL https://raw.githubusercontent.com/JayPing23/book-forge/HEAD/commands/book-resume.md -o ~/.claude/skills/jayping23-book-forge-book-resume/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Book Resume does


description: Pick up a project after time away — reads the session log and current state, and tells you exactly where you left off and what's next argument-hint:

book-resume

A long web novel takes weeks or months of real time across many separate sessions. `.project-memory/chapter-state/.json` makes a single *chapter* resumable; this command makes the *project* resumable — what was decided, what's unresolved, and what to do next, without re-reading chapters to reco

Alternatives in Productivity

  • Chief — CLI that wraps Claude Code in a loop 396 ★
  • Session Log — Log and track development sessions 289 ★
  • Cezar — Cezar is a parallel coding agents orchestrator 174 ★

Full documentation available on GitHub

View Source Repository