Install
$ agentstack add skill-othmanadi-vibe-skills-vibe ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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:
- 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 ` 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=cropwith 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 lightand respectprefers-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-motionis respected - [ ] No
transition: all— list specific properties - [ ] No `
— useor` - [ ] All images have explicit
widthandheight - [ ] 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_urlis non-empty and starts withhttps://) - Warn: "Save the claim URL — it cannot be recovered"
Phase 4: Iterate
If the user requests changes:
- Edit the files in
./vibe-output/ - Read
.herenow/state.jsonto find the existing slug - Republish with
--slugflag 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.jsonpaths 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.
- Author: OthmanAdi
- Source: OthmanAdi/vibe-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.