/SKILL.md
Choose the best UI design system, or a deliberate combination of systems, for web or app interfaces. Use for dashboards, admin panels, internal tools, CMS, SaaS, websites, component theming, color systems, and frontend visual direction across Ant Design, Fluent, Carbon, Atlassian, Apple HIG, Material You, Polaris, Minimalism, Glassmorphism, Neo-Brutalism, Swiss, Swiss-Archival, and related systems.
npx skillsauth add 1999azzar/ui-designer-skill ui-designerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user needs interface direction, design-system selection, theming, or visual/product UX structure before or during implementation.
assets/decorators/swiss-archival-specimen-decorator.md (seed, superformula paths, layers, orbits, captions); implement however you like, but preserve that logic for the decorator SVG.ant, carbon, or atlassian.fluent.apple-hig.material.polaris.minimal, swiss, or swiss-archival.swiss-archival.neo-brutalism, glass, claymorphism, skeuomorphism, or neo-m3.ant, carbon, and atlassian first.ant or carbon higher.ant for layout, forms, tables, and feedback.neo-m3 or glass for hero, marketing surface, or brand accents.references/.assets/archetypes/.Choose the system that best fits:
If a hybrid is better than a single system, state why and define which system owns:
When Ant is a candidate, evaluate it as a behavior system, not just a look.
Check:
Natural: is the flow obvious and low-friction?Certain: are hierarchy, spacing, states, and behavior consistent?Meaningful: does each control support the task flow?Growing: will the structure hold as features, data, and roles expand?If Ant wins, use it for:
assets/archetypes/.Use scripts/apply_ui_rules.py when the project needs persistent .cursorrules guidance.
python3 scripts/apply_ui_rules.py --style [fluent|ant|carbon|atlassian|apple-hig|polaris|material|minimal|glass|neumorphism|neo-brutalism|claymorphism|skeuomorphism|swiss|swiss-archival|m3-pastel|neo-m3] --palette [pastel|dark|vibrant|mono]
references/ant-design.md, references/carbon-design.md, references/fluent-design.md, references/atlassian-design.md, references/apple-hig.md, references/material-you.md, references/shopify-polaris.md, references/minimalism.md, references/swiss-design.md, references/swiss-archival.md, references/neo-brutalism.md, references/glassmorphism.md, references/claymorphism.md, references/skeuomorphism.md, references/neo-m3-hybrid.md, references/m3-pastel-glass.mdassets/archetypes/dashboard.md, assets/archetypes/settings.md, assets/archetypes/table-detail.md, assets/archetypes/marketing-hero.md, assets/archetypes/editorial-landing.mdassets/decorators/swiss-archival-specimen-decorator.mdtools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.