| name | books-find-incomplete-series |
| description | 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. |
| user-invocable | false |
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:
- Query your Calibre library for all books that are part of a series
- Exclude archived books
- Identify series where you've read at least one book but haven't finished the entire series
- 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.