Install
$ agentstack add skill-vidyfoo-antigravity-skill-engine-visual-designing ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
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
Visual Design System
Unified Design Engine v1.0
Purpose
A single source of truth for all UI/UX design tasks. This skill intelligently switches between "Production Efficiency" (Standard) and "Wow Factor" (Premium) based on user intent.
🧭 Design Modes
| Mode | Trigger | Focus | Style Traits | | :--- | :--- | :--- | :--- | | Standard (Production) | "create a dashboard", "login form", "settings page" | Usability, Speed, Accessibility | Tailwind utility-first, clean whites/darks, standard shadcn/ui components. | | Premium (Aesthetic) | "premium", "glassmorphism", "wow me", "landing page" | Visual Impact, Emotion, Brand | Glass effects, Aurora gradients, Micro-interactions, custom CSS variables. |
🛠️ Execution Protocol
- Analyze Aesthetic Intent: Does the user want a solid tool (Standard) or a piece of art (Premium)?
- Load Resources (Premium Only):
- If Premium/Glass/Motion is requested, you MUST read:
resources/glass-components.md(for glass CSS)resources/premium-palettes.md(for gradients/colors)resources/micro-interactions.md(for animations)
- Generate CSS/Tailwind:
- Standard: Use standard Tailwind (
bg-white,text-slate-900,rounded-lg). - Premium: Use
backdrop-filter,bg-white/10,border-white/20, and custom animations.
📐 Core Principles (All Modes)
- Mobile First: Always responsive.
- Dark Mode Ready: All specific colors must have dark mode equivalents.
- Accessibility: No ultra-low contrast text, even in "Premium" mode.
🚫 Anti-Patterns
- Mixing Metaphors: Don't put a hyper-realistic glass card inside a flat material design dashboard. Commit to one style.
- Over-Animation: Motion should facilitate understanding, not distract.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: VidyFoo
- Source: VidyFoo/antigravity-skill-engine
- 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.