radix
Radix UI primitives for accessible React components. Covers dialogs, dropdowns, popovers, and form controls. Triggers on radix, Dialog, Popover, DropdownMenu.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install settlemint/agent-marketplace/radix skilz install settlemint/agent-marketplace/radix --agent opencode skilz install settlemint/agent-marketplace/radix --agent codex skilz install settlemint/agent-marketplace/radix --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplace cp -r agent-marketplace/devtools/skills/radix ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 80.0
Agent Skill Grade
B
Score: 80/100
Click to see breakdown
Score Breakdown
Areas to Improve
- 312-line skill has no reference files; MCP queries, research patterns, and detailed examples should be externalized
- File exceeds 100 lines (312 total) but lacks TOC for navigation
- Full Tailwind classes in every example add token overhead; repetitive Portal patterns across Dialog/Dropdown/Select
Recommendations
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/18/2026
Developer Feedback
I took a look at your radix skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 80/100, solidly in B territory - good fundamentals with some room to polish. This is based on Anthropic's skill best practices rubric across five pillars. Your strongest area is Ease of Use (22/25) with comprehensive triggers and clear metadata. The weakest spot is Progressive Disclosure Architecture (21/30) - your 312-line single file needs some structure work.
What's Working Well
- Triggers are chef's kiss - You've got specific component names (Dialog, Dropdown, Select), pattern intents like "create modal", and even artifact-level triggers. That's exactly what makes skills discoverable.
- Code examples are solid - The Dialog, Dropdown, and Select examples show real patterns like controlled state and the
asChildprop. Developers can actually use these immediately. - Clear constraints - You're explicit about what Radix provides (accessibility, unstyled components) and what it doesn't handle (styling decisions), which prevents confusion.
The Big One: Organize Into Multiple Files
Severity: High (+5 points potential)
Your skill file is doing too much in one place. At 312 lines, you've got MCP query patterns, three full code examples, research instructions, and success criteria all mixed together. This hurts your Progressive Disclosure Architecture score because it forces users to wade through everything to find what they need.
The fix: Create a references/ directory with:
references/mcp-queries.md- MCP patterns and library IDsreferences/code-examples.md- The three component examplesreferences/research-patterns.md- Your research section
Keep your main SKILL.md focused on quick_start → patterns → constraints → anti_patterns → success_criteria. This reduces cognitive load and token overhead.
Other Things Worth Fixing
Add a Table of Contents - At 312 lines, readers need signposts. Add a
## Contentssection listing your major sections. Quick +2 points.Slim down code examples - Full Tailwind class strings like
"fixed top-1/2 left-1/2 -translate-x-1/2..."repeat across examples. UseclassName="{/* positioning */}"comments or show one full example, then minimal templates. Saves tokens and reads cleaner.Watch the voice - Minor thing: "that you style with Tailwind" should be "styled with Tailwind". Keep it imperative throughout.
Move success_criteria earlier - Currently at the very end (line 294). Bring it closer to your quick_start so users know what "done" looks like upfront.
Quick Wins
Most impactful first:
- Split into reference files (+5) - biggest bang for buck
- Add table of contents (+2) - helps navigation
- Consolidate code examples (+1) - reduces verbosity
- Minor voice fixes (+1) - polish
You've got solid bones here. These structural tweaks get you from 80 → 89 territory pretty easily.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?