Andrey Markin
  • home
  • services
  • products
  • projects
  • blog
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
    • Video
  • courses
  • resume
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Session Report
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
  1. Directory
  2. session-report
GuidelineAI CodingDev Toolsagentscliobservability

session-report

Claude Code / Codex skill that generates a self-contained HTML report debugging what is in a session's context window and how every token is spent — context budget, retained thinking, the dumb-zone cutoff, loaded CLAUDE.md and skills, and full history.

Added June 25, 2026
Visit guideline

Install it with:

bash
npx skills add Mark-Life/agent-skills -g --skill session-report

Then run /session-report <session-id> to inspect or debug a session's context usage — "what's eating my context", "why did this session get dumb", "is my CLAUDE.md too big". It produces a forensic, zero-dependency HTML report you can just open: peak context versus the available window, dumb-zone detection (degradation past ~40% utilization), thinking-token recovery from output metadata, an inventory of loaded artifacts (CLAUDE.md, skills, opened files), and the full searchable event history with inline dumb-zone markers.

Because it's a script parsing the transcript rather than a prompt, the report is near-instant and costs no tokens — the agent just runs it, it doesn't reason it out. Runs via Node, Bun, or npx tsx and defaults to a 1M-token window for Claude Code (Codex records its actual window); output lands at ./ccx-<id>.html. Worth remembering one caveat it calls out: a peak near 200K on a 1M window is normal (~20% capacity), not evidence of truncation.

Related

  • exe.devCloud for you and your agents — disposable per-second sandboxes, persistent Linux VPS with SSH/HTTPS, and Devbox cloud dev environments.
  • context-doctorClaude Code / Codex skill that audits the fixed context a coding agent auto-loads every session — tool/MCP definitions, connectors, plugins, skills, subagents, memory/rules files — and proposes ranked cuts to prune, gate, or route what's loaded but unused.
  • integrations.shA registry of 5,700+ integration specs from Rhys Sullivan — the same builder behind Executor. Every service normalized into MCP, OpenAPI, GraphQL, and CLI form, each surface leading with a grounded, cited credential guide agents can act on.
  • memory-viewClaude Code / Codex skill that reads a project's auto-memory vault and generates a self-contained HTML explorer to visualize what the agent has remembered — MEMORY.md plus topic files — without editing or managing it.