Add Lore plugin to Plugins & Extensions#41
Open
yacb2 wants to merge 1 commit intojmanhype:mainfrom
Open
Conversation
Review Summary by QodoAdd Lore plugin to Plugins & Extensions documentation
WalkthroughsDescription• Adds Lore plugin entry to Plugins & Extensions table • Describes living knowledge graph for software projects • Includes features: typed graph, SQLite backend, skills Diagramflowchart LR
README["README.md<br/>Plugins table"]
LORE["Lore plugin entry<br/>yacb2/lore"]
README -- "adds new row" --> LORE
File Changes1. README.md
|
Code Review by Qodo
1. Status metrics inconsistent
|
| | [Claude Code Plugins](https://github.com/jeremylongshore/claude-code-plugins) | jeremylongshore | Instruction-template plugins and MCP plugin packs | | ||
| | [Multi-Agent Intelligence Marketplace](https://github.com/jmanhype/claude-code-plugins) | jmanhype | 19 plugins for trading, swarm intelligence, GitHub automation | | ||
| | [Docker Claude Plugins](https://github.com/docker/claude-plugins) | Docker | Exposes containerized MCP servers via Docker Desktop | | ||
| | [Lore](https://github.com/yacb2/lore) | yacb2 | Living knowledge graph for software projects — typed graph (modules, capabilities, flows, events, rules, decisions) backed by SQLite, with auto-invoked skills and slash commands. | |
There was a problem hiding this comment.
1. Status metrics inconsistent 🐞 Bug ≡ Correctness
Adding the new Lore plugin row makes the “Plugins listed” count and “Last updated” fields in the README Status table incorrect, so the repo’s summary metadata no longer matches the actual list contents.
Agent Prompt
### Issue description
The README Status table is now out of sync with the Plugins & Extensions list after adding the Lore entry.
### Issue Context
- The PR adds a new plugin row, bringing the total plugin entries to 5.
- The Status table still says `Plugins listed | 4` and the `Last updated` value remains unchanged.
### Fix Focus Areas
- README.md[7-13]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Lore, a living knowledge graph for software projects, to the Plugins & Extensions table.
What it does: Captures business logic (modules, capabilities, flows, events, rules, decisions) as a typed graph backed by SQLite. Auto-invoked skills and slash commands let coding agents query and maintain it across sessions.
Distribution: Claude Code plugin marketplace. License: MIT.
Following the table format and contributing guidelines (single suggestion, period at end of description).