Stats
Actions
Tags
Analyze Claude Code session files. セッションを探し、timeline(tl)を見て、コンパクトやクリアにより失われた文脈を取り戻す
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-session-analysis:claude-session-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is `{SKILL_DIR}/SKILL.md`. CLI: `{SKILL_DIR}/bin/claude-session-analysis`
This is {SKILL_DIR}/SKILL.md. CLI: {SKILL_DIR}/bin/claude-session-analysis
My session ID: ${CLAUDE_SESSION_ID}
| Subcommand | Description |
|---|---|
sessions [--since <2d>] [--limit <N>] [--path REGEXP] [--grep REGEXP] | セッション検索(デフォルト全プロジェクト) |
timeline <id> [options] | タイムライン表示(--help で全オプション確認可) |
resolve [--path] <id_prefix> | セッションID補完・パス解決 |
file-ops <id> | ファイル操作一覧 |
~/.claude/projects/{project-path}/{session-id}.jsonl~/.claude/file-history/{session-id}/{hash}@v{version}| 目的 | コマンド例 |
|---|---|
| 全体像の把握 | timeline SID |
| 会話内容の確認 | timeline SID --md -t RU |
| コンパクト後の文脈復旧 | timeline SID --md -t TRU --last-since 2h --last-turn 10 |
| 特定トピックの抽出 | timeline SID --grep <pattern> -C 1 --md |
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub kawaz/claude-plugins --plugin claude-session-analysis