Skip to main content

ui-ux-pro-max

Advanced UI/UX analysis and generation skills with data-driven patterns. Python scripts (core.py, search.py) for systematic UI pattern extraction, design system generation, and component search from curated data sources.

Aller à l'installation

Informations de source

Dépôt
LongLeo287/OmniClaw
Dernière activité de la source
11 avril 2026 à 23:12
Langue détectée de SKILL.md
anglais
Étoiles
7
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
25 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
id
ui-ux-pro-max
name
UI-UX Pro Max
version
1.0.0
tier
2
status
active
author
OmniClaw Core Team
updated
2026-04-02T00:00:00.000Z
description
Advanced UI/UX analysis and generation skills with data-driven patterns. Python scripts (core.py, search.py) for systematic UI pattern extraction, design system generation, and component search from curated data sources.
department
engineering, rd
category
design
tags
["ui","ux","design-system","pattern-extraction","python","data-driven"]
# UI-UX Pro Max **Repo:** `ecosystem/skills/ui-ux-pro-max` **Type:** Python skill scripts + data **Department:** Engineering / R&D **Tier:** 2 — runnable scripts ## What it does Advanced UI/UX toolkit with Python-powered analysis: ### Scripts #### `scripts/core.py` Core UI pattern engine: - Extract design patterns from reference UIs - Generate component specifications from descriptions - Produce Tailwind/CSS class recommendations - Output structured design tokens #### `scripts/search.py` UI/UX pattern search engine: - Search curated `data/` directory for UI patterns - Similarity matching for design requests - Returns top-N matching component patterns ### Data (`data/`) Curated UI/UX pattern library and reference data used by the scripts. ## Usage ```bash # Search for UI pattern python ecosystem/skills/ui-ux-pro-max/scripts/search.py "navigation sidebar with icons" # Generate component spec python ecosystem/skills/ui-ux-pro-max/scripts/core.py generate "glassmorphism card" # Extract patterns from URL python ecosystem/skills/ui-ux-pro-max/scripts/core.py extract "https://example.com" ``` ## OmniClaw Integration - **Used by:** Frontend agent, Engineering agent for UI generation - **ClawTask:** Terminal panel → run scripts via `/api/tool-run` - **Output:** Component specs fed to `ui/dashboard/`, `ui/viewer/` - **Pairs with:** `plugins/lenis` (animations), `ecosystem/skills/domains/frontend/` ## Agent Invocation ```json { "cmd": "python ecosystem/skills/ui-ux-pro-max/scripts/search.py", "args": ["glassmorphism dashboard card"], "cwd": "$OMNICLAW_ROOT" } ```
Voir sur GitHub