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 commands/onewave-ai/open-agent-stack/vibe-checkgit clone --depth 1 https://github.com/OneWave-AI/open-agent-stackWrote 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/commands/onewave-ai/open-agent-stack/vibe-check)<a href="https://agentmods.dev/commands/onewave-ai/open-agent-stack/vibe-check"><img src="https://agentmods.dev/badge/commands/onewave-ai/open-agent-stack/vibe-check.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.00020 | $0.00644 |
| Opus 5 | $0.00010 | $0.00322 |
| Sonnet 5 | $0.00004 | $0.00129 |
| Haiku 4.5 | $0.00002 | $0.00064 |
Grade A, and why
vibe-check 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 4d 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.
What it actually says
Vibe Check
Audit the app in the current directory and report where it really stands. Do not fix anything yet -- the output is a diagnosis and a plan the user chooses from.
Assess these six axes. For each, give a one-line verdict and the specific evidence (file paths, line references) behind it.
- Real or demo -- Is the UI telling the truth? Hunt hardcoded arrays feeding lists and charts,
useStatestanding in for a session, form handlers with no network call, and routes returning fixtures. Anything on the money path that is fake is the highest-severity finding in this audit. - Safe to be public -- Secrets in source or committed
.envfiles, keys exposed to the browser (NEXT_PUBLIC_and anything used client-side), mutating API routes with no auth check, and unvalidated user input hitting the database. - Built to survive change -- Duplicated primitives (two button components, two fetch helpers), raw hex instead of design tokens, dead code, and dependencies nothing imports. Note the two files most likely to break when the next feature lands.
- Looks human-made -- The AI tells: centered gradient hero, symmetric three-card grid, emoji used as icons, uniform radius and shadow on everything, "Unlock/Supercharge/Seamlessly" copy, identical section rhythm throughout.
- Motion holds together -- Count the distinct animation durations and easings in the codebase; more than three or four of either means there is no motion system. Then check for the specific failures: layout properties being animated (
width,height,top,left) instead oftransform,transition: all, missing:focus-visiblestyles, missing:activepress states, noprefers-reduced-motionhandling anywhere,markers: trueleft in a ScrollTrigger, and GSAP created outsideuseGSAPor auseEffectwith no cleanup. - Deployable today -- Does
npm run buildpass (run it), does typecheck pass, is everyprocess.envvariable the code reads actually documented and set, and do error, empty, and loading states exist on the main screens.
Then output:
- Blockers -- ship-stopping, in severity order, each with the skill that fixes it (
make-it-real,ship-it,unstick,add-feature,polish-pass,motion-system,gsap-web,scroll-story,micro-interactions,motion-perf,handoff). - Worth fixing -- real problems that are not blockers.
- Fine as-is -- so the user knows what not to spend time on. Say this explicitly; an audit that flags everything is useless.
Be specific and be honest. "Consider improving error handling" helps nobody -- "app/dashboard/page.tsx:34 renders a hardcoded revenue array while the UI implies live data" does.
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.
- 4d ago First seen · 25 lines · 20 tokens per session scan A 9181fa7fef69
vibe-check is a command published in the GitHub repository OneWave-AI/open-agent-stack (2 stars, last pushed 24d ago), licensed MIT. It adds 20 tokens to every session and 644 once invoked, about $0.0001 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-31.
Other commands, from other repositories
awesome-chatgpt
Search awesome-ChatGPT-repositories for open-source GitHub repositories related to ChatGPT and LLMs.
design-review
Workflow recipe — review a design end-to-end, ending in measured numbers rather than adjectives, by chaining 4 skills.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.
rescue-an-account
Workflow recipe — diagnose an at-risk customer and build the full save play through to renewal by chaining 4 skills.
add-note
Add an internal or external note to a ConnectWise PSA ticket.
run-powershell
Execute a PowerShell script on an Atera agent.