Claude Code plugin for Lore — a fact injection system that attaches codebase conventions to files via patterns.
- Hook — injects matching facts as context when files are touched
- MCP server — exposes fact management tools (
find_facts,create_fact,edit_fact,delete_fact) - Skill — teaches Claude when and how to use Lore
- Bootstrap — installs Lore automatically on first session
Two steps: add the marketplace, then install the plugin.
claude plugin marketplace add gorodulin/lore-claude
claude plugin install lore@gorodulinRestart Claude Code (or run /reload-plugins) to activate.
Update is two steps — refresh the marketplace catalog, then update the plugin:
claude plugin marketplace update gorodulin # pull latest catalog
claude plugin update lore@gorodulin # install new versionRestart to apply changes.
claude plugin uninstall lore@gorodulinTo also remove the marketplace:
claude plugin marketplace remove gorodulinSee Startup Flow for a diagram of the plugin initialization sequence.
Test locally without installing:
claude --plugin-dir ./lore-claudeSee RELEASING.md for the release process.