Skip to content

feat: add memory-management skill#7

Draft
thomas-chen-glean wants to merge 1 commit into
mainfrom
add-memory-management-skill
Draft

feat: add memory-management skill#7
thomas-chen-glean wants to merge 1 commit into
mainfrom
add-memory-management-skill

Conversation

@thomas-chen-glean
Copy link
Copy Markdown

@thomas-chen-glean thomas-chen-glean commented May 14, 2026

Summary

  • Adds the memory-management skill from askscio/skills, adapted for the cursor-plugins frontmatter convention
  • Provides playbooks for session continuity, style adaptation, and broad context retrieval using memory_schema and read_memory MCP tools
  • Updates the Glean plugin README with the new skill entry

Compatibility with incoming MCP memory changes

Reviewed against three in-flight PRs on the MCP memory server. No skill changes were needed:

PR Change Impact on skill
askscio/scio#239670 Require explicit memory_source on writes; add VSCode/Shared sources None — the skill's core rule #1 ("treat memory_schema as the runtime contract") means agents discover write requirements from the schema, not hardcoded assumptions
askscio/scio#239709 Echo deleted entry metadata in delete response None — transparent server-side improvement
askscio/scio#239714 Reject MCP TextContent arrays in content field None — the skill already implies content is plain text; the schema-first approach handles validation errors gracefully

Test plan

  • npm run validate passes
  • Verify skill loads correctly in Cursor with the Glean plugin installed
  • Verify memory_schema and read_memory work as described in the skill playbooks

🤖 Generated with Claude Code

Add the memory-management skill for reading, writing, and reasoning
about Glean memory entries across sources and categories. The skill
provides playbooks for session continuity, style adaptation, and
broad context retrieval using memory_schema and read_memory tools.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant