Skip to content

Releases: cwinvestments/memstack

MemStack™ v3.5.0 — 112 Skills

05 Apr 13:08

Choose a tag to compare

What's New in v3.5.0

6 New Free Skills

  • changelog-generator — Auto-generate CHANGELOG.md from git history
  • webapp-testing — Playwright browser testing patterns
  • hosted-mcp-catalog — Zero-setup hosted MCP server reference guide
  • marketplace-submit — Step-by-step skill/plugin marketplace submission guide
  • freelancer-toolkit — Invoicing, time tracking, and analytics for freelancers
  • mentor — Real-time plain language narration of decisions as you build

Updated Counts

  • Free skills: 83
  • Pro skills: 29
  • Total: 112

Other Changes

  • Restored and cleaned .claude/rules/ folder
  • kdp-format removed from git tracking (local only)
  • Three-repo architecture documented in CLAUDE.md

MemStack™ v3.4.0 — 100 Skills Milestone

03 Apr 18:26

Choose a tag to compare

100 Skills — 77 Free + 23 Pro Exclusive

18 new Pro skills added in this release covering codebase indexing, diagram generation, browser automation, session restore, drift detection, test generation, security scanning, and more.

Fixes

  • Human-readable display names in skill search
  • Auto-reindex on session start
  • Drift detection auto-fix improved

Pro Skills

Pro subscribers get 23 exclusive skills that never move to free tier. Get Pro at https://memstack.pro

Upgrade: git pull && python scripts/index_skills.py

Full details: https://memstack.pro

MemStack™ v3.3.5 — Multi-Agent Pro Skill + Token Optimization

02 Apr 13:51

Choose a tag to compare

What's New

Multi-Agent Pro Skill 🔒

Complete workflow for orchestrating multiple Claude Code instances as a coordinated team:

  • Manager/Builder/Reviewer pattern with role-specific prompts
  • Setup guide for Let Them Talk bridge + Headroom proxy
  • Known issues & workarounds from real production usage
  • Phase flow: discussion → planning → execution → review

Token Optimization for MCP Skill Loader

  • find_skill preview mode — Returns name + description + score by default (~93% reduction: ~7,500 → ~500 tokens per call). Set full=true for full content.
  • list_skills compact mode — New compact=true param returns names-only grouped by category
  • Updated tool descriptions to guide CC workflow: find_skill → get_skill

Diary Optimization

  • Dedup PreCompact entries — Skips if compaction snapshot saved within last 5 minutes
  • Prevent autonomous firing — Diary now ONLY fires on explicit user request, never autonomously
  • Multi-agent DORMANT — Builder/Reviewer agents skip diary (Manager handles it)
  • Gated SessionStart loading — Lists diary filenames instead of full content (~500+ tokens saved per session)

Previous v3.3.x Features (since v3.3.3)

  • .memstack-ignore for per-project skill filtering
  • manage_skills MCP tool for enable/disable skills from CC
  • skill_stats tool for usage analytics with cache hit tracking
  • Version check at startup
  • License cache duration persistence fix

Stats

  • 82 skills total (77 free + 5 Pro-exclusive)
  • Pro skills: consolidate, context-db, api-docs, branching, multi-agent
  • 10 categories: Core, Security, Deployment, Development, Business, Content, SEO, Marketing, Product, Automation

MemStack™ v3.3.4 — Single Repo, 77 Free Skills, Pro License Gating

01 Apr 14:46

Choose a tag to compare

What's New

Single Repo Model

  • One repo for everyone. No private repo or GitHub invite needed.
  • Free tier: 77 fully implemented production skills
  • Pro tier: 4 additional skills unlocked via license key (consolidate, context-db, api-docs, branching)
  • Get your Pro key at memstack.pro

Skills

  • All 77 free skills now fully implemented (stubs replaced with production content)
  • 4 Pro-exclusive skills gated at the MCP Skill Loader level
  • Covers: deployment, security, databases, git workflows, testing, documentation, business, marketing, SEO, automation, and more

MCP Skill Loader

  • New MEMSTACK_SKILLS_DIR env var for custom install paths
  • Pro skills bundled in loader package, served only with valid license
  • Slug-based gating for reliable Pro skill detection

Hooks & Config

  • Updated hooks: gitleaks scanning, session context loading, license nudge
  • New hooks: post-tool-monitor, pre-commit-secrets, pre-compact, session-context-load
  • .gitleaks.toml for secret scanning

Documentation

  • New GETTING-STARTED.md with step-by-step setup for Windows and Mac
  • New SKILL-REFERENCE.md with full skill catalog
  • All docs rewritten for non-technical users
  • MemStack™ branding applied throughout

Other

  • Dynamic skill count in start-memstack.bat
  • VS Code launch guard (skips if code not found)
  • skills/kdp-format/ added to .gitignore (private local skill)