Skip to content

Add juvina-memory skill and plugin ?????? - #2972

Closed
1picassoai wants to merge 1 commit into
github:mainfrom
1picassoai:add-juvina-memory
Closed

Add juvina-memory skill and plugin ??????#2972
1picassoai wants to merge 1 commit into
github:mainfrom
1picassoai:add-juvina-memory

Conversation

@1picassoai

Copy link
Copy Markdown

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 the juvina_recall MCP tool (before answering questions about decisions, rationale, or work predating the session) and when to call juvina_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 under extensions.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, and npm start all pass; generated README tables and marketplace.json are included.

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>
@github-actions github-actions Bot added new-submission PR adds at least one new contribution plugin PR touches plugins skills PR touches skills labels Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 4 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 0
ℹ️ Info 0

✅ No matching risk patterns were detected in changed files.

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

✅ All checks passed

Scope Checked
Skills 1
Agents 0
Total 1
Severity Count
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ ✅ juvina-memory (2/2 checks passed)
ℹ️ ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
ℹ️ ✓ spec-compliance: All spec checks passed.
ℹ️ ✓ [valid-refs] All file references across 1 skill(s) are valid.
ℹ️ ✓ valid-refs: All file references resolve to existing files within the skill directory.
ℹ️ 1 skill(s) linted, 1 passed
Full linter output
### Linting skills/juvina-memory
✅ juvina-memory (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

@aaronpowell

Copy link
Copy Markdown
Contributor

Copilot has built-in memory so this isn't needed.

@aaronpowell aaronpowell closed this Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-submission PR adds at least one new contribution plugin PR touches plugins skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants