wiki-history-ingest

Route agent history sources to the appropriate history-ingest workflow.

Updated Apr 27, 2014
One-click install
npx skills add https://github.com/Nirajkashyap/nirajkashyap.github.io --skill wiki-history-ingest-nirajkashyap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-history-ingest
Source: https://github.com/Nirajkashyap/nirajkashyap.github.io/tree/main/.agents/skills/wiki-history-ingest
Command: npx skills add https://github.com/Nirajkashyap/nirajkashyap.github.io --skill wiki-history-ingest-nirajkashyap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route agent history sources to the appropriate history-ingest workflow, preventing misrouting and duplication by delegating to specialized history skills.

Core Features & Use Cases

  • Dispatches to claude-history-ingest, copilot-history-ingest, codex-history-ingest, hermes-history-ingest, or openclaw-history-ingest based on explicit commands or context cues.
  • Applies routing rules to map artifacts or memory sources to the correct destination, ensuring consistent ingestion behavior.
  • Maintains a clear execution contract by delegating actual ingestion logic to the chosen destination skill without duplicating its workflow.

Quick Start

Route Claude history by invoking the wiki-history-ingest router with claude-history-ingest as the target.

Frequently Asked Questions about wiki-history-ingest

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

FAQPage Schema
What is agent history ingestion routing?

Agent history ingestion routing directs memory sources to the correct specialized workflow, preventing misrouting and duplication by delegating execution to the destination skill.

How do I route Claude history to the correct ingestion workflow?

To route Claude history, invoke the router with claude-history-ingest as the target, allowing the dispatcher to map artifacts to the destination skill without duplicating logic.

Which agent history sources can be dispatched for ingestion?

Supported agent history sources include Claude, Copilot, Codex, Hermes, and OpenClaw, dispatched based on explicit commands or contextual artifacts.

Does the router duplicate the ingestion logic of destination skills?

No, the router enforces a clear execution contract by delegating actual ingestion logic to the chosen destination skill without duplicating its workflow.

Why does my agent history ingestion keep misrouting?

Misrouting occurs without a unified router; applying explicit routing rules to map artifacts prevents inconsistent ingestion behavior across different agent sources.

Can I use contextual artifacts to dispatch agent history ingestion?

Yes, the router applies routing rules to map contextual artifacts or memory sources to the correct destination, ensuring consistent ingestion behavior.