What's New
Optional claude-mem integration for AST-based code navigation and cross-session memory across all agents and skills.
Highlights
- 10-20x token savings on code navigation via
smart_search,smart_outline,smart_unfold - Cross-session memory — review agents check past findings before starting, fix agents query known issues
- Graceful degradation — everything works without claude-mem; MCP tools are silently absent when not installed
New Skills
| Skill | Type | Purpose |
|---|---|---|
smart-explore
| Auto-activated | AST-based code navigation guidance for all agents |
mem-history
| User-invocable | Query past sessions, decisions, and known gotchas |
Changes
- 30 agents updated with optional claude-mem MCP tools
- 4 existing skills enhanced with historical context checks
- Skill enforcer detects
smart-exploreandmem-historypatterns - README updated with Claude-Mem Integration section
Install claude-mem (optional)
/plugin marketplace add thedotmack/claude-mem
/plugin install claude-mem@thedotmackSee CHANGELOG.md for full details.