thischat

Locate active Claude Code session logs and stamp files with provenance metadata.

12|2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/hartphoenix/weft --skill thischat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thischat
Source: https://github.com/hartphoenix/weft/tree/main/.claude/skills/thischat
Command: npx skills add https://github.com/hartphoenix/weft --skill thischat

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables accurate identification, association, and archival of current Claude Code sessions, ensuring session logs are reliably referenced and provenance data is maintained.

Core Features & Use Cases

  • Session Identification: Discerns the current session's JSONL log file by matching conversation prompts or using file timestamps.
  • Provenance Stamping: Annotates files with session metadata via YAML frontmatter or HTML comments for auditability.
  • Use Case: A user wishes to automatically embed the current session's log path in a report or link session data to specific outputs.

Quick Start

Use the thischat skill to retrieve the current session log file path or add provenance information by specifying a file path.

Frequently Asked Questions about thischat

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

FAQPage Schema
How do I find the active Claude Code session log file path?

To find the active Claude Code session log file path, you can use prompt-based disambiguation or birthtime matching to locate the specific JSONL log file associated with your current conversation.

How do I add provenance metadata to files for audit trails?

Adding provenance metadata for audit trails involves stamping files with session information using YAML frontmatter or HTML comments, ensuring your outputs are annotated for data integrity and reliable referencing.

Can I match historical session logs using file timestamps?

Yes, you can match historical session logs using file birthtime matching, allowing you to find related sessions in archives when conversation prompts are insufficient for disambiguation.

What is the best way to link Claude session data to specific output files?

The best way to link Claude session data to specific output files is by embedding the current session's log path directly into reports or stamping outputs with provenance metadata for reproducibility.

Does this skill support annotating session logs with YAML frontmatter?

Yes, the skill supports annotating session logs with provenance metadata via YAML frontmatter or HTML comments, ensuring session logs are reliably referenced and data integrity is maintained.