Export Claude Code sessions to searchable markdown with QMD integration. Use when user says "sync sessions", "export sessions", "search sessions", "session history", or wants to backup/search past conversations. Don't use for live note-taking, meeting transcripts, or non-Claude-Code content.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Export Claude Code sessions to searchable markdown with QMD integration. Use when user says "sync sessions", "export sessions", "search sessions", "session history", or wants to backup/search past conversations. Don't use for live note-taking, meeting transcripts, or non-Claude-Code content.
Session Sync
Export Claude Code sessions to project-organized markdown. Integrates with QMD for semantic search.
Quick Start
# First time setup (cross-platform)
python ~/.claude/skills/session-sync/scripts/session-sync.py setup
# Export all sessions
python ~/.claude/skills/session-sync/scripts/session-sync.py export --all
# Search sessions
python ~/.claude/skills/session-sync/scripts/session-sync.py search "authentication"
Note: Use python on Windows, python3 on macOS/Linux. The setup command auto-detects your platform.
Commands
Command
Description
setup
Interactive onboarding (auto-detects platform)
status
Show config, QMD status, export stats
export
Export sessions. Filters: --all, --days N, --project NAME, --since DATE
index
Re-index exported sessions in QMD
search QUERY
BM25 keyword search via QMD
vsearch QUERY
Semantic vector search via QMD
config
Set --target-folder, --collection-name
list-projects
List available Claude Code projects
sync
Sync current session (used by Stop hook or manually)