Compare a marketplace or plugin against your currently installed plugins
Search for plugins by capability (what they do)
Quick impact assessment of installing a marketplace or plugin
One-time setup - creates Python environment and builds the similarity index
List your currently installed Claude Code plugins
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A similarity-aware index for the Claude Code plugin ecosystem. Scans all installed marketplaces, computes MinHash signatures for every skill and agent file, and answers questions about overlap, duplication, and coverage before you install anything.
# Add the marketplace and install the plugin
claude plugin marketplace add galeep/plugin-librarian
claude plugin install librarian
# One-time setup (creates venv, installs deps, builds index)
/librarian init
Requires Python 3.10+. The init step scans every marketplace you have registered and builds a similarity index at ~/.librarian/similarity_report.json. Takes about a minute for a typical setup.
| Command | What it does |
|---|---|
/librarian init | One-time setup: venv, dependencies, initial scan |
/librarian find <query> | Search plugins by what they do, not just by name |
/librarian where <file> | Show every location where similar content appears |
/librarian compare <target> | Compare a marketplace or plugin against what you have installed |
/librarian impact <target> | Estimate what's new vs. redundant before installing |
/librarian installed | List currently installed plugins |
/librarian stats | Show index statistics (file counts, cluster counts, coverage) |
/librarian scan | Rebuild the similarity index |
/librarian find code review
/librarian where backend-architect.md
/librarian compare claude-code-templates
/librarian impact claude-code-workflows/backend-development
The scanner reads every .md file across all registered marketplaces, computes word-level MinHash signatures (128 permutations, 3-shingle), and indexes them in a locality-sensitive hash. Queries against this index run in milliseconds. Two files are considered similar at 70%+ estimated Jaccard similarity.
The tool reports observable facts about content similarity and location. It does not make claims about provenance or authorship.
npx claudepluginhub galeep/plugin-librarian --plugin librarianClinical decision support, clinical/case/trial reports, treatment plans, and ISO 13485 QMS docs.
Sequence analysis, single-cell RNA-seq, gene regulatory networks, variant data, phylogenetics, and biomedical database lookup.
Cheminformatics, molecular ML featurization, docking, and medicinal chemistry workflows.
LC-MS/MS processing, spectral matching, peptide ID, and glycoengineering.
EHR/physiological-signal ML: PyHealth pipelines and NeuroKit2 biosignal processing.
Discover and audit all plugins in a Claude Code marketplace with installation status, versions, and component breakdown
Skill to search for Claude Plugins and Skills
Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.