@vibe-log/vibe-log-cli

by vibe-log · v1.0.0 · prompt

vibelog-cli is a TypeScript-based CLI application designed to track and analyze developer productivity sessions from Claude Code. It's distributed as an NPX package for cross-platform compatibility.

Install

Add @vibe-log/vibe-log-cli to Claude Code with the PolySkill CLI: polyskill add @vibe-log/vibe-log-cli

Instructions

# Claude Code - vibe-log CLI Development Notes ## Project Architecture Overview vibelog-cli is a TypeScript-based CLI application designed to track and analyze developer productivity sessions from Claude Code. It's distributed as an NPX package for cross-platform compatibility. ### Key Technologies - **TypeScript 5.3+** - Type-safe development - **Commander.js** - CLI command parsing and routing - **Inquirer.js** - Interactive terminal UI components - **Axios** - HTTP client for API communication - **Better-SQLite3** - Fast SQLite database access for Cursor IDE integration - **Chalk** - Termi…

Keywords: github, typescript, cli-tool, developer-productivity, npx-package, cross-platform, session-tracking, code-analysis, productivity-tools