Radix UI primitives, composition patterns, accessibility, and customization.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill radix-ui --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Radix Ui?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-radix-ui-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: radix-ui
description: Radix UI primitives, composition patterns, accessibility, and customization.
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
graph:
domains: [domain:web-development]
specializations: [specialization:web-development]
skillAreas: [skill-area:ui-component-libraries, skill-area:design-systems]
roles: [role:frontend-engineer, role:product-designer]
topics: [topic:accessibility, topic:component-based-architecture]
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!