mrvladd-d/memobank

45 stars · Last commit 2026-06-02

Agent-first Memory Bank skill pack for Codex CLI, Claude Code, and similar runtimes.

README preview

# memobank

Language: **English** | [Русский](README.ru.md)

![MEMOBANK Lego-style workflow diagram](MEMOBANK.png)

`memobank` is a source-only skill pack and workflow framework for AI-first
software development in Codex CLI, Claude Code, OpenCode, and compatible agent
runtimes.

It keeps project context in repository files instead of fragile chat history.
An agent can read those files, understand the current project state, continue a
task in a later session, and leave evidence for the next run.

## When to use it

Use `memobank` when:

- a project will take more than one short chat session;
- requirements, architecture, or task status must survive context resets;

View full repository on GitHub →