cldctrl: Terminal Dashboard for Managing Claude Code Sessions

What cldctrl Does
cldctrl is a terminal dashboard tool designed to make it easier to track projects, sessions, and usage in Claude Code. The tool focuses on making resuming or starting sessions faster—you arrow to a project and hit enter.
Installation and Setup
Install globally via npm: npm i -g cldctrl. No configuration is required—it reads your existing ~/.claude data and auto-discovers your projects.
Key Features
- Launch or resume Claude Code sessions from a project list
- See active sessions and what they're working on
- Enter on a GitHub issue launches Claude with that issue as context
- Token usage with rate limit bars (5h/7d windows)
- Git status, session history, per-session cost estimates
- Browse project files and commits
Platform Support and Testing
The tool has been tested primarily on Windows. It should work on macOS and Linux but has been less tested—bug reports are welcome.
Additional Resources
Interactive preview available at https://cld-ctrl.com. Source code is on GitHub: https://github.com/RyanSeanPhillips/cldctrl. npm package page: https://www.npmjs.com/package/cldctrl.
📖 Read the full source: r/ClaudeAI
👀 See Also

Exploring API-to-API Interactions: A Closer Look at Automation
A recent discussion on Reddit delves into the intricacies of API-to-API phone calls, focusing on practical implementation and potential challenges using tools such as Postman and Twilio.
Surgical GitHub Extraction: A Claude Skill to Fetch One Function, Not the Whole Repo
A new open-source Claude Skill named surgical-github-extraction stops Claude Code from cloning entire repos when you only want one function or pattern. It reads the README, pulls 1–3 raw source files, and lifts the smallest useful unit with a provenance comment.

Revdiff: Terminal Diff Viewer with Inline Annotations for AI Agents
Revdiff is a TUI diff reviewer built specifically for reviewing AI-generated code changes without leaving terminal sessions. It outputs structured annotations to stdout that can be piped directly back to AI agents like Claude Code, creating a continuous review loop.

Kstack: Skill Pack for Claude Code to Monitor and Troubleshoot Kubernetes
Kstack is an open-source skill pack that adds slash commands like /investigate, /audit-security, and /cluster-status to Claude Code (and other AI agents) for monitoring and troubleshooting K8s clusters. It uses kubectl, Kubetail, Trivy, and Pluto behind the scenes.