GoldentriiGoldentriiCommunityยท1 Agent Skills Included

AgentRecall-X

Persistent memory that learns from corrections across sessions

Stores project decisions, insights, and corrections as local markdown so agents remember context across sessions. Eliminates repeated mistakes by tracking whether past corrections actually change future behavior. Loads context automatically at session start and saves journals, insights, and warnings at session end. Works fully offline with zero cloud, zero telemetry, and Obsidian-compatible files.
npx skills add Goldentrii/AgentRecall-X --all -g -y
Available:

Instructs the agent to always call session_start when a session begins and session_end before stopping, so memory loads and saves automatically without waiting for the user to ask.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install AgentRecall-X?โ–ผ

Run `npx skills add Goldentrii/AgentRecall-X --all -g -y` in your terminal to install the skill globally.

How does AgentRecall stop agents repeating mistakes?โ–ผ

Every correction is stored as a structured record with severity and outcome tracking, and the system measures whether the agent actually heeds it in later sessions.

Does AgentRecall work with Cursor and Codex?โ–ผ

Yes. It runs as a standard MCP server and works with Claude Code, Cursor, Codex, Windsurf, VS Code, and any MCP-compatible client.

Where is my memory data stored?โ–ผ

Everything is saved as local markdown and JSON files under ~/.agent-recall/ with no cloud sync, no telemetry, and no API keys required.

Can I use AgentRecall without coding experience?โ–ผ

Yes. Once installed, your agent loads and saves memory automatically based on your plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’