Skip to content
Documentation
Command

/status

Show current stored context and session count

From plugin
claude-recall
64 skills4 commands
Install
$ npx -y skills add senapati484/claude-recall --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/status

Context preview

What this command does when you run it.

Show current stored context and session count

Command definition

status.md
description: Show current stored context and session count
allowed-tools: Bash

Show the current claude-recall context.md content and session count for this project.

Run this:

python3 ~/.claude/skills/claude-recall/scripts/recall_update.py status

Print the full output to the user.

Ships withclaude-recall

Claude Code has no memory between sessions. Every time you start a new conversation, Claude forgets your project's stack, architecture decisions, gotchas, and what you worked on yesterday.

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
3
Forks
Maintained
Maintenance
Python
Language
MIT
License
2mo ago
Last commit
3mo ago
Created

Repo: senapati484/claude-recall