Skillzwave Logo
Skillzwave

radix

80.0
B

Radix UI primitives for accessible React components. Covers dialogs, dropdowns, popovers, and form controls. Triggers on radix, Dialog, Popover, DropdownMenu.

Commands Agents Marketplace
#accessible React#React components#radix#React#Popover#Dialog#components#accessible

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...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/settlemint/agent-marketplace
2. Copy the agent skill directory:
cp -r agent-marketplace/devtools/skills/radix ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

automating-mail

by SpillwaveSolutions

Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...

100
A
general
Marketplace
#excel#Mail.OutgoingMessage#Status

automating-reminders

by SpillwaveSolutions

Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...

100
A
general
Marketplace
#app.lists.byName#excel#notes

mastering-postgresql

by SpillwaveSolutions

PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...

100
A
general
Marketplace
#references#search#vector

automating-contacts

by SpillwaveSolutions

Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...

99
A
general
Marketplace
#excel#notes#Contacts.Person

Agentic Skill Details

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

Spec Compliance
13/15
PDA Architecture
21/30
Ease of Use
22/25
Writing Style
8/10
Utility
17/20
Modifiers: -1

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 asChild prop. 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 IDs
  • references/code-examples.md - The three component examples
  • references/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

  1. Add a Table of Contents - At 312 lines, readers need signposts. Add a ## Contents section listing your major sections. Quick +2 points.

  2. Slim down code examples - Full Tailwind class strings like "fixed top-1/2 left-1/2 -translate-x-1/2..." repeat across examples. Use className="{/* positioning */}" comments or show one full example, then minimal templates. Saves tokens and reads cleaner.

  3. Watch the voice - Minor thing: "that you style with Tailwind" should be "styled with Tailwind". Keep it imperative throughout.

  4. 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

accessible React React components radix React Popover Dialog components accessible dialogs Covers dialogs

Report Security Issue

Found a security vulnerability in this agent skill?