design-system

star 130

Aegis Fancy UI design tokens, typography, glassmorphism, animation rules. Use when working on UI components, styles, or visual redesign.

antropos17 By antropos17 schedule Updated 3/9/2026

name: design-system description: Aegis Fancy UI design tokens, typography, glassmorphism, animation rules. Use when working on UI components, styles, or visual redesign.

Design System

Read these files for all design values:

  • memory-bank/fancy-ui-plan.md — full token spec, component designs, animation params
  • design/mockup-shield.html — visual reference, extract CSS variables
  • src/renderer/lib/styles/tokens.css — current tokens (extend, don't replace)

Key Principles

  • All colors via CSS variables from tokens.css
  • Fonts: Outfit (titles), DM Sans (body), DM Mono (data) — LOCAL in assets/fonts/
  • Glassmorphism: .panel class with backdrop-filter, inset shadow, border
  • Animations: transform/opacity/filter ONLY. GPU composited. Never layout properties.
  • Sparklines: pure SVG with vector-effect="non-scaling-stroke"
  • Spotlight hover: ::before pseudo-element, pointer-events: none, opacity toggle
Install via CLI
npx skills add https://github.com/antropos17/Aegis --skill design-system
Repository Details
star Stars 130
call_split Forks 21
navigation Branch main
article Path SKILL.md
More from Creator