From bookworm
Search the Bookworm ebook library for relevant passages and guidance. Use when you need to look up best practices, patterns, or reference material from indexed technical books.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bookworm:bwThis 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 performing a search of the user's personal ebook library using the Bookworm MCP tools.
You are performing a search of the user's personal ebook library using the Bookworm MCP tools.
The user's search query: $ARGUMENTS
Search the library using mcp__bookworm__search_library with the user's query. Use top_k: 8 for broader coverage.
Group and present results by book. For each book that appears in results:
Auto-drill into the best match: If the top result has a relevance score >= 0.6, automatically call mcp__bookworm__get_chapter to retrieve the full section for deeper context. Summarize the key insights from that chapter.
Offer next steps: After presenting results, suggest:
mcp__bookworm__list_sections if a specific book looks promising)Present results in a scannable format:
### [Book Title] by [Author]
**[Section Name]** (score: 0.XX)
> Key excerpt from the passage...
**[Section Name]** (score: 0.XX)
> Key excerpt from the passage...
If no results are found, run mcp__bookworm__list_books to show what's available and suggest alternative queries.
book_filter to scope the searchCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mthomps4/bookworm --plugin bookworm