BeClaude

engramory

New
14GitHub TrendingGeneralby tinqiao-oss

A portable memory protocol for AI agents — load it as standing rules; a curation discipline + reference spec + optional cap hook.

First seen 6/19/2026

Summary

Engramory is a portable memory protocol for AI agents that provides a curation discipline, reference specification, and optional capability hook.

  • It allows developers to load persistent standing rules into Claude Code, enabling consistent memory and behavior across sessions without external dependencies.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/engramory.md

3
Invoke with @agent-name
@engramory

Use Cases

Load a curated set of memory rules to maintain consistent agent behavior across multiple coding sessions.
Reference the engramory specification to implement custom memory protocols in your own AI agent projects.
Use the optional cap hook to extend Claude Code's memory capabilities with external storage or retrieval.
Standardize how your team's AI agents recall project context and decisions by adopting engramory as a shared protocol.
Debug or audit agent memory by inspecting the loaded engramory rules and their interactions.
Quickly bootstrap a new AI agent with proven memory patterns from the engramory discipline.

Usage Examples

1

/engramory load --rules standard

2

Load the engramory protocol with custom rules from my project's .engramory file.

3

Show me the current engramory rules and explain how the cap hook works.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is engramory?

Engramory is a portable memory protocol for AI agents that provides a curation discipline, reference specification, and optional capability hook. It allows developers to load persistent standing rules into Claude Code, enabling consistent memory and behavior across sessions without external dependencies.

How to install engramory?

To install engramory: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/engramory.md. Finally, @engramory in Claude Code.

What is engramory best for?

engramory is a agent categorized under General. It is designed for: agent. Created by tinqiao-oss.

What can I use engramory for?

engramory is useful for: Load a curated set of memory rules to maintain consistent agent behavior across multiple coding sessions.; Reference the engramory specification to implement custom memory protocols in your own AI agent projects.; Use the optional cap hook to extend Claude Code's memory capabilities with external storage or retrieval.; Standardize how your team's AI agents recall project context and decisions by adopting engramory as a shared protocol.; Debug or audit agent memory by inspecting the loaded engramory rules and their interactions.; Quickly bootstrap a new AI agent with proven memory patterns from the engramory discipline..