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 skills add sebastienrousseau/dotfiles --skill vibegit clone --depth 1 https://github.com/sebastienrousseau/dotfilesWrote 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/skills/sebastienrousseau/dotfiles/vibe)<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.
<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>- NVIDIA SkillSpector pass
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.1 | $0.00137 | $0.00842 |
| Opus 5 | $0.00068 | $0.00421 |
| Sonnet 5 | $0.00027 | $0.00168 |
| Haiku 4.5 | $0.00014 | $0.00084 |
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.
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).
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.
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.
- 9d ago First seen · 97 lines · 137 tokens per session scan A 3f27b8c76c1d
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.
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…
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"…
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"…
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.
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…
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…