Slash Command502 estrellas del repoactualizado 4mo ago
stats
The stats command displays comprehensive information about Claude's persistent memory system, including total memory count, storage size in bytes, and timestamps of recent memory activity formatted as relative time references. Use this command to monitor memory usage, verify the memory system is functioning properly, and understand storage consumption patterns.
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/memvid/claude-brain/HEAD/commands/stats.md -o ~/.claude/commands/stats.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
stats.md
# Memory Statistics
Show statistics about Claude's persistent memory file including total memories, storage size, and recent activity.
**Usage**: `/mind:stats`
Execute the stats script:
```bash
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/stats.js"
```
## Response Format
- Convert Unix timestamps to human-readable (Xm ago, Xh ago, Xd ago)
- Summarize key findings in a table when appropriate
- If file was just created, tell the user memories will appear as they workDel mismo repositorio
askSlash Command
Ask questions about memories and get context-aware answers
recentSlash Command
Show recent memories and activity timeline
searchSlash Command
Search memories for specific content or patterns
memorySkill
Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file
mindSkill
Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file