vibegit

vibegit is a skill for Claude Code from memovai/memov. It costs 0 tokens per session (1,260 once invoked), scanned C, original, MIT.

A skill for recording AI interactions with a codebase through Memov, a separate command-line tool. It can use scripts or Claude Code tools to manage project history.

In plain words
What is it for?
Use it to initialize a project, track files, record coding sessions, search the history, and inspect or restore earlier work.
Why use it?
It gives AI coding work a searchable record, making earlier conversations and changes easier to revisit.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the vibegit plugin — 1 skill shipped together

Good fit Use it to initialize a project, track files, record coding sessions, search the history, and inspect or restore earlier work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/memovai/memov/vibegit
Install

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.

Any agent
npx skills add memovai/memov --skill vibegit
Clone the repo
git clone --depth 1 https://github.com/memovai/memov

Made for: Claude Code.

Or install vibegit, the plugin that ships this one along with the rest of its 1 skill.

Wrote 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.

agentmods badge for vibegit

README.md
[![agentmods](https://agentmods.dev/badge/skills/memovai/memov/vibegit/github.svg)](https://agentmods.dev/skills/memovai/memov/vibegit)
Your own site
<a href="https://agentmods.dev/skills/memovai/memov/vibegit"><img src="https://agentmods.dev/badge/skills/memovai/memov/vibegit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vibegit

Your own site · 80×15
<a href="https://agentmods.dev/skills/memovai/memov/vibegit"><img src="https://agentmods.dev/badge/skills/memovai/memov/vibegit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,260 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01260
Opus 5 $0.00000 $0.00630
Sonnet 5 $0.00000 $0.00252
Haiku 4.5 $0.00000 $0.00126

Measured 9d ago against content hash a301a487838f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade C, and why

vibegit scanned grade C with 2 findings 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 9d ago.

The scan reads SKILL.md. This mod also ships 14 executable files (install.sh, scripts/_check_deps.sh, scripts/branch.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://raw.githubusercontent.com/memovai/memov/main/install.sh | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://raw.githubusercontent.com/memovai/memov/main/install.sh | bash
skills/vibegit/SKILL.md · 188 lines

How it starts

The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.

VibeGit - AI Coding History

AI-assisted version control using Memov. Track every AI interaction with your codebase.

Prerequisites

This skill requires the memov Python package which provides the mem CLI command.

Installation Options

Choose one of the following methods:

# Option 1: Official install script (recommended)
curl -fsSL https://raw.githubusercontent.com/memovai/memov/main/install.sh | bash

Verify Installation

mem

Initialize in Your Project

cd your-project
mem init

How to Use

There are two ways to use VibeGit:

  1. Skill scripts (this folder): run ./scripts/*.sh to call the local mem CLI.
  2. MCP tools (Claude Code): use the MCP server tools like mcp__mem-mcp__snap.

They are related but not identical:

  • Skill scripts are a thin wrapper over mem CLI.
  • MCP tools may add extra behavior (e.g. auto-track untracked files, auto-sync for RAG features).

Commands

All commands should be run from the skill directory using the scripts provided.

Core Operations

Script Description Usage
init.sh Initialize memov in a project ./scripts/init.sh
track.sh Track new files ./scripts/track.sh file1.py file2.py -p "..." -r "..."
snap.sh Record a code change ./scripts/snap.sh --files "file1.py,file2.py" -p "What was asked" -r "What was done"
history.sh View AI coding history ./scripts/history.sh [--limit 20]
show.sh Show commit details ./scripts/show.sh <commit_hash>
status.sh Check working directory status ./scripts/status.sh

Navigation

Script Description Usage
jump.sh Jump to a specific snapshot ./scripts/jump.sh <commit_hash>
branch.sh List/create/delete branches ./scripts/branch.sh [name] [--delete name]
switch.sh Switch branches ./scripts/switch.sh <branch_name>

Web UI

Before running mem ui start, confirm where you want to open the UI:

Read the full file on GitHub · 188 lines

Changes

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.

  1. 9d ago First seen · 188 lines · 0 tokens per session scan C a301a487838f

Subscribe to this mod's changes

vibegit is a skill published in the GitHub repository memovai/memov (192 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,260 tokens. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.