vibe

vibe is a skill for Claude Code, Codex from OthmanAdi/vibe-skills. It costs 85 tokens per session (1,384 once invoked), scanned A, original, MIT.

A website-building workflow that turns a natural-language description into a complete website and publishes it online.

In plain words
What is it for?
Use it to create landing pages, portfolios, and other websites from a description, then deploy them.
Why use it?
It reduces the amount of design, coding, and deployment work needed to turn an idea into a live site.

Skill for Claude CodeCodex

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

Good fit Use it to create landing pages, portfolios, and other websites from a description, then deploy them.

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

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/othmanadi/vibe-skills/vibe/github.svg)](https://agentmods.dev/skills/othmanadi/vibe-skills/vibe)
Your own site
<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.

agentmods 80×15 button for vibe

Your own site · 80×15
<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>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,384 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.
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.00085 $0.01384
Opus 5 $0.00043 $0.00692
Sonnet 5 $0.00017 $0.00277
Haiku 4.5 $0.00009 $0.00138

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

skills/vibe/SKILL.md · 130 lines

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:

  1. Site type — Read references/SITE_TYPES.md and match the closest archetype.
  2. 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
  3. Font pairing — Select from references/DESIGN_SYSTEM.md font pairings. NEVER use Inter, Roboto, Arial, or system-ui as the primary font.
  4. Color palette — Choose a dominant color with one sharp accent. NEVER default to purple/indigo gradients.
  5. 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=crop with 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 light and respect prefers-color-scheme

Read the full file on GitHub · 130 lines

Files

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.

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. 10d ago First seen · 130 lines · 85 tokens per session scan A d1f5e0afd676

Subscribe to this mod's changes

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.