codex-history-ingest

Parse Codex session logs and distill durable knowledge into Obsidian wiki pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill extracts knowledge from Codex session histories and distills it into the Obsidian wiki, reducing manual curation and ensuring retention of durable insights.

Core Features & Use Cases

  • Gather and distill user Codex conversations, rollouts, and history into cross-linkable wiki pages.
  • Redact sensitive content and preserve provenance while surfacing recurring patterns and project concepts.
  • Use case: extract coding patterns from past Codex sessions to reuse in new projects.

Quick Start

Parse your Codex history and update the wiki with distilled, reusable insights.

Frequently Asked Questions about codex-history-ingest

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

FAQPage Schema
How do I ingest Codex session history into an Obsidian wiki?

To ingest Codex session history into an Obsidian wiki, this skill parses local session logs, session_index.jsonl, and history.jsonl files to distill durable knowledge and generate cross-linkable wiki pages.

Can I redact sensitive information when exporting Codex transcripts?

Yes, you can redact sensitive information when exporting Codex transcripts because the ingestion process automatically applies secret redaction to ensure sensitive data is removed before wiki pages are created.

How do I organize Codex rollout logs by cross-session topics?

You can organize Codex rollout logs by cross-session topics by parsing session_index.jsonl and history.jsonl to extract recurring patterns and project concepts into cross-linked wiki pages.

Does ingesting Codex history support appending to existing wiki pages?

Yes, ingesting Codex history supports appending to existing wiki pages, offering both append and full ingestion modes to update your wiki without overwriting previous knowledge.

How does provenance tagging work for distilled Codex conversations?

Provenance tagging for distilled Codex conversations works by automatically satisfying frontmatter requirements during ingestion, preserving the origin and traceability of session data within the generated wiki pages.