awwwards-ui-skill
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 7 GitHub stars
Code Fail
- os.homedir — User home directory access in bin/cli.js
- fs module — File system access in bin/cli.js
- exec() — Shell command execution in scripts/verify-skill.mjs
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
A skill that raises the design quality of AI-generated UIs. Teaches Antigravity, Claude Code and Codex to build with real design intent — motion, typography, color, accessibility — instead of generic slop.
awwwards-ui-skill
An open-source skill that raises the design quality of AI-generated web interfaces. When AI agents build UIs without guidance, they default to generic layouts, flat aesthetics, and missed accessibility standards. This skill fixes that — injecting design intent around motion, typography, color, and interaction directly into the agent's context.
Compatible with Antigravity, Claude Code, and Codex.
Examples
A developer portfolio — full-bleed hero, WebGL particle field, bento-box grid:

An agency site — asymmetric typography, glassmorphism overlays, mix-blend-mode cursor:

A product landing page — dark mode, 3D CSS object, scroll-triggered reveals:

Installation
You can automatically install this skill to your Antigravity, Claude Code, and Codex config directories by running:
npx awwwards-ui-skill
If it prompts you to install the package, type y:
PS C:\Users\xyz> npx awwwards-ui-skill
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
> npx
> awwwards-ui-skill
🚀 Installing Awwwards UI/UX Agent Skill...
✅ Successfully installed skill to C:\Users\xyz\.gemini\config\plugins\awwwards_ui_design\SKILL.md
✅ Successfully installed skill to C:\Users\xyz\.claude\skills\SKILL.md
✅ Successfully installed skill to C:\Users\xyz\.codex\skills\SKILL.md
🎉 You're all set! Tell your AI agent to build a 'cool ui' and watch the magic happen.
Manual Installation (Antigravity)
Clone into your plugins directory:
git clone https://github.com/Nyx-abu/awwwards-ui-skill.git ~/.gemini/config/plugins/awwwards-ui-skill
For Claude Code / Codex
Copy skills/awwwards_ui_design/SKILL.md directly into your custom system prompts or skill registry.
Usage
Just ask your AI assistant:
"Build me a portfolio with a cool UI"
The skill auto-triggers on keywords like cool ui, premium design, and awwwards style. The agent will apply structured design decisions — layout, motion, typography, color — and run an internal audit on accessibility and performance before returning any code.
Measurable outcome
The skill now requires a UI-Max Scorecard before an agent returns UI code. The target is 88/100 minimum, scored across:
MOTION-01easing, offset/delay, and fade paired with spatial movementMOTION-02primary, secondary, and ambient motion layersLAYOUT-01first-viewport composition and Awwwards-style hierarchyDEPTH-01dimensionality through parallax, masking, morphing, or zoom continuityINTERACTION-01microinteractions beyond color/opacity changesA11Y-01semantic HTML, contrast, focus states,aria-hidden, and reduced motionPERF-01requestAnimationFrame-safe pointer/scroll work and WebGL cleanup expectationsRESP-01responsive resilience at 375px, 768px, and 1440pxBRAND-01domain fit instead of generic visual spectacle
Run the deterministic verifier:
npm test
The test checks that the skill, README, handover, and sample website all include the scorecard contract and implementation evidence.
The sample site is at ../awwwards-ui-skill-test/index.html. It demonstrates the upgraded skill surface with a visible scorecard, custom cursor, magnetic controls, masked media reveal, parallax layer, zoom stage, bento grid, IntersectionObserver, prefers-reduced-motion, and requestAnimationFrame.
What It Covers
- Layouts: Full-bleed heroes, bento-box grids, asymmetric sections, horizontal scroll sequences
- Motion: GSAP ScrollTrigger reveals, Lenis smooth scrolling, parallax, text scramble transitions
- Cursors: RAF-driven custom cursors, magnetic snapping,
mix-blend-mode: differenceon hover - 3D: Three.js particle fields and shader-based distortion tied to mouse input
- Color: Four curated palettes derived from top developer portfolio sites, with contrast rules baked in
- Typography: Display-scale contrast, tight heading tracking, variable font axis animation
- Accessibility: WCAG AA contrast enforcement, semantic HTML, ARIA roles,
prefers-reduced-motionsupport - Self-Audit: The agent checks its own output for layout, performance, and accessibility issues before returning code
- Measurement: The UI-Max Scorecard turns design quality into auditable pass/fail evidence instead of subjective taste language
Contributing
See CONTRIBUTING.md for full guidelines. The short version:
- Fork the repo
- Create a branch:
git checkout -b feat/your-idea - Make focused changes to
SKILL.mdor add new patterns - Open a PR with a description and an example of the generated output
We are currently looking for testers to spot repeated AI pattern bugs before the v1 stable release. Details in CONTRIBUTING.md.
License
MIT — free to use, fork, and build on.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found