Cogni Code banner
ConnorCallahan01 ConnorCallahan01

Cogni Code

AI community

Description

Persistent graph-backed memory for AI agents and Claude Code

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Cogni-Code

Cogni-Code

**Give your AI agent a memory that outlasts the session.**

🌐 **Website & docs: [cognicode.app](https://cognicode.app)**

[![Website](https://img.shields.io/badge/website-cognicode.app-526B8D.svg)](https://cognicode.app) [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)

Every time you start a new session, your agent starts from zero. It forgets your preferences, your decisions, the bug you spent two hours on yesterday, the deployment strategy you settled on last week. Cogni-Code fixes that.

It is a persistent, inspectable memory system for Claude Code, Codex CLI, OpenCode, pi, and any MCP-compatible agent. Your agent learns how you work across sessions and gets sharper every time you use it. Memory lives as plain files on your disk. You can read it, edit it, diff it, and back it up with git.


Contents


What makes it different

Most agent memory falls into one of three camps:

  • Built-in memory (ChatGPT memory, Claude's saved context) is opaque, vendor-controlled, and locked to one product.
  • Vector-DB memory (mem0, Letta, Zep) stores embeddings in a database. Powerful retrieval, but you cannot read what your agent knows without a UI.
  • Hand-written context files (CLAUDE.md, AGENT.md, .cursorrules) give you full control but require you to write and maintain them by hand.

Cogni-Code is a fourth