Persistent memory for Claude Code - store decisions, patterns, and context across sessions
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
High-quality Claude Code plugins for enhanced AI-assisted development.
Add this marketplace to Claude Code:
/plugin marketplace add verygoodplugins/claude-plugins
Then install any plugin:
/plugin install automem@verygoodplugins
| Plugin | Description |
|---|---|
| automem | Persistent memory - store decisions, patterns, and context across sessions |
| freescout | FreeScout helpdesk - ticket management and support workflows |
| evernote | Evernote integration - notes and research management |
| toggl | Toggl time tracking - manage time entries and reports |
| pirsch | Pirsch analytics - privacy-friendly website analytics |
Persistent memory for Claude Code sessions using the AutoMem service.
Commands:
| Command | Description |
|---|---|
/memory-store | Store new memories with tags and context |
/memory-recall | Search and retrieve stored memories |
/memory-health | Check AutoMem service status |
Features:
Configuration:
export AUTOMEM_ENDPOINT="http://127.0.0.1:8001"
MCP Server: @verygoodplugins/mcp-automem
See mcp-automem for setup instructions.
FreeScout helpdesk integration for ticket management and support workflows.
Commands:
| Command | Description |
|---|---|
/ticket-get <ticket> | Fetch and display a ticket |
/ticket-analyze <ticket> | Analyze issue type, root cause, and solution |
/ticket-reply <ticket> | Create a draft reply for a ticket |
Features:
Configuration:
export FREESCOUT_API_URL="https://your-freescout-instance.com"
export FREESCOUT_API_KEY="your-api-key"
export FREESCOUT_DEFAULT_USER_ID="123" # Optional
MCP Server: @verygoodplugins/mcp-freescout
See mcp-freescout for setup instructions.
Evernote integration for notes, notebooks, and research management.
Commands:
| Command | Description |
|---|---|
/note-create [title] | Create a new note |
/note-search <query> | Search for notes |
/research-save [topic] | Save research findings |
Features:
Configuration:
export EVERNOTE_ACCESS_TOKEN="your-oauth-access-token"
export EVERNOTE_SANDBOX="false" # Set to "true" for sandbox
MCP Server: @verygoodplugins/mcp-evernote
See mcp-evernote for setup instructions.
Toggl time tracking for managing time entries and generating reports.
Commands:
| Command | Description |
|---|---|
/time-start [description] | Start a new timer |
/time-stop | Stop the current timer |
/time-report [period] | Generate time report (today, week, month) |
Features:
Configuration:
export TOGGL_API_TOKEN="your-api-token"
MCP Server: @verygoodplugins/mcp-toggl
See mcp-toggl for setup instructions.
Pirsch analytics for privacy-friendly website analytics and insights.
Commands:
| Command | Description |
|---|---|
/analytics-overview [domain] [period] | Get traffic overview |
/analytics-compare [period1] [period2] | Compare two periods |
Features:
Configuration:
export PIRSCH_ACCESS_TOKEN="your-access-token"
export PIRSCH_DEFAULT_DOMAIN="domain-id" # Optional
MCP Server: @verygoodplugins/mcp-pirsch
See mcp-pirsch for setup instructions.
Each plugin follows the Claude Code plugin structure:
npx claudepluginhub verygoodplugins/claude-plugins --plugin automemPersistent memory for Claude Code - store decisions, patterns, and context across sessions
Pirsch analytics - privacy-friendly website analytics and insights
Toggl time tracking - manage time entries and generate reports
FreeScout helpdesk integration - ticket management and support workflows
Evernote integration - notes, notebooks, and research management
Curated persistent memory for Claude Code. Write gate prevents bloat — only behavior-changing facts get saved. Tiered architecture: daily logs, structured registers, and auto-loaded working memory.
Memory compression system for Claude Code - persist context across sessions
Persistent memory for Claude Code. Capture work across sessions and recall relevant context.
Mission Control for Claude Code — auto-starts a web dashboard, provides 90 MCP tools (sessions, stats, live monitoring, projects, teams, insights, coaching, and more), and adds 9 skills including /session-recap, /daily-cost, /standup, /coaching, /insights, and /team-status.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.