Use when building UI, branding, design systems, or auditing accessibility/UX.
Expert-level design guidance for creating memorable, production-grade interfaces.
Every design decision must be purposeful:
Avoid "AI slop" aesthetics:
High-quality design = high-quality code:
| Tool | Purpose | Rule |
|---|---|---|
generate_image |
UI icons, avatars, backgrounds, illustrations | Follow .agent/rules/nano-banana.md |
The designer skill includes a specialized workflow for creating high-quality, transparent assets (icons, avatars, game sprites) using the generate_image tool and a custom background removal script.
Prompt Engineering:
.agent/rules/nano-banana.md: [Core Subject] + [Visual Style] + [Lighting/Color] + [Technical/Quality specs].Generation:
generate_image to create the initial asset.hero_robot_raw).Transparency Processing:
python3 .agent/skills/designer/scripts/remove_background.py <input_path> <output_path>
<input_path>: Path to the image file you want to process.<output_path>: File path where the result should be saved.To create a "Blue Potion Icon":
blue_potion_raw.pngpython3 .agent/skills/designer/scripts/remove_background.py blue_potion_raw.png blue_potion_final.pngWorks with frontend-developer skill for implementation handoff:
Load references based on task context:
| Reference | Path | Purpose |
|---|---|---|
| Branding | references/branding.md |
Creating logos, visual identity, brand guidelines |
| Color Theory | references/color-theory.md |
Choosing palettes, dark mode, semantic colors |
| Typography | references/typography.md |
Font pairing, scales, text rendering |
| Layout | references/layout.md |
Grids, spacing, responsive design |
| Motion | references/motion.md |
Micro-interactions, transitions, performance |
| Accessibility | references/accessibility.md |
WCAG compliance, keyboard nav, screen readers |
| Design Systems | references/design-systems.md |
Design tokens, component patterns, documentation |
| Trends | references/trends.md |
2024-2025 trends, emerging CSS features |
| Creation | references/creation.md |
New components, pages, creative direction |
| Review | references/review.md |
Code review, compliance checks, quality audit |
Distinct visual aesthetics to drive design direction:
| Concept | Path | Description |
|---|---|---|
| Apple Glassmorphism | concepts/apple-glass.md |
Premium, translucent depth (VisionOS Style) |
| Neo-Brutalism | concepts/neo-brutalism.md |
Raw, high-contrast, bold borders |
| Claymorphism | concepts/claymorphism.md |
Soft 3D, inflated shapes, tactile feel |
| Aurora Gradients | concepts/aurora-gradients.md |
Ethereal, moving blurred color meshes |
| Bento Grids | concepts/bento-grids.md |
Modular, grid-based content layout |
| Template | Path | Purpose |
|---|---|---|
| Motion Spec | templates/design-motion-spec.md |
Motion Specification - animation timeline, triggers, easing. Use for handoff animation specs to frontend |