logging-session

Record and query AI coding session logs with structured summaries.

118|12|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/balabalabalading/huuuuuuho-skills --skill logging-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logging-session
Source: https://github.com/balabalabalading/huuuuuuho-skills/tree/main/skills/logging-session
Command: npx skills add https://github.com/balabalabalading/huuuuuuho-skills --skill logging-session

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Records and organizes AI conversation logs by capturing queries, solutions, and outcomes, enabling fast recall and reporting.

Core Features & Use Cases

  • Automatic logging via Stop hook: when a Claude Code session ends, it automatically saves a structured summary.
  • Structured records: stores project name, user query, thought process, final result, file paths, and more.
  • Flexible querying: filter by project, date range, or session ID; output as Markdown, AI-friendly text, or JSON.
  • Weekly project summary: generate group-by-project reports with category breakdowns and per-session details.
  • Obsidian integration: export notes directly into your vault for seamless knowledge capture.
  • Thread support: link related sessions to build conversation threads.

Quick Start

Finish a coding session and run the logging workflow to store a complete session log.

Frequently Asked Questions about logging-session

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

FAQPage Schema
How do I automatically save AI coding session logs when a session ends?

You can automatically save AI coding session logs by integrating a Stop hook that triggers when a session ends, capturing the user query, thought process, final result, and file paths into a structured schema for later recall.

What is the best way to query AI session logs by project and date range?

Querying AI session logs by project and date range is done through flexible query formats that filter records by project name, date, or session ID, outputting results as Markdown, AI-friendly text, or JSON.

Can I export AI session logs directly into an Obsidian vault?

Yes, you can export AI session logs directly into an Obsidian vault for seamless knowledge capture, transferring structured session records and weekly project summaries into your notes.

How do I generate weekly project summaries from AI conversation logs?

Generating weekly project summaries from AI conversation logs involves grouping stored records by project name, creating category breakdowns and detailing per-session outcomes to support reporting.

Does this session logging tool require SQLite to store structured records?

The session logging tool uses SQLite to store structured records of AI coding sessions, capturing queries, solutions, outcomes, and file paths to enable fast recall and flexible querying.

How do I link related AI sessions to build a conversation thread?

Linking related AI sessions to build conversation threads requires using thread support features to connect separate session records, preserving the context of questions and solutions across project work.