patterns/recall/skills/recall/SKILL.md
Recover main-agent context after `/clear`, `/compact`, or lost local thread state by using `csa recall` against recorded Claude main sessions.
npx skillsauth add ryderfreeman4logos/cli-sub-agent recallInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need to recover recent main-agent context without dumping an entire thread into the current session.
/clear or /compact when the current agent lost conversational contextcsa recall list --limit 10
csa recall read latest
csa recall read 3 | tail -100
csa recall read <session-id> | rg "keyword"
csa recall search "keyword"
csa recall list to pick the right session.csa recall read <selector> | tail -100 for large threads.csa recall search "term" before reading the full markdown.1 is the most recent session.csa recall read latest unbounded on a large session; use tail, rg, or both.csa recall read prints OUTPUT_TOO_LARGE, narrow the view instead of retrying the full dump.development
Use when running a non-blocking CSA background code health scan that uses csa health and csa tokuin estimate to propose refactoring GitHub issues for files over token or complexity thresholds.
tools
Use when: merged PR had HIGH/CRITICAL findings that represent a bug class — extracts reusable coding rule
tools
Use when: review found 2+ independent findings in different files, fix phase can parallelize RECON
documentation
Split monolith project documentation (CLAUDE.md, etc.) into condensed summary + reference detail files following AGENTS.md pattern