Session Stats
Skill Verified ActiveShows token usage, model distribution, turn count, duration, and tool usage for a Claude Code session. Use when the user asks about token usage, session cost, model breakdown, or says "session stats" or "how much did this session use".
To provide users with detailed insights into their Claude Code session activity, enabling them to understand token consumption, model usage, and tool utilization.
Features
- Shows token usage breakdown
- Details model distribution per session
- Lists tool usage statistics
- Provides session duration and turn count
Use Cases
- When asking about token usage for a session
- When inquiring about session cost or model breakdown
- When requesting 'session stats' or 'how much did this session use'
Non-Goals
- Cost estimation for sessions
- Modifying or deleting session files
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
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.
Guard
100Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.