feat: add direct Claude Code memory skills#307
Open
DarKWinGTM wants to merge 7 commits intozilliztech:mainfrom
Open
feat: add direct Claude Code memory skills#307DarKWinGTM wants to merge 7 commits intozilliztech:mainfrom
DarKWinGTM wants to merge 7 commits intozilliztech:mainfrom
Conversation
Clarify that session-recall stays memsearch-first even for bare session IDs, tighten fallback wording, and document the legacy standalone-skill migration path so duplicate Claude commands are easier to resolve. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove local development migration notes about duplicate session-recall commands from the upstream-facing docs so the public surfaces stay aligned to clean plugin-install behavior. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Clarify that memory-search stays memsearch-first but may use bounded direct memory-file scanning when the indexed path is unavailable or clearly insufficient, and sync the related docs and tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Let the Claude Code memsearch skills use a broader search/read tool pool while keeping memsearch search as the preferred first path and preserving bounded fallback behavior. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
memory-search,memory-expand,session-recall,memory-stats, andconfig-checkmemory-routerorchestration/front-door skill so Claude can choose the correct memsearch retrieval path before broader fallback behaviorsession-recallso bare session-id lookups still start with memsearch search/expand before bounded fallbackmemsearch searchas the preferred first path and keeping fallback behavior boundedmemory-recall, andmemory-routerfit together in the Claude Code plugin docsUpdated files
.claude-plugin/marketplace.jsondocs/platforms/claude-code/how-it-works.mddocs/platforms/claude-code/index.mddocs/platforms/claude-code/installation.mddocs/platforms/claude-code/memory-recall.mddocs/platforms/claude-code/memory-tools.mdmkdocs.ymlplugins/claude-code/README.mdplugins/claude-code/skills/config-check/SKILL.mdplugins/claude-code/skills/memory-expand/SKILL.mdplugins/claude-code/skills/memory-router/SKILL.mdplugins/claude-code/skills/memory-search/SKILL.mdplugins/claude-code/skills/memory-stats/SKILL.mdplugins/claude-code/skills/session-recall/SKILL.mdtests/test_claude_code_skills.pyuv.lockTest plan
uv run python -m pytest tests/test_claude_code_skills.pyuv run python -m pytest tests/test_cli_help.py tests/test_transcript.py