by vibe-log
A CLI tool for logging and analyzing Claude Code and Cursor ai-driven coding session.
# Add to your Claude Code skills
git clone https://github.com/vibe-log/vibe-log-cli
Website âĸ Report Bug âĸ Request Feature
Vibe-log-cli is an open-source command-line tool that analyzes your Claude Code sessions to extract productivity insights and generate reports. All analyses can run completely locally on your machine using Claude Code's capabilities. It also encompasses a statusline that help you get more from your sessions.
Just run:
npx vibe-log-cli@latest
New: Be prepared in 2-3 minutes for your daily standup meeting!
Generate comprehensive productivity reports using Claude Code's sub-agents to analyze your sessions in parallel. No data leaves your machine. See example of locally generated report here: https://vibe-log.dev/example-daily-report
Strategic product advisor in Claude Code. Your prompts are analyzed locally (via CC) to provide actionable guidance that pushes you to ship faster. Feedback appears in your Claude Code status line with concrete next steps.
Get a personalized standup summary of your recent claude coding activity right from your terminal. Runs 100% locally using your own Claude Code installation The standup feature analyzes your recent sessions and generates a concise summary of:
No comments yet. Be the first to share your thoughts!
Getting started with vibe-log is now smoother than ever: Better first-run setup flow Helpful prompts to guide you through configuration Improved error messages when things go wrong
More accurate session duration tracking with better handling of: Massive sessions: Sessions with 10,000+ messages no longer cause performance issues Smart truncation: Large sessions are intelligently truncated while preserving time data Consistent timestamps: Better parsing and validation of session timing information Edge case handling: Fixed issues with sessions that had missing or invalid timestamps
đ Installation Safety: Automatically backs up your existing status line configuration. Uninstalling instantly restores your original setup - zero risk to your Claude Code configuration.
In more details:
flowchart LR
subgraph Input ["âŗī¸ In Claude Code"]
User([đ¤ You type a<br/>prompt]) --> Submit[Press Enter to<br/>submit prompt]
Submit --> Hook[đĒ UserPromptSubmit<br/>hook triggers]
end
subgraph Analysis ["đ§ Local Prompt Analysis via Claude Code SDK"]
Hook --> CLI[Vibe-log CLI<br/>receives prompt]
CLI --> Check{Is new chat?}
Check -->|No| Context[đ Include previous<br/>conversation]
Check -->|Yes| Direct[đ Analyze prompt<br/>standalone]
subgraph Personality ["đ Infuse Coach Personality"]
Gordon[đ§âđŗ Gordon<br/>Tough love]
Vibe[đ Vibe-log<br/>Encouraging]
Custom[⨠Custom<br/>Your style]
end
Context --> SDK[Claude SDK<br/>analyzes prompt quality]
Direct --> SDK
Personality -.-> SDK
SDK --> Score[đ Generate score<br/>& suggestion]
end
subgraph Display ["đŦ Status Line Feedback"]
Score --> Save[đž Save to<br/>~/.vibe-log/analysis]
Save --> Status[Status bar<br/>reads result]
Status --> Show[đĸ 85/100<br/>⨠Gordon says:<br/>Add more context chef!]
end
Show --> Improve([đ Better prompts<br/>Better results])
npx vibe-log-cliNote: Installation automatically backs up your current status line (if any). When you uninstall vibe-log, your original configuration is instantly restored.
Generate comprehensive productivity reports using Claude Code's sub-agents to analyze your sessions in parallel. No data leaves your machine.
flowchart TD
Start([đ Claude Code Sessions]) --> Select[vibe-log-cli select time frame and projects]
Select --> Extract[Extracts & prepares session data]
Extract --> Launch[Launches Claude with instructions]
Launch --> Parallel{Parallel sub-agents<br/> session analysis}
Parallel --> Gather[Gathers results &<br/>Generates report]
Gather --> Output[đ HTML Report in current folder]
style Start fill:#e1f5fe
style Output fill:#d4edda
Optionally sync your sanitized session data to the vibe-log dashboard for advanced analytics and tracking over time.
flowchart TD
subgraph Local ["đ Your Machine"]
Sessions[Claude Code Sessions] --> Select[Select sessions]
Select --> Privacy[đ Privacy Layer<br/>Removes code & secrets<br/>Keeps only patterns]
end
subgraph Cloud ["âī¸ Vibe-Log Cloud"]
Privacy --> Upload[Upload patterns]
Upload --> Verify[Server verification]
Verify --> Analysis[AI analysis]
Analysis --> Dashboard[đ Web Dashboard]
end
subgraph Features ["Dashboard Features"]
Dashboard --> Track[đ Track prompt improvement over time]
Dashboard --> Metrics[⥠Deeper productivity insights]