Methodologygeneric

wiki-history-ingest

Methodology skill.md.

ar9av/obsidian-wiki
View source

Install

npx skills add https://github.com/ar9av/obsidian-wiki --skill wiki-history-ingest

Use with your agent

ClaudeCursorOpenAIGemini

Install the wiki-history-ingest skill, then use it as build context. Run: npx skills add https://github.com/ar9av/obsidian-wiki --skill wiki-history-ingest. Then read the installed skill.md and follow its guidance to build or refactor my project.

Unified History Ingest Router

This is a thin router for history sources only. It does not replace wiki-ingest for documents.

Subcommands

If the user invokes /wiki-history-ingest <target> (or equivalent text command), dispatch directly:

SubcommandRoute To
claudeclaude-history-ingest
copilotcopilot-history-ingest
codexcodex-history-ingest
hermeshermes-history-ingest
openclawopenclaw-history-ingest
autoinfer from context using rules below

Routing Rules

  1. If the user explicitly says claude, copilot, codex, hermes, or openclaw, route directly.
  2. If the user provides a path/source:
    • ~/.claude or Claude memory/session JSONL artifacts -> claude-history-ingest
    • ~/.copilot, session-store.db, VS Code copilot-chat transcripts -> copilot-history-ingest
    • ~/.codex or rollout/session index artifacts -> codex-history-ingest
    • ~/.hermes or Hermes memories/session artifacts -> hermes-history-ingest
    • ~/.openclaw or OpenClaw MEMORY.md/session JSONL artifacts -> openclaw-history-ingest
  3. If ambiguous, ask one short clarification:
    • "Should I ingest claude, copilot, codex, hermes, or openclaw history?"

Execution Contract

  • After routing, execute the destination skill's workflow exactly.
  • Do not duplicate destination logic in this file.
  • Leave manifest/index/log update semantics to the destination skill.

UX Convention

  • Use wiki-ingest for documents/content sources
  • Use wiki-history-ingest for agent history sources

Examples:

  • /wiki-history-ingest claude
  • /wiki-history-ingest copilot
  • /wiki-history-ingest codex
  • /wiki-history-ingest hermes
  • /wiki-history-ingest openclaw
  • $wiki-history-ingest claude (agents that use $skill invocation)
  • $wiki-history-ingest copilot