Help us improve
Share bugs, ideas, or general feedback.
From auto-memory
Shows CLAUDE.md (or AGENTS.md) memory sync status: pending changes count, last sync time, file locations, and config settings. Offers /auto-memory:calibrate if pending.
npx claudepluginhub severity1/severity1-marketplace --plugin auto-memoryHow this command is triggered — by the user, by Claude, or both
Slash command
/auto-memory:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
Display the current status of memory file synchronization. Check and report: 1. **Pending changes**: Count of files in `.claude/auto-memory/dirty-files` (or session-specific `dirty-files-*` files) awaiting processing 2. **Active memory file**: Determined from `memoryFiles` in `.claude/auto-memory/config.json` - AGENTS.md if present in the list, otherwise CLAUDE.md 3. **Last sync**: Modification timestamp of the active memory file 4. **Memory file locations**: All instances of the active memory file found in the project (search by the active file name) 5. **Configuration**: Current trigger ...
/auto-syncToggles automatic syncing of memories to CLAUDE.md. Enable with 'on', disable with 'off', or check status (default).
/statusDisplays mnemonic memory system status and statistics: org/project config, directories, git status, counts by cognitive type/namespace, recent captures.
/syncBootstraps session by reading project context (README.md, AGENTS.md, CLAUDE.md, PLAN.md), restores .claude/session-cache.json state, shows status. Supports --verbose, --diff, --git, --status.
/cc-memoryConfigures hybrid persistent memory for Claude Code using 3-tier architecture: split rules, auto-summaries, optional MCP. Supports --init, --status, --audit subcommands.
/memSearches and browses project memory using FTS5 full-text search. Also supports recent, recall, timeline, save, stats, and cleanup subcommands.
/statusDisplay Conductor project status including overall progress, active tracks summary, and next actions. Optional [track-id] [--detailed] for per-track task details and blockers.
Share bugs, ideas, or general feedback.
Display the current status of memory file synchronization.
Check and report:
.claude/auto-memory/dirty-files (or session-specific dirty-files-* files) awaiting processingmemoryFiles in .claude/auto-memory/config.json - AGENTS.md if present in the list, otherwise CLAUDE.md.claude/auto-memory/config.jsonIf there are pending changes, offer to run /auto-memory:calibrate to process them.