memory-bank

Installation
SKILL.md

Memory Bank Skill

Overview

Memory Bank is a cross-session context continuity system for AI coding agents. It maintains a memory-bank/ directory in the project root with structured markdown files that capture project knowledge, architecture decisions, progress, and active context. Every AI agent reads these files at session start, ensuring continuity across sessions and across different agents working on the same project.

This skill handles four intents: SETUP, UPDATE, STATUS, and READ. It detects user intent from natural language in any language.

Intent Detection

Detect the user's intent from their message. The user may write in any language — use natural language understanding to map to the correct intent.

Intent Trigger Words (examples, not exhaustive)
SETUP setup, install, initialize, init, create, bootstrap, kur, kurulum, başlat, einrichten, configurar, installer, configurer, 설치, セットアップ
UPDATE update, refresh, sync, güncelle, yenile, aktualisieren, actualizar, mettre à jour, 업데이트, 更新
STATUS status, check, durumu, durum, kontrol, estado, statut, 상태, ステータス
READ read, show, review, display, present, oku, göster, lesen, anzeigen, lire, leer, mostrar, 읽기, 読む
Installs
23
First Seen
Mar 3, 2026