caelum29
01Plugin Claude Code
Plugin marketplace listing 1 plugin: calibre-mcp.
Plugin Claude Code
Plugin marketplace listing 1 plugin: calibre-mcp.
Plugin Claude Code
Calibre ebook library for Claude: the calibre-mcp server (search, semantic search, content extraction, metadata curation — 17 tools) plus companion skills (guided setup, usage guide, calibre-distill, calibre-distill-topic).
Instructions file
Instructions for caelum29/calibre-mcp, covering claude.md — calibre mcp server, macro goal, target environment (ground-truth, do not re-derive), hard constraints / gotchas (these killed earlier attempts) and engineering invariants (constrain every edit).
Skill Claude CodeCodex
Synthesize ONE topic across MULTIPLE Calibre books into a single, concept-keyed agent skill — original multi-source authorship (decision frameworks, cross-source config tables, an explicit where-authors-agree/disagree section), with a full ISBN bibliography that doubles as a live-source binding for later deep dives.…
Skill Claude CodeCodex
Turn ONE Calibre book into a reusable agent skill — frameworks, mental models, principles, techniques, anti-patterns, glossary, cheatsheet — by driving the calibre-mcp server (chapter map, keyword + semantic in-book search; no temp files, no Python). Use when the user wants to study a Calibre book through Claude Code…
Skill Claude CodeCodex
Install and verify the calibre-mcp server, end to end. Guides an agent from 'Calibre is installed' to a verified working MCP connection: preflight (Node, calibredb, Content Server — macOS/Windows/Linux commands), client-specific install (Claude Code plugin or claude mcp add, Claude Desktop .mcpb or JSON config, Cowork…
Skill Claude CodeCodex
Search, read, and curate your Calibre ebook library. The operating manual for the calibre-mcp server (19 tools) with the calibre CLI as escape hatch. Covers picking the right search (metadata query vs full-text vs semantic), reading book content, chapter maps and book figures, gated preview-first writes (metadata…
Skill Claude CodeCodex
Generate active-learning study notes (конспекти) from books in the Calibre library, for a HUMAN learner — not an agent skill. Produces a markdown note built for retention: questions-first sections, own-words concepts, reader-domain examples, self-test with source pointers, Anki export, spaced-review metadata. Also…
MCP server Claude CodeCodexCursor +2
Calibre ebook library server: search, read content, curate metadata, semantic search, gated writes. Runs locally from the calibre-mcp npm package. Needs 4 environment variables to run.
Agent Claude Code
Read-only codebase reconnaissance for this repo. Use to answer "where does X live / how is Y wired / which tools exist" without polluting the main session's context. Never edits.
Agent Claude Code
Fresh-context acceptance check of finished work against a written VALIDATION section (issue, milestone DoD, or blessed path). Use before a PR is marked ready, after each milestone step, and every 30 min of a long run. Never writes code.
Hook Claude Code
Runs when a session starts, executing session-context.sh. From caelum29/chrome-bookmarks-mcp.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, executing guard-paths.sh. From caelum29/chrome-bookmarks-mcp.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing typecheck-affected.sh. From caelum29/chrome-bookmarks-mcp.
Hook Claude Code
Runs when the agent finishes a response, executing verify-gate.sh. From caelum29/chrome-bookmarks-mcp.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, PreToolUse, PostToolUse, Stop) and 33 allowed tools.
MCP server Claude CodeCodexCursor
MCP server "chrome-bookmarks" as configured in caelum29/chrome-bookmarks-mcp. Runs packages/mcp-server/dist/run-stdio.js with node. Needs 2 environment variables to run.
Instructions file
Claude Code instructions for caelum29/chrome-bookmarks-mcp, covering claude.md — chrome-bookmarks-mcp, where things are (read on demand, don't preload), invariants (each one paid for — see the adr), how and commands.