Load History banner
huxwaitt huxwaitt

Load History

Documentation community

Description

--- description: Read the months before the "last collected" stamps into the wiki — the Outlook inbox, then the sent items, then the Teams chats, oldest first, 25 records per batch with one yes per batch. The server fixes the start date (90 days back by default) and the day each source stops at, hands out one window of days at a time with the exact call to list it, and remembers where it got to, so a run that stopped picks up there. Each batch is the collect-information pipeline: relevance gate,

Installation

Installs to ~/.claude/skills/huxwaitt-soma-load-history/SKILL.md

Terminal
mkdir -p ~/.claude/skills/huxwaitt-soma-load-history && curl -fsSL https://raw.githubusercontent.com/huxwaitt/soma/HEAD/commands/load-history.md -o ~/.claude/skills/huxwaitt-soma-load-history/SKILL.md

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

Full documentation available on GitHub

View Source Repository