Skip to content

gorodulin/lore-claude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lore-claude

Claude Code plugin for Lore — a fact injection system that attaches codebase conventions to files via patterns.

What it does

  • 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

Install

Two steps: add the marketplace, then install the plugin.

claude plugin marketplace add gorodulin/lore-claude
claude plugin install lore@gorodulin

Restart Claude Code (or run /reload-plugins) to activate.

Update

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 version

Restart to apply changes.

Uninstall

claude plugin uninstall lore@gorodulin

To also remove the marketplace:

claude plugin marketplace remove gorodulin

How it works

See Startup Flow for a diagram of the plugin initialization sequence.

Development

Test locally without installing:

claude --plugin-dir ./lore-claude

Releasing

See RELEASING.md for the release process.

About

Claude Code plugin for Lore project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages