Skip to content
Documentation
Command

/update

Re-scan project and update context.md with the local LLM

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/update

Context preview

What this command does when you run it.

Re-scan project and update context.md with the local LLM

Command definition

update.md
description: Re-scan project and update context.md with the local LLM
allowed-tools: Bash

Explicitly trigger claude-recall to re-scan the current project and update context.md in the Obsidian vault using the locally installed LLM.

Run this:

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

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