memstack

Loads 127 task-matched skills across 10 categories with a localhost monitoring dashboard.

3.4k|487|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/davepoon/buildwithclaude --skill memstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memstack
Source: https://github.com/davepoon/buildwithclaude/tree/main/plugins/memstack/skills/memstack
Command: npx skills add https://github.com/davepoon/buildwithclaude --skill memstack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing a large library of Claude Code skills manually is tedious, and tracking token usage, agent activity, and session history across projects lacks visibility. MemStack auto-loads the right skills based on your task and provides a dashboard for monitoring.

Core Features & Use Cases

  • Auto-loading skill library: 127 skills across 10 categories (Security, Deployment, Dev, Business, Content, SEO, Marketing, Product, Automation, Core) activate based on your current task.
  • Localhost dashboard: Includes an Agent Runner with a 3-agent Manager/Builder/Reviewer workflow, a Burn Report tracking token usage and costs per skill, and a session diary with AI-authored markdown narratives.
  • Safety and monitoring: Context window monitoring per agent and safe git staging to prevent accidental secret commits.
  • Use Case: A developer working across security reviews and deployment tasks gets the relevant skills loaded automatically while tracking token spend per skill through the Burn Report.

Quick Start

Install the memstack plugin from the marketplace and ask Claude to run your task so the matching skills load automatically.

Frequently Asked Questions about memstack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install MemStack for Claude Code?

Add the marketplace with /plugin marketplace add cwinvestments/memstack, then run /plugin install memstack@cwinvestments-memstack. The skills then auto-load based on your task.

How does MemStack auto-load skills based on tasks?

MemStack detects the type of task you are working on and activates matching skills from its 127-skill library across 10 categories, so you do not manually select which skills to enable.

What is the MemStack Pro version and how do I enable it?

Pro adds 42 additional skills via the memstack-skill-loader Python package. Install it with pip, register it as an MCP server, then activate your license key and email through the activate_license function.

Does MemStack track token usage and costs?

Yes, the localhost dashboard includes a Burn Report that tracks token usage and costs per skill, plus context window monitoring for each agent in the workflow.

How does MemStack prevent committing secrets to git?

MemStack includes safe git staging that checks staged changes to prevent accidental secret commits, reducing the risk of leaking credentials into repositories.