Add plex-ui skill to .curated catalog#352
Open
stomashevsky wants to merge 1 commit intoopenai:mainfrom
Open
Conversation
Plex UI is a production-grade React component library and Figma design system (https://plexui.com) with 35+ components, 14 hooks, 22k+ Figma variants, a three-layer token system, and a unified 9-step size scale. This skill teaches the agent Plex UI's conventions: - Subpath imports (@plexui/ui/components/Button, never package root) - Unified size prop (3xs–3xl) across all controls - Semantic color props (primary, danger, success, warning, info…) - Variant props (solid, soft, outline, ghost, surface) - Automatic dark mode via CSS light-dark() — no dark: prefixes - 460+ Icon subpath imports with auto-sizing inside components agents/openai.yaml supplies Codex UI metadata (display name, icons, brand color, default prompt, implicit invocation policy). Additional reference files in rules/ cover component composition, styling tokens, and icon usage. Upstream source of truth: https://github.com/plex-ui/docs/tree/master/skills/plexui/skills/plex-ui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new curated skill for Plex UI — a production-grade React component library and Figma design system.
Upstream source of truth: https://github.com/plex-ui/docs/tree/master/skills/plexui/skills/plex-ui
Why
Plex UI is a large, opinionated component library (35+ components, 14 hooks, 22k+ Figma variants, a three-layer token system, a unified 9-step size scale). Without a skill, LLMs consistently guess wrong API shapes — raw Tailwind colors instead of semantic color props, wrong size values, root imports instead of subpath imports, etc. This skill encodes the right conventions.
What's in the skill
SKILL.md— imports, size scale (3xs–3xl), semantic colors, variants, dark mode vialight-dark(), 460+ iconsagents/openai.yaml— Codex UI metadata (display name, SVG + PNG icons, brand color, default prompt, implicit invocation policy)rules/components.md,rules/styling.md,rules/icons.md— detailed reference files linked fromSKILL.mdassets/icon.svg+assets/icon.png— Plex UI logoLICENSE.txt— MIT (same as @plexui/ui)Invocation
Auto-triggers when Codex sees
@plexui/uiimports or Plex UI components in the codebase.Maintainer