vibe

vibe is a skill for Claude Code, Codex from Ovid/paad. It costs 46 tokens per session (102 once invoked), scanned A, original, MIT.

A workflow for making a small, quick code change, such as a bug fix, typo correction, minor feature, or focused tweak. It is intended for changes involving roughly one to three files in one module.

In plain words
What is it for?
Use it for small fixes and adjustments that stay within one part of the codebase.
Why use it?
It keeps narrowly scoped work proportionate and focused instead of treating every change as a large project.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/ovid/paad/vibe
Any agent
npx skills add Ovid/paad --skill vibe
Clone the repo
git clone --depth 1 https://github.com/Ovid/paad

Made for: Claude Code, Codex.

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/ovid/paad/vibe.svg)](https://agentmods.dev/skills/ovid/paad/vibe)
Your own site
<a href="https://agentmods.dev/skills/ovid/paad/vibe"><img src="https://agentmods.dev/badge/skills/ovid/paad/vibe.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 102 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00046 $0.00102
Opus 5 $0.00023 $0.00051
Sonnet 5 $0.00009 $0.00020
Haiku 4.5 $0.00005 $0.00010

Measured 6d ago against content hash 89fd6485ca13, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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.

kiro_and_antigravity/skills/.agent/skills/vibe/SKILL.md · 12 lines

What it actually says

Safe Vibe Coding (Antigravity Wrapper)

This is a project-specific skill. The detailed checklist and procedures are in: .kiro/skills/vibe/SKILL.md

Please refer to that file for the full criteria.

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. 6d ago First seen · 12 lines · 46 tokens per session scan A 89fd6485ca13

Subscribe to this mod's changes

vibe is a skill published in the GitHub repository Ovid/paad (110 stars, last pushed yesterday), licensed MIT. It adds 46 tokens to every session and 102 once invoked, about $0.0002 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

nopua

The anti-PUA. Drives AI with wisdom, trust, and inner motivation instead of fear and threats. Activates on: task failed 2+ times, about to give up, suggesting user do it manually, blaming environment unverified, stuck in loops, passive behavior, or user frustration ('try harder', 'figure it out', '换个方法', '为什么还不行').…

wuji-labs/nopua · 90 tokens

nopua-lite

NoPUA Lite — core wisdom in 1.5k tokens. Drives AI with trust and inner motivation instead of fear. Same Daoist philosophy, minimal footprint. For personal use and small-context models.

wuji-labs/nopua · 46 tokens

ccg-namespace

Isolate read-only CCG search, documentation discovery, and analysis by namespace. Use when working across multiple repositories or services, preventing cross-project graph leakage, federating supported reads, or traversing materialized cross-namespace references. Do not use for graph writes or scoped updates; the user…

tae2089/code-context-graph · 73 tokens

wgm

Autonomous build skill that turns a rough request into working software through a relentless requirements interview (grill), a persistent plan, and a Ralph-style build loop (analyze → implement → validate → review → record). Use when the user runs /wgm, or asks to build, implement, prototype, or ship a feature or app…

agent-frontier/wgm · 155 tokens

rugged

Companion review skill that stress-tests a request, spec, plan, diff, or system against the operators and environment that will actually run it, not an idealized one. Runs a disciplined lifecycle (Triage -> Context -> Bottleneck decomposition -> Simplify -> Field test -> Verdict) and emits exactly one of three…

agent-frontier/wgm · 182 tokens

teach-me

Companion learning skill that makes a codebase legible fast. Surveys a repository, builds a cited map, runs a guided tour in dependency order, and finishes with a validated first change so the learner has actually moved the code. Use when the user runs /teach-me, or asks to learn, understand, onboard onto, get up to…

agent-frontier/wgm · 149 tokens