engram-memory-protocol
Use this skill when: - Making architecture or implementation decisions - Fixing bugs with non-obvious root causes - Discovering patterns, gotchas, or user preferences - Closing a session or after compaction
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "engram-memory-protocol" description: "Use this skill when: - Making architecture or implementation decisions - Fixing bugs with non-obvious root causes - Discovering patterns, gotchas, or user preferences - Closing a session or after compaction" license: "Apache-2.0" --- ## When to Use Use this skill when: - Making architecture or implementation decisions - Fixing bugs with non-obvious root causes - Discovering patterns, gotchas, or user preferences - Closing a session or after compaction --- ## Save Rules Call `mem_save` immediately after: - decision - bugfix - pattern/discovery - config/preference changes Use structured content: - What - Why - Where - Learned Use stable `topic_key` for evolving topics. --- ## Search Rules - On recall requests: `mem_context` first, then `mem_search`. - Before similar work: run proactive `mem_search`. - On first message: if user references the project, a feature, or a problem, call `mem_search` with their keywords before responding. --- ## Session Close Rules Before saying done/listo: 1. Call `mem_session_summary`. 2. Include goal, discoveries, accomplished, next steps, relevant files. After compaction: 1. Save summary first. 2. Recover context. 3. Continue work.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

