Skip to content

memory-bank v2.0.0

Latest

Choose a tag to compare

@Nagendhra-web Nagendhra-web released this 15 Apr 06:24
· 1 commit to main since this release

memory-bank v2.0.0

Persistent memory for Claude Code that cuts token waste by 60-80% and makes sessions last 3-5x longer.

Install

npx skills add Nagendhra-web/memory-bank

Key Features

  • 3-tier memory architecture (session / project / global)
  • 60-80% token savings on session warm-up via progressive loading and compact encoding
  • Session continuation protocol with zero-warm-up handoffs when you hit context limits
  • Branch-aware memory that switches context when you switch git branches
  • Smart compression with auto-archival to keep memory lean
  • Session diffing that detects code changes between sessions and flags conflicts
  • Memory health scoring (1-10 across freshness, relevance, completeness, actionability)
  • Recovery mode that rebuilds memory from git + code when things go stale
  • Handoff protocol for onboarding new developers
  • Velocity tracking with session analytics

What's Included

  • Core skill engine (748 lines)
  • 7 deep reference documents
  • 4 real-world examples (solo dev, team, monorepo, minimal)
  • GitHub Actions CI
  • Plugin marketplace integration

Links