Session Detail
Skill Verified ActiveShow detailed information about a Claude Code session including stats, token usage, models used, tools called, associated tasks, and conversation messages. Use when the user says "show session", "session details", "what happened in session X".
To provide users with deep insights into their Claude Code sessions, enabling better understanding of token usage, model behavior, and conversation context.
Features
- Detailed session statistics and token usage
- Analysis of models used and tools called
- Retrieval and display of conversation messages
- Session search and filtering capabilities
- Web dashboard for visual session browsing
Use Cases
- Understanding token consumption for cost optimization
- Reviewing past conversations to recall context or decisions
- Debugging or auditing AI-generated code or content
- Managing and organizing a history of AI sessions
Non-Goals
- Interacting with or modifying Claude Code sessions in real-time
- Providing code generation or editing capabilities
- Replacing the core Claude Code functionality
Security
- info:Unguarded Destructive OperationsWhile most operations are read-only, the 'delete' and 'cleanup' skills are destructive. These are guarded by explicit invocation and user confirmation via the Claude Code CLI, not a programmatic dry-run flag.
Scope
- info:Dry-run previewDestructive operations like delete and cleanup do not have a specific `--dry-run` flag but rely on explicit user invocation and confirmation, which serves a similar purpose for direct CLI use.
Installation
First, add the marketplace
/plugin marketplace add apappascs/claude-code-sessions/plugin install claude-code-sessions@claude-code-sessionsQuality Score
VerifiedTrust Signals
Similar Extensions
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.