Cognikernel
Description
Persistent, structured project memory for Claude Code and Codex - event-sourced, typed, fail-open. Your agent stops re-deciding what you already decided.
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
CogniKernel
[](https://pypi.org/project/cognikernel/) [](https://pepy.tech/projects/cognikernel) [](https://pypi.org/project/cognikernel/) [](LICENSE) [](https://github.com/KanishkNoir/cognikernel/commits/main) [](https://github.com/KanishkNoir/cognikernel/stargazers)
**Your AI coding agent has amnesia by design.** Every session starts from zero — it re-reads the same files, re-derives the same architecture, and re-asks questions you already answered last week. CogniKernel gives the *project* a memory that outlives any one session, so the agent stops paying the same cost twice:
WITHOUT MEMORY WITH COGNIKERNEL
─────────────── ─────────────────
Session 1 Session 1
"explain the auth flow" "explain the auth flow"
-> reads 12 files, learns it -> reads 12 files, learns it
-> session ends, all of it lost -> session ends
-> decisions captured & stored
Session 2 Session 2
"explain the auth flow" already knows: the auth flow,
-> reads 12 files again why Redis beat an in-process
-> re-derives the same thing cache, and the approach that
-> session ends, nothing kept was tried and abandoned
-> picks up where it left off
Session 3
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11