cwinvestments/memstack

365 stars · Last commit 2026-05-31

Structured skill framework for Claude Code — 127 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: 4.3.0](https://img.shields.io/badge/Version-4.3.0-green.svg)](CHANGELOG.md)

The structured skill framework for Claude Code — **127 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

1. Install from PyPI:
   ```bash
   pip install memstack-skill-loader
   ```
2. Register the MCP server:
   ```bash
   claude mcp add --scope user memstack-skills -- python -m memstack_skill_loader
   ```
3. Restart Claude Code, then type `list skills` to verify.

View full repository on GitHub →