AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Vibe

skill-othmanadi-vibe-skills-vibe · by OthmanAdi

>

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-othmanadi-vibe-skills-vibe

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-othmanadi-vibe-skills-vibe)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
7mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Vibe? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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
  1. Font pairing — Select from references/DESIGN_SYSTEM.md font pairings. NEVER use Inter, Roboto, Arial, or system-ui as the primary font.
  2. Color palette — Choose a dominant color with one sharp accent. NEVER default to purple/indigo gradients.
  3. 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 ` and ` is preferred.

Generation rules:

  • Follow every rule in references/DESIGN_SYSTEM.md — no exceptions
  • Use Google Fonts via `` 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 `, , proper `
  • Semantic HTML: `, , , , , , `
  • 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

Phase 2: Review

Before deploying, verify against this checklist:

  • [ ] No purple/indigo gradients as default palette
  • [ ] No Inter, Roboto, Arial, or system-ui as primary font
  • [ ] CSS custom properties defined for colors and spacing
  • [ ] All interactive elements have focus-visible states
  • [ ] Touch targets are at least 44x44px
  • [ ] prefers-reduced-motion is respected
  • [ ] No transition: all — list specific properties
  • [ ] No ` — use or `
  • [ ] All images have explicit width and height
  • [ ] Responsive at 375px, 768px, and 1024px widths

Fix any failures before proceeding.

Phase 3: Deploy

cd ./vibe-output && ~/.agents/skills/here-now/scripts/publish.sh .

Read stderr for publish_result.* fields. Example output:

publish_result.site_url=https://your-slug.here.now/
publish_result.auth_mode=anonymous
publish_result.expires_at=2026-02-27T00:00:00.000Z
publish_result.claim_url=https://here.now/claim?slug=your-slug&token=abc123

Report to the user:

  • The live URL (always)
  • "Expires in 24 hours" (only if publish_result.auth_mode=anonymous)
  • The claim URL (only if publish_result.claim_url is non-empty and starts with https://)
  • Warn: "Save the claim URL — it cannot be recovered"

Phase 4: Iterate

If the user requests changes:

  1. Edit the files in ./vibe-output/
  2. Read .herenow/state.json to find the existing slug
  3. Republish with --slug flag to update in place:
cd ./vibe-output && ~/.agents/skills/here-now/scripts/publish.sh . --slug {slug}

What to Tell the User

  • Always share the live URL prominently
  • Describe the design choices made (font, palette, layout) in 1-2 sentences
  • If anonymous: mention 24h expiry and the claim URL
  • Never expose .herenow/state.json paths or internal API details
  • If the user wants permanent hosting: guide them through here.now API key setup (see here-now skill docs)

Anti-Patterns

| Don't | Do Instead | |-------|------------| | Generate code before deciding on aesthetics | Complete Phase 0 design decision first | | Default to purple/indigo | Pick a bold, context-appropriate palette | | Use Inter/Roboto/Arial/system-ui | Pick a distinctive Google Font pairing | | Use hero > 3-col features > testimonials > CTA | Design an unconventional layout for the context | | Add bounce/spring to every element | One orchestrated page-load animation | | Write placeholder/lorem text | Generate realistic content for the site type | | Use ` | Use for actions, ` for navigation | | Skip mobile testing | Design mobile-first, verify at 375px |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.