react
React 19 components with Tailwind CSS v4, shadcn/ui, forms, tables, routing, data fetching, and i18n. Triggers on .tsx files, component, tailwind, tanstack, form, table, router.
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/reactskilz install settlemint/agent-marketplace/react --agent opencodeskilz install settlemint/agent-marketplace/react --agent codexskilz install settlemint/agent-marketplace/react --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
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-marketplacecp -r agent-marketplace/devtools/skills/react ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
answer-engine-optimization
by alirezarezvani
> Professional Answer Engine Optimization for Marketers & SEO Specialists
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
agile-product-owner
by alirezarezvani
Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and...
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
B Score: 81/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Redundant anti_patterns section
- Duplicate component pattern
- Second-person voice in quick_start
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-19
Developer Feedback
I took a look at your react skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 81/100, solidly in B territory—that's good work. This evaluation is based on Anthropic's skill best practices rubric. Your strongest area is Ease of Use (22/25) with excellent trigger coverage and clear workflows. The weaker spots are Progressive Disclosure Architecture (23/30) and Utility (17/20), both dragged down by some redundancy and missing error-handling guidance.
What's Working Well
- Trigger coverage is chef's kiss. You've got both intent triggers ("React hooks", "component patterns") and artifact triggers (regex for
.tsxfiles). This skill activates when it should. - Clear routing table maps user intents to specific actions—that's practical and saves users from figuring out what to do next.
- Library IDs table is smart. Gives the skill the Context7 library IDs upfront so it doesn't waste tokens resolving them.
- Success criteria checklist in the quick_start gives users a way to validate they got what they needed.
The Big One: Redundancy in PDA
Your anti_patterns section duplicates your constraints section—both cover "don't use useEffect for derived state", "no 150+ line components", etc. This wastes tokens and tanks your PDA score.
Fix: Delete the entire <anti_patterns> section. Your constraints already say it all. That's a quick +2 points on token economy (takes you from 7/10 to 9/10 in that category).
Similarly, your <component_pattern> section in SKILL.md mirrors the template file almost exactly. Reference the template instead: "See templates/component.tsx.md for scaffolding." This cuts ~20 lines of fat.
Other Things Worth Fixing
- **Second-person voice in ...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.