vibe

vibe is a skill for Claude Code from sebastienrousseau/dotfiles. It costs 137 tokens per session (842 once invoked), scanned A, original, Apache-2.0.

A delegation tool that sends coding tasks to a lower-cost AI model and lets the main agent review the resulting Git changes.

In plain words
What is it for?
Use it for tasks such as renaming methods or making other scoped code changes. It can be run from Claude Code or from a terminal command.
Why use it?
It reduces the amount of intermediate file-reading and editing work the main agent needs to process, which can lower the cost of repetitive coding tasks.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; positional $N argument; mentions Claude Code.

Good fit Use it for tasks such as renaming methods or making other scoped code changes. It can be run from Claude Code or from a terminal command.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sebastienrousseau/dotfiles/vibe
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 sebastienrousseau/dotfiles --skill vibe
Clone the repo
git clone --depth 1 https://github.com/sebastienrousseau/dotfiles

Made for: Claude Code.

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 vibe

README.md
[![agentmods](https://agentmods.dev/badge/skills/sebastienrousseau/dotfiles/vibe/github.svg)](https://agentmods.dev/skills/sebastienrousseau/dotfiles/vibe)
Your own site
<a href="https://agentmods.dev/skills/sebastienrousseau/dotfiles/vibe"><img src="https://agentmods.dev/badge/skills/sebastienrousseau/dotfiles/vibe/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 vibe

Your own site · 80×15
<a href="https://agentmods.dev/skills/sebastienrousseau/dotfiles/vibe"><img src="https://agentmods.dev/badge/skills/sebastienrousseau/dotfiles/vibe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 842 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00137 $0.00842
Opus 5 $0.00068 $0.00421
Sonnet 5 $0.00027 $0.00168
Haiku 4.5 $0.00014 $0.00084

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

Security

Grade A, and why

vibe scanned grade A with 0 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.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

defaults/dot_claude/skills/vibe/SKILL.md · 97 lines

How it starts

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

Vibe Orchestrator

Ported from pcx-wave/vibe-skill. This dotfiles edition deploys the skill files to ~/.claude/skills/vibe/ via chezmoi, plus a dot ai delegate / dot ai cost shim that lets non-Claude-Code users access the same delegator.

Why

Claude (Sonnet 4.6) costs $3/M input, $15/M output. Cheap delegates:

  • Mistral Medium 3.5: $1.50/$7.50 per M tokens (or $0 within Le Chat Pro sub)
  • DeepSeek V4 Flash: $0.14/$0.28 per M tokens

For coding tasks that do many file reads, the delegator pattern saves massively because Claude sees a single tool call + final diff instead of every intermediate read/edit.

How to use

From Claude Code (preferred)

/vibe rename every UserService method that starts with "get" to "fetch"

Claude writes the prompt → invokes tools/vibe-delegate → reads the streaming JSON output → reviews the resulting git diff. You see one compact report instead of 30 file reads.

Toggle auto-delegate mode with /vibeon / /vibeoff. While ON, every coding task is sent through Vibe by default.

From the terminal (no Claude Code)

dot ai delegate "rename every UserService method that starts with get to fetch"
dot ai cost --since 7   # spend report

The CLI shim wraps the same delegator. Cost log lives at ~/.local/share/delegate-runs.jsonl.

Model selection

Default: whatever your ~/.vibe/config.toml lists as default_model.

Override per session:

/vibe-model-pick deepseek-v4-flash

The override writes a flag at ~/.local/share/vibe-model.flag consumed by tools/vibe-delegate. Clear with /vibe-model-clear.

Reports

/vibe-report                # all-time overview
/vibe-report --since 7      # last 7 days
/vibe-report --project foo  # one project
/vibe-report --fails        # only failures + breakdown by failure type

Reports show: total runs, success rate, tokens delegated, delegate cost, Claude-equivalent cost (the would-have-been spend), savings ratio, and failure breakdown (timeouts, exit_err, syntax errors, search/replace fails, empty runs).

Read the full file on GitHub · 97 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 97 lines · 137 tokens per session scan A 3f27b8c76c1d

Subscribe to this mod's changes

vibe is a skill published in the GitHub repository sebastienrousseau/dotfiles (76 stars, last pushed today), licensed Apache-2.0. It adds 137 tokens to every session and 842 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

toolbelt

Inventory of the CLI tools actually installed on this machine (aqua/mise/nix) and which one to reach for per task — search, structural rewrite, structured data, diff, HTTP, profiling, VCS, k8s, security, docs, media. Use when picking a command-line tool, when a POSIX default (grep/find/sed/curl/wc) feels clumsy, when…

signalridge/dotfiles · 160 tokens

oss-launch

Turn one open-source release/topic into platform-tailored posts and publish them through a gated, auditable path. Use when the user wants to announce or promote an OSS project/release across X, Bluesky, dev.to, Reddit, Hacker News, etc. Triggers: "announce my release", "promote my repo", "post about this project"…

signalridge/dotfiles · 94 tokens

remotion

Build, run, and render videos programmatically with Remotion (React-based video). Use when scaffolding a Remotion project, writing compositions/animations, previewing in Remotion Studio, rendering to MP4/WebM/GIF/stills, embedding the Remotion Player, or troubleshooting Remotion + Bun. Triggers - "Remotion"…

signalridge/dotfiles · 118 tokens

create-skill

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

warpdotdev/warp · 64 tokens

figma-create-design-system-rules

Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server…

warpdotdev/warp · 71 tokens

figma-generate-design

Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma', 'create a screen', 'build a landing page in Figma', 'update the…

warpdotdev/warp · 160 tokens