From plugin-creator
References Claude Code session log schema for JSONL files under ~/.claude/projects/. Details record types, tool call/result pairing, subagent file locations, team layouts, and config paths. Use for parsing transcripts, PostToolUse hooks, or building analyzers.
npx claudepluginhub jamie-bitflight/claude_skills --plugin plugin-creatorThis skill is limited to using the following tools:
Reference skill for the JSONL session log format written by Claude Code under `~/.claude/projects/`.
Analyze Claude Code session logs and surface productivity improvements. Extracts thinking blocks, tool usage stats, error patterns, debug trajectories - then generates friendly, actionable recommendations. Triggers on: introspect, session logs, trajectory, analyze sessions, what went wrong, tool usage, thinking blocks, session history, my reasoning, past sessions, what did I do, how can I improve.
Analyzes Claude Code session history JSONL files to extract insights, summaries, and patterns from conversations. Processes current project or all sessions with bash, jq, and subagents.
Extracts markdown transcripts from Clawdbot, Claude Code, and Codex .jsonl session logs using a bash script with jq. Useful for exporting prompt history or AI coding session transcripts.
Share bugs, ideas, or general feedback.
Reference skill for the JSONL session log format written by Claude Code under ~/.claude/projects/.
All claims in the reference are sourced from direct JSONL file inspection and verified against the LM Assist TypeScript source. No fields are inferred.
Load ./references/schema.md when you need:
system, user, assistant, result, progress, summary, file-history-snapshot)PostToolUse tool_response maps to tool_result.contentSchema verified 2026-03-24. Source reference: ./references/schema.md.