wiki-history-ingest

Route history ingestion commands to specialized history skills.

6|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill wiki-history-ingest-pax-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-history-ingest
Source: https://github.com/pax-k/war-gov-uap-wiki/tree/main/.cursor/skills/wiki-history-ingest
Command: npx skills add https://github.com/pax-k/war-gov-uap-wiki --skill wiki-history-ingest-pax-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route history artifacts and agent-session data to the correct specialized ingest skill, removing manual routing and reducing context-switching.

Core Features & Use Cases

  • Routing to specialized history skills: claude-history-ingest, copilot-history-ingest, codex-history-ingest, hermes-history-ingest, openclaw-history-ingest.
  • Context-aware routing rules: direct mapping when explicit target is provided, or inference from memory sources to the correct handler.
  • Execution contract and UX conventions: delegates to destination skill logic and keeps manifest/index/log updates to the destination.

Quick Start

Invoke /wiki-history-ingest claude to route to claude-history-ingest history workflow.

Frequently Asked Questions about wiki-history-ingest

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

FAQPage Schema
How do I route agent session history to the correct ingestion workflow?

Routing agent session history requires a unified router that directs ingestion commands to specialized skills like claude-history-ingest or copilot-history-ingest based on explicit targets or context inference.

Can I auto-infer the correct history ingest handler from context?

Yes, auto inference from memory sources allows the router to determine the correct history ingest handler automatically when no explicit destination skill is specified in the command.

What specialized history ingestion skills are supported for routing?

Supported specialized history ingestion skills include claude-history-ingest, copilot-history-ingest, codex-history-ingest, hermes-history-ingest, and openclaw-history-ingest for direct routing.

How do I trigger history ingestion for a specific agent like Claude?

To trigger history ingestion for Claude, invoke the router with the claude parameter to route directly to the claude-history-ingest workflow.

Does the history routing skill handle manifest and log updates itself?

No, the history routing skill delegates execution to the destination skill logic and leaves manifest, index, and log updates entirely to the destination handler.

Why use a unified router instead of calling individual history ingest skills directly?

A unified router removes manual routing and reduces context-switching by automatically directing history artifacts and agent-session data to the correct specialized ingest skill.