context-router

Routes context extraction requests to appropriate CLI tools. Triggers on /context, /limitless, /research, /pieces, or detected context needs from intent hook. Supports single, parallel, and augmented extraction modes.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "context-router" with this command: npx skills add zpankz/mcp-skillset/zpankz-mcp-skillset-context-router

Context Router

Routes external context extraction to the three-CLI system.

Trigger Keywords: context, lifelog, research, ltm, recall, lookup, pieces, limitless, pendant, documentation

Trigger Conditions

Activate when:

  • Explicit commands: /context, /limitless, /research, /pieces
  • Intent hook signals context need (balanced detection)
  • User asks about past conversations, technical docs, or code history

Source Categories

SourceCLITriggersData Type
Personallimitlesslifelog, pendant, daily, personal, meetingTranscripts, chats
Researchresearchfact-check, docs, academic, verify, sdkCitations, documentation
Localpiecesltm, saved, snippets, my code, historyCode, snippets

Routing Decision Tree

Request Received
    │
    ├── Explicit Command?
    │   ├── /context → Parallel (all sources)
    │   ├── /limitless → Single (limitless)
    │   ├── /research → Single (research)
    │   └── /pieces → Single (pieces)
    │
    ├── Hook Signal Present?
    │   ├── need_limitless=true → Route to limitless
    │   ├── need_research=true → Route to research
    │   ├── need_pieces=true → Route to pieces
    │   └── Multiple → Parallel mode
    │
    └── No Signal
        └── Skip (no context needed)

Mode Selection

ModeTriggerProcess
SingleClear single-source intentRoute to one CLI
Parallel/context or multi-domainSpawn all relevant CLIs
AugmentedWith deep-researchPre-enrich Phase 0

CLI Commands

Limitless (Personal)

limitless lifelogs search "query" --limit 10 --format json
limitless workflow daily YYYY-MM-DD --format json
limitless workflow recent --hours 24 --format json

Research (Online)

research docs -t "query" -k "framework" --format json
research fact-check -t "claim" --format json
research pex-grounding -t "medical query" --format json

Pieces (Local)

pieces ask "query" --ltm
pieces search --mode ncs "pattern"

Integration

  • Skill: skill-db/context-orchestrator/SKILL.md
  • Rules: rules/context/*.md
  • Subagents: skill-db/context-orchestrator/agents/*.md
  • Commands: skill-db/context-orchestrator/commands/*.md
  • Also listed in: skills/routers/skills-router/SKILL.md (Context Skills category)
  • Hooks: hooks/context-intent-detector.ts, hooks/session-context-primer.sh

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code refactoring

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

dspy-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-refactor

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code

No summary provided by upstream source.

Repository SourceNeeds Review