tinqiao-osstinqiao-ossCommunityยท1 Agent Skills Included

engramory

Curated file-based long-term memory for coding agents

Maintains a clean, human-readable memory store for coding agents using plain markdown files and one always-loaded index. Eliminates forgotten decisions, stale notes, and bloated context by enforcing dedup, update, and delete rules on every write. Includes validators and hooks that cap index size so important memories never silently drop out of context.
npx skills add tinqiao-oss/engramory --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Engramory?โ–ผ

Run `npx skills add tinqiao-oss/engramory --all -g -y` in your terminal to install the skill globally, then follow AGENT-SETUP.md to wire it into your host's rules file.

How to give a coding agent long-term memory?โ–ผ

Engramory stores durable facts as small markdown files with one always-loaded index, so your agent recalls user preferences, decisions, and project state across sessions without any database.

Does Engramory need a database or embeddings?โ–ผ

No. It uses only plain-text markdown files you can open, edit, and diff in any editor, with zero infrastructure or external services.

Which agent hosts does Engramory support?โ–ผ

It works on any host that can read and write local files, with ready-made adapters for Claude Code, Codex, OpenClaw, Kiro, Cursor, and DeepSeek Harness.

How does Engramory prevent memory bloat?โ–ผ

It enforces a bounded index with soft and hard size caps, plus a pre-write hook that blocks growth past the limit so memories never silently fall out of context.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’