claude-history-ingest

Ingest Claude conversation history into Obsidian wiki pages with frontmatter and provenance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest Claude Code conversation history into the Obsidian wiki. Use this skill when the user wants to mine their past Claude conversations for knowledge, import their ~/.claude folder, extract insights from previous coding sessions, or says things like "process my Claude history", "add my conversations to the wiki", "what have I discussed with Claude before". Also triggers when the user mentions their .claude folder, Claude projects, session data, past conversation logs, local-agent-mode sessions, or audit logs.

Core Features & Use Cases

  • Ingest Claude Code conversation history from multiple sources (CLI sessions, desktop app data, and memory/object files) into structured wiki pages.
  • Distill conversations into topic-focused summaries with provenance and frontmatter suitable for graph navigation.
  • Support incremental updates by comparing manifests to ingest new or modified items and maintain project-scoped knowledge.

Quick Start

Ingest Claude conversation history into the wiki by processing the Claude data in the user's ~/.claude directory.

Frequently Asked Questions about claude-history-ingest

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

FAQPage Schema
How do I import Claude conversation history into Obsidian?

To import Claude conversation history into Obsidian, this skill processes CLI sessions, memory files, and audit logs from the ~/.claude directory, distilling them into structured, wiki-ready markdown pages with frontmatter and provenance.

What does distilling Claude conversations into wiki pages involve?

Distilling Claude conversations into wiki pages involves extracting past coding session data, summarizing findings into topic-focused markdown pages, and adding project-scoped frontmatter suitable for graph navigation in Obsidian.

Can I extract insights from past Claude coding sessions without losing context?

Yes, you can extract insights from past Claude coding sessions by processing local-agent-mode session data and audit logs. The skill preserves context by attaching provenance and project-scoped metadata to the generated wiki pages.

Does ingesting Claude history support incremental updates for new conversations?

Yes, ingesting Claude history supports incremental updates by comparing manifests to identify new or modified conversation items, ensuring your project-scoped wiki knowledge stays current without reprocessing the entire history.

What is the best way to organize Claude CLI session data for knowledge distillation?

The best way to organize Claude CLI session data for knowledge distillation is to let the skill process your ~/.claude folder directly, automatically generating project-scoped wiki pages with structured frontmatter and summarized findings.