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 OthmanAdi/vibe-skills --skill vibegit clone --depth 1 https://github.com/OthmanAdi/vibe-skillsWrote 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/othmanadi/vibe-skills/vibe)<a href="https://agentmods.dev/skills/othmanadi/vibe-skills/vibe"><img src="https://agentmods.dev/badge/skills/othmanadi/vibe-skills/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/othmanadi/vibe-skills/vibe"><img src="https://agentmods.dev/badge/skills/othmanadi/vibe-skills/vibe.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00085 | $0.01384 |
| Opus 5 | $0.00043 | $0.00692 |
| Sonnet 5 | $0.00017 | $0.00277 |
| Haiku 4.5 | $0.00009 | $0.00138 |
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 10d 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 — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
vibe
Generate a complete, production-quality website from a description and deploy it live in seconds.
Requires the here-now skill. If ~/.agents/skills/here-now/scripts/publish.sh does not exist, tell the user:
npx skills add heredotnow/skill --skill here-now -g
Workflow
Phase 0: Design Decision (BEFORE any code)
Read references/DESIGN_SYSTEM.md before generating anything.
Determine from the user's request:
- Site type — Read
references/SITE_TYPES.mdand match the closest archetype. - Aesthetic direction — Pick ONE bold direction (do not default to "modern and clean"):
- Brutally minimal | Luxury/refined | Editorial/magazine | Brutalist/raw
- Art deco/geometric | Retro-futuristic | Organic/natural | Industrial/utilitarian
- Soft/pastel | Dark cinematic | Warm earthy | Monochrome high-contrast
- Font pairing — Select from
references/DESIGN_SYSTEM.mdfont pairings. NEVER use Inter, Roboto, Arial, or system-ui as the primary font. - Color palette — Choose a dominant color with one sharp accent. NEVER default to purple/indigo gradients.
- Layout strategy — Break from the default hero > 3-column features > testimonials > CTA. Use asymmetry, overlap, grid-breaking elements, or unconventional section flow.
Present the design plan to the user in 2-3 sentences. Wait for approval before generating code.
Phase 1: Generate
Create a self-contained static site in a working directory (default: ./vibe-output/).
File structure:
vibe-output/
index.html
styles.css (if CSS exceeds 50 lines)
app.js (only if interactive behavior needed)
For simple sites, a single index.html with embedded <style> and <script> is preferred.
Generation rules:
- Follow every rule in
references/DESIGN_SYSTEM.md— no exceptions - Use Google Fonts via
<link>for distinctive typography - Use CSS custom properties for all colors and spacing
- All images: use
https://images.unsplash.com/photo-{id}?w={w}&h={h}&fit=cropwith real Unsplash photo IDs or inline SVG illustrations - Mobile-first responsive design with breakpoints at 768px and 1024px
- Include
<meta name="viewport">,<meta charset="UTF-8">, proper<title> - Semantic HTML:
<header>,<main>,<section>,<footer>,<nav>,<button>,<a> - Real content — never lorem ipsum. Generate realistic text appropriate to the site type
- Dark mode: include
color-scheme: dark lightand respectprefers-color-scheme
What ships with it
2 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.
- 10d ago First seen · 130 lines · 85 tokens per session scan A d1f5e0afd676
vibe is a skill published in the GitHub repository OthmanAdi/vibe-skills (1 stars, last pushed 6mo ago), licensed MIT. It adds 85 tokens to every session and 1,384 once invoked, about $0.0004 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 skills, from other repositories
fullstack-guide
A development guide for building full-stack applications with React and TypeScript on the frontend and Node.js and Supabase on the backend. It covers component structure, data loading, routing, styling, performance, and TypeScript practices.
electron-desktop-builder
Converts a web app (Express, React, Vite, Next.js) into an Electron desktop app. Use when starting a new Electron project from an existing web app, when setting up electron-builder for the first time, when creating main.ts/preload.ts boilerplate, when generating icon assets, or when configuring NSIS installers.…
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
remotion-best-practices
Best practices for Remotion - Video creation in React.
animejs-animation
Advanced JavaScript animation library skill for creating complex, high-performance web animations.
algolia-search
Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning.