transcript-path

Locate the current session transcript file path in claude_code, codex, or cursor-agent.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/tz5514/zet-claude-code-settings --skill transcript-path
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-path
Source: https://github.com/tz5514/zet-claude-code-settings/tree/main/skills/transcript-path
Command: npx skills add https://github.com/tz5514/zet-claude-code-settings --skill transcript-path

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies finding the transcript file for your current session, enabling easy backup, sharing, or analysis.

Core Features & Use Cases

  • Session Transcript Path Resolution: Automatically determines the path to the transcript file for the current session running in claude_code, codex, or cursor-agent.
  • Host Runtime Detection: Identifies the runtime environment (claude_code, codex, or cursor-agent) to locate the correct transcript file.
  • Use Case: If you need to share your current session's transcript with someone or need to reference it later, this Skill quickly provides the file path.

Quick Start

Run the transcript-path skill to get the path of the current session's transcript.

Frequently Asked Questions about transcript-path

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

FAQPage Schema
How do I find the transcript file for my current AI coding session?

To locate the current session transcript file, this skill automatically detects your active runtime environment among claude_code, codex, or cursor-agent. It uses runtime-specific environment variables to resolve and return the exact file path, enabling quick backup, sharing, or analysis of your AI development session.

What environment variables are needed to locate a session transcript path in claude_code or cursor-agent?

Locating a session transcript path requires runtime-specific environment variables that identify the active session within your host environment. The skill reads these environment variables from claude_code, codex, or cursor-agent to accurately determine which runtime is active and resolve the correct transcript file location.

Does transcript path resolution work across different AI development environments?

Yes, transcript path resolution works across multiple AI development environments including claude_code, codex, and cursor-agent. The skill performs host runtime detection to identify the specific environment you are currently using, ensuring the correct transcript file path is resolved regardless of which supported runtime is active.

When do I need to resolve the transcript file path for an AI development session?

You need to resolve the transcript file path when you want to backup, share, or analyze the history of your current AI development session. By automatically detecting the host runtime and locating the transcript file, this skill provides the exact path needed for these session management tasks.

What is the best way to automatically detect the host runtime for session management?

The best way to automatically detect the host runtime for session management is using a script that checks runtime-specific environment variables. This skill identifies whether claude_code, codex, or cursor-agent is running, allowing you to accurately resolve the current session's transcript file path without manual configuration.