Hoardinator Session Logger provides a seamless bridge between your local Claude Code environment and a Supabase database, allowing you to archive, analyze, and search your AI interaction history. By parsing local JSONL transcripts and converting them into dollar-quoted SQL, the skill ensures that complex markdown, tool calls, and thinking blocks are safely preserved. It supports intelligent incremental updates, only uploading new activity to minimize API overhead and prevent data duplication, making it an essential tool for developers building long-term AI observability workflows.
主な機能
01Extraction of metadata including tool calls and thinking blocks
020 GitHub stars
03Automated JSONL transcript parsing and session ID matching
04Security-focused SQL generation using dollar-quoting
05Incremental session syncing to prevent duplicate records
06Batched uploads via the Supabase Management API
ユースケース
01Analyzing AI tool-use efficiency and reasoning patterns over time
02Building a searchable central repository of team AI coding sessions
03Archiving session logs for compliance, auditing, or code review