cc-session-utils: TUI Dashboard for Managing Claude Code Sessions and Costs

A developer has released cc-session-utils, a terminal UI dashboard for managing Claude Code session files and tracking usage costs. The tool addresses the accumulation of session files, debug logs, and orphaned data in the ~/.claude directory.
Key Features
- Cost Dashboard – Shows total and per-model (Opus/Sonnet/Haiku) cost and token breakdowns with daily, weekly, and monthly tables. Identifies top 10 projects by spend.
- Project Management – Tree-view of all projects with ability to preview sessions, view conversations, and delete unnecessary files.
- Orphan Detection – Finds sessions that no longer belong to any project and enables bulk cleaning.
- Session Migration – Move sessions between projects with per-session selection.
- Backup & Restore – Back up config or full .claude directory with auto-rollback protection.
Installation and Requirements
Requires Python 3.11+ and is built with Textual framework. Installation for Linux/macOS:
pip install cc-session-utils cc-tuiThe developer notes the entire tool was built using Claude Code itself. The project is open source with MIT license and available on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open Source AI Agent Prompt Library Reaches 100 GitHub Stars
A community repository called ai-setup provides shared system prompts, Cursor rules, Claude configs, and local model workflow setups for AI agents. The project has 100 GitHub stars and 90 merged PRs.

Claude Code v2.1.76 System Prompt Updates: Security Monitor Refinements and New Hook Event
Claude Code v2.1.76 includes updates to system prompts with 43 new tokens, featuring refinements to the security monitor for autonomous agents and the addition of a PostCompact hook event. Changes include clarified sensitive data detection, expanded code deserialization examples, and improved formatting for irreversible local destruction guidance.

Open-source Claude Code skill /unzuck curates social media feeds into dashboard
A free, open-source Claude Code skill called /unzuck scans feeds across Hacker News, Reddit, LinkedIn, YouTube, Twitter/X, Instagram, and Facebook in parallel using browser automation, scores items against user interest profiles, and generates interactive HTML dashboards.

Identity and Reputation Layer for OpenClaw Agents
A developer team built MCP-I and IdentiClaw to solve identity loss in multi-step agent workflows, plus knowthat.ai as a reputation registry. They donated the MCP-I spec to the Decentralized Identity Foundation.