Generates CSS, SVG, and canvas-based sacred geometry patterns, mandalas, and geometric art for use in Heady platform UI design, backgrounds, loading screens, and decorative elements. Use when the user asks to create geometric patterns, mandalas, sacred geometry visuals, psychedelic backgrounds, or Fibonacci-based design elements. Triggers on phrases like "sacred geometry", "mandala pattern", "geometric background", "flower of life", "Fibonacci spiral", "metatrons cube", "geometric CSS art", "psychedelic pattern", or "sacred geometry CSS".
HeadyAI0 スター2026/03/10
職業
カテゴリ
デザイン
スキル内容
When to Use This Skill
Use this skill when the user asks to:
Generate CSS-only sacred geometry patterns for UI backgrounds
Create SVG mandala and geometric art programmatically
Build animated sacred geometry using CSS keyframes or canvas
Produce Fibonacci spirals, golden ratio layouts, or phi-based grids
Generate the Flower of Life, Metatron's Cube, Sri Yantra, or Seed of Life patterns
Create loading spinners or overlays using geometric animation
Responsive: uses viewBox for SVG; vw/vh or % for CSS
Dark-theme compatible: transparent backgrounds where appropriate
Performance: no unnecessary DOM nodes; use SVG <use> for repeated elements
Animation performance: uses transform and opacity only (compositor layer)
Accessibility: aria-hidden="true" on decorative SVGs
Code commented with mathematical derivation notes
Output Formats
Inline SVG: Ready to paste into HTML
CSS-only: Uses ::before, ::after, and clip-path only
React component: Functional component with configurable props
Canvas script: Vanilla JS Canvas 2D rendering
SCSS mixin: Reusable with Heady design token variables
Examples
Input: "Create a animated Flower of Life loading spinner in purple and gold."
Output: 60×60px SVG with 7-circle Seed of Life (loading-appropriate scale), rotating animation at 8s linear, heady-glow stroke color, heady-solar accent.
Input: "Make a full-page sacred geometry background for the product detail page."
Output: Full-viewport SVG with Flower of Life pattern, radial gradient overlay from void to transparent, subtle rotation animation at 120s, position: fixed; z-index: -1.