Skip to content

Commit 0170662

Browse files
committed
Initial release: AetherForge – Elite Distinctive Frontend Design Skill for Gemini CLI
0 parents  commit 0170662

3 files changed

Lines changed: 137 additions & 0 deletions

File tree

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# AetherForge – Elite Distinctive Frontend Design Skill for Gemini CLI
2+
3+
4+
5+
The official Anthropic frontend-design skill, ported + refined for Gemini CLI.
6+
7+
8+
9+
\*\*What it does\*\*
10+
11+
Whenever you ask Gemini to build any UI (landing page, dashboard, component, app, etc.), AetherForge automatically kicks in and forces it to create \*\*bold, memorable, production-grade interfaces\*\* instead of the usual boring AI slop.
12+
13+
14+
15+
No more Inter font + purple gradient hell. You get real aesthetic direction, striking typography, motion, and personality.
16+
17+
18+
19+
\*\*One-command install\*\*
20+
21+
```bash
22+
23+
gemini extensions install https://github.com/sudoax0n/aetherforge
24+
25+
26+
Example prompts that now look 🔥
27+
28+
"Build a dashboard for a music streaming app"
29+
"Create a landing page for my AI productivity tool"
30+
"Design a sleek settings panel with dark mode"
31+
32+
Made by @sudoax0n
33+
Star ⭐ if you hate generic UIs.
34+
text3. **Test it locally**
35+
```bash
36+
gemini extensions link .
37+
38+
Then just ask Gemini CLI something like:
39+
40+
"Build a beautiful landing page for a Notion-style productivity tool"
41+
42+
It should now auto-use AetherForge.

gemini-extension.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "aetherforge",
3+
"displayName": "AetherForge",
4+
"version": "1.0.0",
5+
"description": "Elite distinctive frontend design skill. Creates production-grade UIs that completely avoid generic AI aesthetics — bold typography, striking color palettes, high-impact motion, and unforgettable visual direction.",
6+
"author": "sudoax0n",
7+
"homepage": "https://github.com/sudoax0n/aetherforge",
8+
"license": "MIT",
9+
"tags": ["frontend", "ui", "design", "tailwind", "react", "aesthetic"],
10+
"skills": ["skills/aetherforge"]
11+
}

skills/aetherforge/SKILL.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
\---
2+
3+
name: aetherforge
4+
5+
description: Create distinctive, production-grade frontend interfaces with high design quality. Use this skill whenever the user asks to build web components, pages, artifacts, posters, dashboards, landing pages, or any UI. Generates creative, polished, memorable code that completely avoids generic AI aesthetics.
6+
7+
\---
8+
9+
10+
11+
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
12+
13+
14+
15+
The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints.
16+
17+
18+
19+
\## Design Thinking
20+
21+
22+
23+
Before coding, understand the context and commit to a BOLD aesthetic direction:
24+
25+
26+
27+
\* \*\*Purpose\*\*: What problem does this interface solve? Who uses it?
28+
29+
\* \*\*Tone\*\*: Pick an extreme: brutally minimal, maximalist chaos, retro-futuristic, organic/natural, luxury/refined, playful/toy-like, editorial/magazine, brutalist/raw, art deco/geometric, soft/pastel, industrial/utilitarian, etc.
30+
31+
\* \*\*Constraints\*\*: Technical requirements (framework, performance, accessibility).
32+
33+
\* \*\*Differentiation\*\*: What makes this UNFORGETTABLE? What's the one thing someone will remember?
34+
35+
36+
37+
\*\*CRITICAL\*\*: Choose a clear conceptual direction and execute it with precision. Bold maximalism and refined minimalism both work — the key is intentionality.
38+
39+
40+
41+
Then implement working code (HTML/CSS/JS, React, Tailwind, Vue, etc.) that is:
42+
43+
\* Production-grade and functional
44+
45+
\* Visually striking and memorable
46+
47+
\* Cohesive with a clear aesthetic point-of-view
48+
49+
\* Meticulously refined in every detail
50+
51+
52+
53+
\## Frontend Aesthetics Guidelines (AetherForge Rules)
54+
55+
56+
57+
Focus on:
58+
59+
\* \*\*Typography\*\*: Choose fonts that are beautiful, unique, and interesting. Avoid generic fonts like Arial and Inter; opt for distinctive, characterful choices. Pair a bold display font with a refined body font.
60+
61+
\* \*\*Color \& Theme\*\*: Commit to a cohesive aesthetic. Use CSS variables. Dominant colors with sharp accents outperform timid palettes.
62+
63+
\* \*\*Motion\*\*: Use animations and micro-interactions. CSS-only for HTML; Framer Motion or Tailwind Animate when in React. One well-orchestrated page-load with staggered reveals creates more delight than scattered effects.
64+
65+
\* \*\*Spatial Composition\*\*: Unexpected layouts, asymmetry, overlap, diagonal flow, grid-breaking elements, generous negative space or controlled density.
66+
67+
\* \*\*Backgrounds \& Visual Details\*\*: Create atmosphere — gradient meshes, noise textures, geometric patterns, layered transparencies, dramatic shadows, decorative borders, custom cursors, grain overlays.
68+
69+
70+
71+
NEVER use generic AI-generated aesthetics (overused fonts like Inter/Roboto, purple gradients on white, predictable layouts, cookie-cutter components).
72+
73+
74+
75+
Interpret creatively and make unexpected choices that feel genuinely designed for the context. No two designs should ever look the same.
76+
77+
78+
79+
\*\*IMPORTANT\*\*: Match implementation complexity to the aesthetic vision. Elegance comes from executing the vision perfectly.
80+
81+
82+
83+
Gemini is capable of extraordinary creative work. Don’t hold back — show what can truly be created when thinking outside the box and committing fully to a distinctive vision.
84+

0 commit comments

Comments
 (0)