transcript-wiki

Route Claude transcript questions to curated wiki pages with source paths.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Michael1Peng/watson --skill transcript-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-wiki
Source: https://github.com/Michael1Peng/watson/tree/main/.agents/skills/transcript-wiki
Command: npx skills add https://github.com/Michael1Peng/watson --skill transcript-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route user questions about Claude transcripts to the wiki knowledge base to access curated, up-to-date pages rather than raw sources.

Core Features & Use Cases

  • Scan docs/wiki/index.md to gather summaries and build a candidate page set.
  • Locate the most relevant pages by keywords and concepts, possibly across multiple pages.
  • Follow Related links to extend coverage and provide sourced answers with explicit file paths like docs/wiki/....

Quick Start

Route the user query to the wiki knowledge base to retrieve the most relevant pages.

Frequently Asked Questions about transcript-wiki

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

FAQPage Schema
How do I access structured documentation for Claude Code transcripts instead of raw JSONL files?

To access structured Claude Code transcript documentation, you can route queries to a wiki knowledge base. This fetches curated pages covering JSONL structures and hook events, returning explicit file paths for citations rather than parsing raw sources directly.

What is the best way to find information about hook events recorded in Claude plugin logs?

Finding information about hook events in Claude plugin logs is best handled by querying a wiki knowledge base. The system locates relevant curated pages by keywords and follows related links to ensure comprehensive coverage of event structures.

How do I navigate wiki pages when a transcript concept spans multiple documents?

To navigate wiki pages for concepts spanning multiple documents, the system follows related links automatically. It scans an index to build a candidate set, locates the most relevant pages by keywords, and extends coverage by traversing connected documentation.

Can I get source file paths for citations when retrieving transcript documentation?

Yes, you can get source file paths for citations when retrieving transcript documentation. The system loads relevant wiki pages and returns explicit file paths, such as docs/wiki/..., ensuring every piece of retrieved information is traceable to its source.

Does this approach work with transcripts stored in the ~/.claude/projects/ directory?

Yes, this approach specifically works with transcripts stored in the ~/.claude/projects/ directory. It is designed to handle Claude Code transcripts, mapping user questions about these files to curated wiki pages that explain their structure and events.