V Memory Refresh banner
procoders procoders

V Memory Refresh

Development community

Description

--- description: (Re)index docs/superpowers prose into the local V-memory cache so recall is current. Incremental by file hash; runs fully offline (FTS5, pure stdlib). Optionally enable the semantic lane with a one-time bootstrap. Run it after pulling new docs, or when /v:remember looks stale. --- You are running **`/v:memory-refresh`**. Args: `{{args}}`. **Default — offline, FTS5, no install, no network:** ``` python3 scripts/compound-v-memory.py refresh python3 scripts/compound-v-memory.py

Installation

Installs to ~/.claude/skills/procoders-superpowers-v-v-memory-refresh/SKILL.md

Terminal
mkdir -p ~/.claude/skills/procoders-superpowers-v-v-memory-refresh && curl -fsSL https://raw.githubusercontent.com/procoders/superpowers-v/HEAD/commands/v-memory-refresh.md -o ~/.claude/skills/procoders-superpowers-v-v-memory-refresh/SKILL.md

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

Full documentation available on GitHub

View Source Repository