wbelkwbelkCommunityยท1 Agent Skills Included

claude-qmd-sessions

Convert coding session transcripts into searchable markdown archives

Converts Claude Code session transcripts from raw JSONL files into clean, organized markdown. Indexes every past conversation in qmd for fast semantic and keyword search across projects. Eliminates lost context by auto-restoring recent exchanges after compaction or on new sessions. Keeps the search index current automatically through session lifecycle hooks.
npx skills add wbelk/claude-qmd-sessions --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-qmd-sessions?โ–ผ

Run `npx skills add wbelk/claude-qmd-sessions --all -g -y` in your terminal to install the skill globally.

How to search past Claude Code sessions?โ–ผ

This skill converts your session transcripts to markdown and indexes them in qmd, so you can search past conversations semantically or by keyword through the qmd MCP server.

How to restore context after compaction?โ–ผ

SessionStart hooks automatically reload your CLAUDE.md files and the last ~50 exchanges from recent sessions, or run `/qmd-sessions refresh` to load context manually.

What are the requirements for qmd-sessions?โ–ผ

You need Bun, Node 22 or higher, and the qmd package installed globally. The setup wizard checks each prerequisite and guides you through installation step by step.

Does qmd-sessions index sessions automatically?โ–ผ

Yes. PreCompact and SessionEnd hooks convert and index every session automatically, with a guard that skips embedding if another index job is already running.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’