From bookworm
Browse and read a specific book from the Bookworm library. Shows table of contents and lets you navigate chapters.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bookworm:bw-readThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping the user browse and read a book from their Bookworm library.
You are helping the user browse and read a book from their Bookworm library.
The book title (or partial match): $ARGUMENTS
mcp__bookworm__list_books to get all available books.mcp__bookworm__list_sections with the exact book title.## [Book Title] by [Author]
1. [Section Name] (X chunks, p.XX)
2. [Section Name] (X chunks, p.XX)
3. ...
When the user picks a section:
mcp__bookworm__get_chapter to retrieve the full content.mcp__bookworm__list_sections to get all sections.mcp__bookworm__search_library with book_filter to get representative passages.npx claudepluginhub mthomps4/bookworm --plugin bookwormCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.