Install one marketplace, get two practical Claude Code plugins: persistent memory and safer Bash auto-approval.
Add this marketplace, then install both plugins:
/plugin marketplace add damusix/ai-tools
/plugin install ai-memory@damusix-ai-tools
/plugin install auto-approve-compound-bash@damusix-ai-toolsGive Claude long-term project memory across sessions, with local-first storage and tools to organize context.
- Captures observations and synthesizes reusable memories
- Shares one memory service across Claude Code sessions
- Provides MCP tools for saving, searching, and organizing memory
- Includes dashboard UI to browse and manage memories
- Adds
/rememberand/forgetslash commands
Docs: ai-memory/README.md
Auto-approve compound Bash commands safely by parsing each command segment against allow/deny rules.
- Uses a native Go shell parser (
mvdan.cc/sh/v3/syntax) for AST-based checks - Handles compound operators, substitutions, subshells, and nested
bash/sh/zsh -c - Falls through safely when uncertainty is detected
- Supports
--explain,simulate, anddoctorworkflows - Ships prebuilt binaries for
darwin/linuxandamd64/arm64
Docs: cc-auto-approve-fix/README.md
- One setup path gives you both plugins immediately
- Plugin names are stable in the
damusix-ai-toolsmarketplace catalog - Memory stays local and command auto-approval remains rule-driven
MIT