# 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.

- Skill: `stbenjam/books-find-incomplete-series` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add stbenjam/books-find-incomplete-series`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stbenjam/books-find-incomplete-series/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: stbenjam (https://skillmd.com/u/stbenjam)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/stbenjam/books-find-incomplete-series

---


# 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:

```bash
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.

