cwinvestments/memstack

407 stars · Last commit 2026-07-11

Structured skill framework for Claude Code | 128 skills, localhost dashboard with 3-agent orchestration, real-time streaming, MCP tools management, session memory, and project handoffs via markdown-based skills

README preview

# MemStack™

[![Version: 3.5.6](https://img.shields.io/badge/Version-3.5.6-green.svg)](CHANGELOG.md)

The structured skill framework for Claude Code — **129 professional skills** for deployment, security, databases, content, marketing, and more.

Skills activate automatically when you need them. Say "deploy this to Railway" and the right skill loads on demand.

### Install

MemStack installs in two parts: the **skills** (via the Claude Code plugin
marketplace) and the **engine** (the MCP skill loader, via PyPI). You need
both — the loader reads skill files from the installed marketplace plugin.
Every command below is labeled **(in Claude Code)** or **(in terminal)** —
running one in the wrong place is the most common setup mistake.

**Step 1 — Install the free skills · (in Claude Code):**
```
/plugin marketplace add cwinvestments/memstack
/plugin install memstack@cwinvestments-memstack

View full repository on GitHub →