vctool-claude-code-manager
v1.5.3
Published
A CLI tool to assist with Claude Code vibe coding workflows
Maintainers
Readme
Claude Code Manager
A CLI tool for managing Claude Code workflows with automatic execution tracking and analytics.
Quick Start
npm install -g vctool-claude-code-manager
ccm initFeatures
- 📈 Automatic Execution Tracking - Zero config, works immediately
- 🔍 Interactive Web Analyzer - Timeline visualization with D3.js
- 📊 Session Analytics - Project breakdowns and conversation history
- 🛠️ Real-time Task Monitoring - htop-like interface for Claude Code tasks
Commands
Initialize and manage tracking system.
ccm init # Set up tracking
ccm init --check # Verify setup
ccm init --force # Force reinitializeView session statistics and export data.
Options:
--analyzer- Open web-based analyzer--output-path <path>- Export data (JSON/Markdown)--current- Current project only--with-ai- Include AI responses
ccm stat --analyzer # Interactive web analyzer
ccm stat --output-path # Export data
ccm stat --current
htop-like interface for Claude Code tasks with hierarchical view.
ccm monitorControls:
Tab- Filter tasks (all/pending/active/completed)Space- Expand/collapse tree nodesEnter- Show task detailsA- Active tasks onlyQ- Quit
Tree Structure: Project → Session → Agent → Task

Analyze Claude Code token usage and costs.
ccm usage daily # Daily usage report
ccm usage monthly # Monthly aggregated report
ccm usage blocks --live # Real-time dashboardOptions:
--since <date>- Start date filter (YYYYMMDD)--until <date>- End date filter (YYYYMMDD)--breakdown- Show per-model costs--json- JSON output
Additional tools for project management.
ccm backup # Backup Claude config
ccm slim # Clean up old entries
ccm track # Internal tracking (auto-used)Design
Data Storage:
- Database:
~/.claude/db.sql(local SQLite) - Config:
~/.claude/settings.json(auto-configured)
Links
Requirements: Node.js >= 18.0.0 + Claude Code
