Agent skill · Frontend

radix-ui

Radix UI primitives, composition patterns, accessibility, and customization.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill radix-ui --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/web-development/skills/radix-ui/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Radix UI Skill Expert assistance for building accessible components with Radix UI. ## Capabilities - Use Radix primitives - Compose accessible components - Style with CSS/Tailwind - Handle complex interactions - Implement WAI-ARIA patterns ## Usage Pattern ```tsx import * as Dialog from '@radix-ui/react-dialog'; <Dialog.Root> <Dialog.Trigger asChild> <button>Open</button> </Dialog.Trigger> <Dialog.Portal> <Dialog.Overlay className="fixed inset-0 bg-black/50" /> <Dialog.Content className="fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 bg-white p-6 rounded-lg"> <Dialog.Title>Title</Dialog.Title> <Dialog.Description>Description</Dialog.Description> <Dialog.Close asChild> <button>Close</button> </Dialog.Close> </Dialog.Content> </Dialog.Portal> </Dialog.Root> ``` ## Target Processes - component-library - accessibility-implementation - design-system

What's inside
Steps it walks through
  1. Capabilities
  2. Usage Pattern
  3. Target Processes
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the radix-ui skill do?

Radix UI primitives, composition patterns, accessibility, and customization.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill radix-ui --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going