ai-coding-tool-data

Provide structured data interfaces for JSONL transcripts, SQLite databases, and OTel telemetry.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/hafley66/claude-research --skill ai-coding-tool-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-coding-tool-data
Source: https://github.com/hafley66/claude-research/tree/main/skills/ai-coding-tool-data
Command: npx skills add https://github.com/hafley66/claude-research --skill ai-coding-tool-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data interfaces for building external tooling (HUDs, dashboards, analyzers) on top of AI coding tools.

Core Features & Use Cases

  • JSONL transcripts: per-session and global transcripts for dashboards and analysis.
  • Status line telemetry: runtime insights from Claude Code and OpenCode.
  • SQLite & OpenTelemetry interfaces: structured access to local data stores for tooling and analytics.

Quick Start

Connect to Claude Code JSONL transcripts and OpenCode SQLite databases to begin building dashboards.

Frequently Asked Questions about ai-coding-tool-data

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

FAQPage Schema
How do I access Claude Code JSONL transcripts for building custom analytics dashboards?

Access Claude Code JSONL transcripts by connecting to the structured data interfaces provided for per-session and global transcripts. These interfaces enforce compatibility with JSONL data structures to support external dashboard and analytics tooling development.

Can I use SQLite databases to extract OpenCode telemetry data for external monitoring tools?

Yes, you can extract OpenCode telemetry data using the structured SQLite interfaces provided. These interfaces offer structured access to local SQLite data stores, enabling developers to build external tooling and analytics applications.

What is the best way to integrate OpenTelemetry OTel telemetry from AI coding tools into a custom HUD?

Integrate OpenTelemetry OTel telemetry by utilizing the structured data interfaces that enforce compatibility with OpenTelemetry data structures. This allows developers to feed runtime insights and status line telemetry directly into custom HUDs.

Does this data interface approach work with both Claude Code and OpenCode runtime environments?

Yes, the data interfaces are explicitly designed to support both Claude Code and OpenCode environments. They provide structured access to JSONL transcripts, SQLite databases, and status line telemetry from both AI coding tools.

How do I parse AI coding tool transcripts to extract per-session data for analysis?

Parse AI coding tool transcripts by leveraging the structured data interfaces that enforce JSONL compatibility. These interfaces document detailed usage patterns for accessing per-session and global transcripts required for analysis tooling.

What are the limitations when relying on local SQLite and JSONL files for coding tool analytics?

The primary limitation is dependency on local data stores, meaning analytics are restricted to SQLite databases and JSONL transcripts generated locally by Claude Code and OpenCode rather than real-time remote telemetry streams.