Claude Recall banner
senapati484 senapati484

Claude Recall

AI community

Description

--- description: Update project context using the local LLM (Qwen2.5 0.5B) 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: ```bash python3 ~/.claude/skills/claude-recall/scripts/recall_update.py update ``` Print the full output to the user.

Installation

Installs to ~/.claude/skills/senapati484-claude-recall-claude-recall/SKILL.md

Terminal
mkdir -p ~/.claude/skills/senapati484-claude-recall-claude-recall && curl -fsSL https://raw.githubusercontent.com/senapati484/claude-recall/HEAD/commands/claude-recall.md -o ~/.claude/skills/senapati484-claude-recall-claude-recall/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository