From agent-memory
Save a manual memory/observation for semantic search. Use this to remember important information.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-memory:save_memory <text> [--title VALUE] [--project VALUE]<text> [--title VALUE] [--project VALUE]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save a manual memory/observation for semantic search. Use this to remember important information.
Save a manual memory/observation for semantic search. Use this to remember important information.
| Param | Type | Required | Description |
|---|---|---|---|
text | string | Yes | Content to remember (required) |
title | string | No | Short title (auto-generated from text if omitted) |
project | string | No | Project name (uses 'manual' if omitted) |
When invoked with /save_memory, call the save_memory MCP tool (server: agent-memory) with text="$ARGUMENTS".
save_memory(text="$ARGUMENTS")
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub metazen11/agent-memory --plugin agent-memory