AVIDS2AVIDS2Communityยท22 Agent Skills Included

memorix

Shared project memory for AI coding agents across sessions

Gives AI coding agents a shared, searchable project memory that survives new chats, IDE switches, and handoffs. Stops agents from forgetting past decisions, bug fixes, and design rationale between sessions. Turns Git commits into searchable engineering facts and stores the reasoning behind technical choices. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and any MCP-capable agent.
npx skills add AVIDS2/memorix --all -g -y
Available:

Instructs the AI agent on when to search, store, and resolve Memorix project memories, and how to use the Memory Autopilot brief before starting any coding task.

All Skills in This Repository (22)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Memorix?โ–ผ

Run `npx skills add AVIDS2/memorix --all -g -y` in your terminal to install all Memorix skills globally for your AI agent.

How to give AI coding agents persistent memory?โ–ผ

Memorix stores decisions, bug fixes, and project context in a local database tied to your Git project, so any agent session can search and recall it later.

Does Memorix work with Claude Code and Cursor?โ–ผ

Yes. Memorix connects to Claude Code, Codex, Cursor, Copilot, Gemini CLI, Windsurf, and other agents through MCP, plugins, hooks, and skills.

Can Memorix remember why a design decision was made?โ–ผ

Yes. Its reasoning memory stores the rationale, alternatives, and trade-offs behind decisions, and can link them to the exact Git commits as evidence.

Does Memorix need an API key or cloud account?โ–ผ

No. Memorix is local-first and works with built-in full-text search out of the box; LLM-backed embeddings are optional.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’