engram
01Plugin Claude Code
Persistent memory for AI coding agents — agent-agnostic, single binary, zero dependencies.
Plugin Claude Code
Persistent memory for AI coding agents — agent-agnostic, single binary, zero dependencies.
Instructions file CodexOpenCode
Instructions for Gentleman-Programming/engram, covering engram — agent skills index, how to use and skills.
Plugin Claude Code
Persistent memory for AI coding agents. Survives across sessions and compactions.
MCP server Claude CodeCodexCursor +2
MCP server "engram" as configured in Gentleman-Programming/engram. Launched with engram mcp --tools=agent.
Hook
Runs when a session starts on startup, clear and compact, executing session-start.sh and post-compaction.sh (2 commands). From Gentleman-Programming/engram.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.sh. From Gentleman-Programming/engram.
Hook
Runs when a subagent finishes, executing subagent-stop.sh. From Gentleman-Programming/engram.
Hook
Runs when the agent finishes a response, executing session-stop.sh. From Gentleman-Programming/engram.
Skill Claude CodeCodex
ALWAYS ACTIVE — Persistent memory protocol. You MUST save decisions, conventions, bugs, and discoveries to engram proactively. Do NOT wait for the user to ask.
Skill Claude CodeCodex
Architecture guardrails for Engram across local store, cloud sync, dashboard, and plugins. Trigger: Any change that affects system boundaries, ownership, state flow, or cross-package responsibilities.
Skill Claude CodeCodex
Backlog triage protocol for Engram: audit open issues and PRs, classify each item, infer maintainer ideology from comments, and produce an actionable disposition report. Trigger: Auditing open issues or PRs, triaging the backlog, reviewing contributor submissions as a maintainer, or applying triage to any GitHub repo.
Skill Claude CodeCodex
PR creation workflow for Engram following the issue-first enforcement system. Trigger: When creating a pull request, opening a PR, or preparing changes for review.
Skill Claude CodeCodex
Product and business-rule guardrails for Engram. Trigger: Any change that affects sync behavior, project controls, permissions, or memory semantics.
Skill Claude CodeCodex
Commit and branch naming standards for Engram contributors, enforced by GitHub rulesets. Trigger: Any commit creation, review, or branch cleanup.
Skill Claude CodeCodex
Cultural and collaboration norms for Engram contributors and agents. Trigger: Starting substantial work, reviewing changes, or defining team conventions.
Skill Claude CodeCodex
HTMX and templ interaction rules for the Engram dashboard. Trigger: Any change to htmx attributes, partial updates, forms, or server-rendered browser UI.
Skill Claude CodeCodex
Documentation alignment rules for Engram. Trigger: Any code or workflow change that affects user or contributor behavior.
Skill Claude CodeCodex
Bubbletea TUI patterns for Gentleman.Dots installer. Trigger: When editing Go files in installer/internal/tui/, working on TUI screens, or adding new UI features.
Skill Claude CodeCodex
Issue creation workflow for Engram following the issue-first enforcement system. Trigger: When creating a GitHub issue, reporting a bug, or requesting a feature.
Skill Claude CodeCodex
Persistent memory discipline for Engram contributors. Trigger: Decisions, bugfixes, discoveries, preferences, or session closure.
Skill Claude CodeCodex
Adapter boundary rules for plugin integrations. Trigger: Changes in plugin scripts/hooks for Claude, OpenCode, Gemini, or Codex.
Skill Claude CodeCodex
Deep technical review protocol for Engram pull requests. Trigger: Reviewing any external or internal contribution before merge.
Skill Claude CodeCodex
Repository structure and placement rules for Engram. Trigger: Creating files, packages, handlers, templates, styles, or tests in this repo.
Skill Claude CodeCodex
Spec-Driven Development workflow for Engram. Trigger: When user requests SDD or multi-phase implementation planning.