From anchored
Saves a memory to persistent local storage with categorized Anchored memory, with optional remote sync to team-accessible servers. Automatically selects a memory category from a fixed set of types.
How this command is triggered — by the user, by Claude, or both
Slash command
/anchored:save <content>The summary Claude sees in its command listing — used to decide when to auto-load this command
Save the following to Anchored memory: $ARGUMENTS If the argument is empty, ask the user what to save. Then call the `anchored_save` MCP tool. You MUST pick the best category from: `fact`, `preference`, `decision`, `event`, `learning`, `plan`, `summary`. Picking explicitly beats letting the regex auto-detect. Confirm to the user which category you chose and why, plus the project it was scoped to. ## Remote Save When working in a project that has a remote server configured, you SHOULD also save to the remote by passing `--remote`. This makes the memory available to team members and other...
Save the following to Anchored memory: $ARGUMENTS
If the argument is empty, ask the user what to save.
Then call the anchored_save MCP tool. You MUST pick the best category from: fact, preference, decision, event, learning, plan, summary. Picking explicitly beats letting the regex auto-detect. Confirm to the user which category you chose and why, plus the project it was scoped to.
When working in a project that has a remote server configured, you SHOULD also save to the remote by passing --remote. This makes the memory available to team members and other machines.
--remote (no value): save to the default remote server--remote=name: save to a named remote serverThe save always succeeds locally first. If the remote save fails (403, network error), the local save is preserved and a warning is printed — the flow never breaks.
Categories event and preference are blocked from remote sync. Use fact, decision, plan, summary, or learning for team-shareable memories.
npx claudepluginhub jholhewres/anchored --plugin anchored/saveSaves current conversation or insight to wiki vault as structured note. Supports custom titles, session summaries, concepts, and decisions.
/savePersists session context, learnings, and discoveries to Serena MCP for cross-session continuity and progress tracking. Supports --type, --summarize, --checkpoint flags.
/saveSaves <key> <value> as compressed memory entry to project or global .nemp/memories.json, adding timestamps, agent ID, project path, and inferred type.
/saveSaves the current Claude Code session to Nowledge Mem using nmem CLI. Auto-detects project from ~/.claude/projects/, imports messages, returns thread ID. Supports optional summary and all-sessions flags.
/saveSaves a structured session log capturing git changes, tasks, and project metadata. Auto-infers description from git history or user input, and writes a markdown file with done, decisions, pending items, and files changed.
/saveSaves current work context, plan, and todos to a timestamped directory using Read, Write, and Bash tools.