·session-replay
</>

session-replay

rysweet/amplihack

クロードトレース JSONL ファイルを分析して、セッションの健全性、パターン、実用的な洞察を取得します。 セッションの問題をデバッグする場合、トークンの使用状況を理解する場合、または失敗パターンを特定する場合に使用します。

24インストール·2トレンド·@rysweet

インストール

$npx skills add https://github.com/rysweet/amplihack --skill session-replay

SKILL.md

This skill analyzes claude-trace JSONL files to provide insights into Claude Code session health, token usage patterns, error frequencies, and agent effectiveness. It complements the /transcripts command by focusing on API-level trace data rather than conversation transcripts.

| Empty file | Session had no API calls | Report "No data to analyze" | | Malformed JSON | Corrupted trace or interrupted write | Skip line, count in error report | | Missing fields | Older trace format | Use .get() with defaults | | Permission denied | File locked by another process | Clear error message, suggest retry |

| Encoding error | Non-UTF-8 characters | Report encoding issue |

クロードトレース JSONL ファイルを分析して、セッションの健全性、パターン、実用的な洞察を取得します。 セッションの問題をデバッグする場合、トークンの使用状況を理解する場合、または失敗パターンを特定する場合に使用します。 ソース: rysweet/amplihack。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/rysweet/amplihack --skill session-replay
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

session-replay とは?

クロードトレース JSONL ファイルを分析して、セッションの健全性、パターン、実用的な洞察を取得します。 セッションの問題をデバッグする場合、トークンの使用状況を理解する場合、または失敗パターンを特定する場合に使用します。 ソース: rysweet/amplihack。

session-replay のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/rysweet/amplihack --skill session-replay インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/rysweet/amplihack