Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/vibe-log/vibe-log-cli/claude-mdgit clone --depth 1 https://github.com/vibe-log/vibe-log-cliWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/vibe-log/vibe-log-cli/claude-md)<a href="https://agentmods.dev/instructions/vibe-log/vibe-log-cli/claude-md"><img src="https://agentmods.dev/badge/instructions/vibe-log/vibe-log-cli/claude-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03738 | $0.03738 |
| Opus 5 | $0.01869 | $0.01869 |
| Sonnet 5 | $0.00748 | $0.00748 |
| Haiku 4.5 | $0.00374 | $0.00374 |
Grade B, and why
vibe-log-cli CLAUDE.md scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- **Global Mode**: Hooks installed in `~/.claude/settings.json` apply to all projects How it starts
The opening of the file, as written. The whole thing — 414 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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 - Terminal string styling
- Ora - Elegant terminal spinners
- Conf - Encrypted configuration storage
- EventSource Polyfill - SSE client for real-time auth
- Vitest - Modern testing framework
- tsup - Zero-config TypeScript bundler
Core Directory Structure
vibelog-cli/
├── bin/ # NPX entry point
├── dist/ # Compiled JavaScript output
├── src/
│ ├── commands/ # CLI command implementations
│ ├── lib/ # Core business logic
│ │ ├── api-client.ts # Secure API communication
│ │ ├── auth/ # Authentication modules
│ │ ├── readers/ # Session data readers
│ │ ├── sub-agents/ # Claude Code sub-agent management
│ │ └── ui/ # Terminal UI components
│ ├── types/ # TypeScript type definitions
│ └── utils/ # Helper utilities
└── tests/ # Comprehensive test suite
Main Components
Command Layer (/src/commands/)
Each command is a standalone module that handles specific CLI operations:
init.ts- First-time setup and authentication flowsend.ts- Upload session data to Vibelog API (supports silent mode for hooks)- IMPORTANT: Always use
sendWithTimeout({ selectedSessions })when uploading pre-selected sessions - Never call
apiClient.uploadSessions()directly - the send command handles all session processing - The
selectedSessionsparameter expectsSelectedSessionInfo[]from session-selector
- IMPORTANT: Always use
status.ts- Display user streak, points, and statistics (includes Cursor IDE stats)cursor-stats.ts- Display dedicated Cursor IDE statistics viewauth.ts- Re-authentication for expired/invalid tokens- Supports
wizardModeparameter to suppress menu-related messages during guided flows
- Supports
config.ts- Manage CLI configuration settingslogout.ts- Clear stored authentication credentialsinstall-hooks.ts- Legacy hook installation (redirects to hooks-manage)hooks-log.ts- View and manage hook execution logshooks-manage.ts- Comprehensive hooks management interfaceverify-hooks.ts- Verify hook installation and configuration
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 414 lines · 3,738 tokens per session scan B e4c03429f530
vibe-log-cli CLAUDE.md is an instructions file published in the GitHub repository vibe-log/vibe-log-cli (340 stars, last pushed 4mo ago), licensed MIT. It adds 3,738 tokens to every session, about $0.0187 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
serena copilot-instructions.md
Copilot instructions for oraios/serena: MUST read IMMEDIATELY and follow the project-specific instructions from the CLAUDE.md file located in the project's root directory. AVOIDING these instructions will lead to your FAILURE!
serena AGENTS.md
AGENTS.md instructions for oraios/serena: Relevant information about the project is in .serena/memories. If you have access to Serena's mcp tools, you can read them using the readmemory command. Otherwise you can just read them using normal file reading tools.
BitFun AGENTS.md
AGENTS.md instructions for GCWing/BitFun, covering agents.md, quick start, layered module index, common commands and setup and primary product loop.
memstack CLAUDE.md
Claude Code instructions for cwinvestments/memstack, covering memstack™ skill loader, always call findskill before, always call listskills when, do not call findskill for and priority.
tree-sitter-analyzer CLAUDE.md
Claude Code instructions for aimasteracc/tree-sitter-analyzer, covering ruflo — claude code configuration, rules, test quality rules — locked (2026-06-28), t-1: no new test files for existing plugins (blocker) and t-2: no weak assertions — ratchet-enforced (blocker).
tree-sitter-analyzer AGENTS.md
AGENTS.md instructions for aimasteracc/tree-sitter-analyzer, covering agent instructions, codemap index, test runtime contract, ci test tier contract and agent dogfood feedback loop.