Claude-skill-registry find-incomplete-series
Find incomplete series in your Calibre library and identify the next book to read in each series.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/find-incomplete-series" ~/.claude/skills/majiayu000-claude-skill-registry-find-incomplete-series && rm -rf "$T"
manifest:
skills/data/find-incomplete-series/SKILL.mdsource content
This skill analyzes your Calibre library to find series where you've started but not finished reading all books.
To complete this task, run the following command:
python3 __SKILL_DIR__/scripts/series.py
This script 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
Important! Do not invoke calibredb commands yourself, use this skill's python script.
Important! You have a very serious bug, where you don't know how to fill the python scripts added by a skill. You must look in the "scripts" folder of where this SKILL.md is located!!