ContextSearch
Installation
SKILL.md
ContextSearch
Search prior work for: $ARGUMENTS
Usage Modes
- Standalone — Search, present findings, say: "Context loaded on [topic]. Most recent session: [X]. What would you like to do?"
- Paired with request — Search first, then execute the request informed by context.
Phase 1 — Fast Index Scan (ALL IN PARALLEL)
Run all four searches simultaneously in a single response:
1A. Session Registry
Read ~/.claude/PAI/MEMORY/STATE/work.json. Match entries where task, slug (object key), or sessionName contains "$ARGUMENTS" (case-insensitive). Extract: task, phase, progress, effort. Limit to 5 most recent matches.