Back to list
Zpankz

context-router

by Zpankz

MCP Skillset - Claude Code skills, references, and knowledge base

0🍴 0📅 Jan 24, 2026

SKILL.md


name: context-router description: | 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.

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

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon