Add juvina-memory skill and plugin ?????? - #2972
Closed
1picassoai wants to merge 1 commit into
Closed
Conversation
Adds a skill for encoding team decisions and recalling project knowledge via the Juvina memory engine's juvina_recall and juvina_encode MCP tools, plus a plugin manifest declaring it under extensions.com.github.awesome-copilot. Generated README tables and marketplace.json updated via npm start. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
🔒 PR Risk Scan ResultsScanned 4 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
Contributor
|
Copilot has built-in memory so this isn't needed. |
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.
Persistent, team-shared memory for Copilot agents: encode decisions, recall project knowledge across repositories and sessions.
What it adds
skills/juvina-memory/- a skill teaching the agent when to call thejuvina_recallMCP tool (before answering questions about decisions, rationale, or work predating the session) and when to calljuvina_encode(after decisions, root-cause findings, new conventions), with query and hygiene guidance (no secrets/credentials/personal data in memory).plugins/juvina-memory/- plugin manifest and README declaring the skill underextensions.com.github.awesome-copilot.Requirements & disclosure: the skill requires the Juvina memory engine, which installs via the free Juvina Light VS Code extension (juvina.ai) and runs locally - memory is stored locally; model calls go to your own endpoint on your own key. Submitted by the maintainers of Juvina.
npm run skill:validate,npm run plugin:validate, andnpm startall pass; generated README tables and marketplace.json are included.