From agent-memory
Step 3: Fetch full details for filtered IDs. Params: ids (array of observation IDs, required), orderBy, limit, project
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-memory:get_observations <ids><ids>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Step 3: Fetch full details for filtered IDs. Params: ids (array of observation IDs, required), orderBy, limit, project
Step 3: Fetch full details for filtered IDs. Params: ids (array of observation IDs, required), orderBy, limit, project
| Param | Type | Required | Description |
|---|---|---|---|
ids | array | Yes | Array of observation IDs to fetch (required) |
When invoked with /get_observations, call the get_observations MCP tool (server: agent-memory) with ids="$ARGUMENTS".
get_observations(ids="$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