engram-plugin-thin
Use this skill when: - Editing plugin hooks/scripts/adapters - Adding passive/active memory capture integrations - Wiring agent-specific setup behavior
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "engram-plugin-thin" description: "Use this skill when: - Editing plugin hooks/scripts/adapters - Adding passive/active memory capture integrations - Wiring agent-specific setup behavior" license: "Apache-2.0" --- ## When to Use Use this skill when: - Editing plugin hooks/scripts/adapters - Adding passive/active memory capture integrations - Wiring agent-specific setup behavior --- ## Boundary Rules 1. Keep adapters thin: parse input, call API/tool, return. 2. Put complex logic in Go core (`store/server/mcp`). 3. Avoid extra runtime dependencies in plugin scripts. 4. Reuse a shared contract across all supported agents. --- ## Compatibility Checklist - [ ] Claude Code flow still works - [ ] OpenCode flow still works - [ ] Gemini/Codex config paths remain valid - [ ] Docs reflect real integration behavior
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.

