🧠
AI EngineeringPython

Engramory

by tinqiao-oss

Engramory is an AI Engineering skill for Claude Code, published by tinqiao-oss in engramory.

186 stars11 forkson tinqiao-oss/engramoryAdded 2026/09/06+3% in starsRepository updated 2026/08/31
agent-memoryai-agentsclaude-codecodexdeepseek-harnessdsh-pluginknowledge-basellm-memorylong-term-memorymarkdownmemoryprompt-engineeringzero-dependency
Install in seconds
Install Engramory
Copy Engramory into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/tinqiao-oss/engramory ~/.claude/skills/engramory

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/tinqiao-oss/engramory.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in tinqiao-oss/engramory
Installs to
~/.claude/skills/engramory
Collection
The only skill cataloged from this repository
Category
AI Engineering3278 skills

What Engramory does

Engramory curates long-term, file-based memory for AI agents using one markdown file per fact plus a loaded index. Use it to recall context, save durable facts, and checkpoint unfinished work.

Engramory is cataloged under AI Engineering on DirSkills. Engramory comes from a repository tagged agent-memory, ai-agents, claude-code, codex and deepseek-harness.

Documentation

README

Engramory — curated file-based long-term memory

Engramory is a discipline, not a database. Memory is a directory of small, human-readable markdown files plus one index. There is no vector store, no embeddings, no server. You (the agent) read the index, open the files that matter, and keep the store clean over time.

This file is self-contained: it defines the full storage layout, the recall protocol, the write protocol, and the curation rules. A host that loads this file as standing instructions and can read/write files can use Engramory even if it has no built-in memory feature.


0. Where memory lives

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Engramory

  • How does Engramory compare to other AI Engineering skills?

    Engramory ranks #2995 by stars among the 3278 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Engramory against them. Open each page to compare what they document and how they install.