Books Find Incomplete Series

Find incomplete series in a Calibre library and identify the next book to read in each series. Use when asked which book series are incomplete.

stbenjam Updated

File contents

Find incomplete series

This is a supporting workflow used by books-library for Calibre series analysis. It finds series where at least one book is read but the series is not complete.

Run the helper

Run the bundled helper from this skill directory:

python3 __SKILL_DIR__/scripts/series.py

The helper will:

  1. Query your Calibre library for all books that are part of a series
  2. Exclude archived books
  3. Identify series where you've read at least one book but haven't finished the entire series
  4. Display the next unread book in each incomplete series

Report results

Do not replace the helper with a hand-written query. Report its output clearly and say when no incomplete series are found.

stbenjam/claude-nine/tree/main/plugins/books/skills/books-find-incomplete-series commit a33161a62e

Frequently asked questions

npx skillmds@latest add stbenjam/books-find-incomplete-series