ContextSearch

Scan PAI session registry, work directories, and ISA summaries for contextual anchors.

1|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/starlink-awaken/pai-universal --skill contextsearch-starlink-awaken
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ContextSearch
Source: https://github.com/starlink-awaken/pai-universal/tree/main/templates/skills/ContextSearch
Command: npx skills add https://github.com/starlink-awaken/pai-universal --skill contextsearch-starlink-awaken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly surface relevant prior work, sessions, and ISA contexts to enable fast cold-start recovery and continuity across tasks.

Core Features & Use Cases

  • Fast discovery of recent sessions and ISA titles (up to 5 matches per source).
  • Optional deep dive into Git histories when scarce context is found.
  • Generates a compact context block with session slugs, progress, and ISA paths for quick decision-making.

Quick Start

Ask ContextSearch to locate recent sessions and ISA summaries for a topic and present a compact context block.

Frequently Asked Questions about ContextSearch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recover past session context for cold-starting a new task?▼

Recover past session context by scanning the PAI session registry, work directories, and ISA summaries to surface up to five relevant matches per source for quick cold-start recovery.

How does ContextSearch locate relevant ISA summaries and prior work?▼

ContextSearch locates ISA summaries and prior work by performing a fast parallel scan of session metadata and ISA titles, optionally probing git histories when fewer than three matches are found.

Can I trace context results back to specific git commit histories?▼

Trace context results to git commit histories by triggering the optional Phase 2 probe, which appends commit hashes to the compact context block when initial session metadata scans return fewer than three matches.

What is included in the compact context block output?▼

The compact context block output includes session slugs, ISA summary paths, progress indicators, and optionally commit hashes, avoiding full ISA reads unless explicitly requested by the user.

When should I avoid using a fast session metadata scan for context recall?▼

Avoid relying solely on a fast session metadata scan when you need full ISA document contents, as the skill avoids full ISA reads unless requested, outputting only titles and paths.