book-progress - Add automatic reading progress tracking to BookBank books
Automatically tracks BookBank reading progress in localStorage, marks completed chapters, and adds a resume link without UI distraction.
Tags
Updated: 2026-09-17Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Vendor progress runtime script
- Track reading progress automatically
- Mark finished chapters as read
- Add resume reading deep-link
- Render quiet TOC read-marks
Inputs
- Book directory path
- Book identifier
- HTML page files
- book.css style file
Outputs
- assets/book-progress.js script file
- HTML files with progress elements
- book.css with progress styles
- localStorage reading progress record
Requirements
- BookBank book structure
- Browser localStorage support
- JavaScript runtime support
