claude-history-ingest

Ingest Claude Code conversation history into an Obsidian wiki.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill claude-history-ingest-zjykzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-history-ingest
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/claude-history-ingest
Command: npx skills add https://github.com/zjykzk/blog --skill claude-history-ingest-zjykzk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest Claude Code conversation history into the Obsidian wiki to distill signal from noisy transcripts and surface actionable knowledge.

Core Features & Use Cases

  • Ingest Claude conversation history into the wiki to create searchable knowledge from past sessions, including coding discussions and project context.
  • Import data from the user's ~/.claude folder and analyze conversation patterns to surface reusable insights for future work.
  • Use the wiki-history-ingest router to trigger a structured, repeatable ingestion workflow that respects user configuration.

Quick Start

Ingest Claude history into the wiki by invoking the wiki-history-ingest router with the claude flag and directing output to the vault.

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 ingest Claude conversation history into Obsidian, invoke the wiki-history-ingest router with the claude flag and direct the output to your vault. This converts scattered transcripts into searchable, structured knowledge notes.

What does mining past Claude coding sessions actually surface?

Mining past Claude coding sessions surfaces reusable insights and project context by analyzing conversation patterns. It distills signal from noisy transcripts, turning scattered chat logs into actionable knowledge for future work.

Do I need an Obsidian vault path to ingest Claude chat history?

Yes, you need to provide the OBSIDIAN_VAULT_PATH and CLAUDE_HISTORY_PATH via the Config Resolution Protocol. The ingestion process also reads the .manifest.json and index.md files to drive import decisions.

Can I extract project context from the ~/.claude folder?

Yes, you can import data directly from your ~/.claude folder. The ingestion workflow reads your conversation history to extract coding-session insights and audit project history within your Obsidian wiki.

What is the best way to audit project history from Claude transcripts?

The best way to audit project history is ingesting Claude transcripts into Obsidian using the wiki-history-ingest router. This creates a structured, repeatable workflow that respects user configuration and surfaces searchable knowledge.