Backfill banner
docwilde docwilde

Backfill

Development community

Description

--- description: Full-transcript backfill — page every message of a session (or all sessions of a project) through the deriver, not just the newest window allowed-tools: Bash, AskUserQuestion --- Full backfill of session history into lore's belief store and staged memory. A normal review reads only the newest `DIGEST_LAST_N` messages; this pages the WHOLE transcript through the deriver, window by window. Arguments: `$ARGUMENTS` — optional. `full` or empty = current session's transcript; a path

Installation

Installs to ~/.claude/skills/docwilde-lore-backfill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/docwilde-lore-backfill && curl -fsSL https://raw.githubusercontent.com/docwilde/LORE/HEAD/commands/backfill.md -o ~/.claude/skills/docwilde-lore-backfill/SKILL.md

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

Full documentation available on GitHub

View Source Repository