recharts
Recharts for React data visualization. Covers line, bar, area, pie charts with responsive containers and customization. Triggers on recharts, chart, LineChart, BarChart.
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/recharts skilz install settlemint/agent-marketplace/recharts --agent opencode skilz install settlemint/agent-marketplace/recharts --agent codex skilz install settlemint/agent-marketplace/recharts --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/recharts ~/.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
- 77.0
Agent Skill Grade
C
Score: 77/100
Click to see breakdown
Score Breakdown
Areas to Improve
- All 351 lines in single file without layered references directory
- File exceeds 100 lines but has no TOC for navigation
- Each chart example includes full import; increases token usage
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 recharts skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 77/100, solid C-grade territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Spec Compliance (14/15) — the frontmatter and structure are clean. The biggest drag is Progressive Disclosure Architecture (19/30) — everything's crammed into one 351-line file without the layered reference structure that helps users navigate efficiently.
What's Working Well
- Spec compliance is tight — Valid YAML, proper naming conventions, good description with 30+ triggers covering chart types and natural language patterns like "show data over time"
- Strong trigger coverage — You've got regex patterns and variations that'll catch real developer queries
- Practical examples — Four complete chart type examples with realistic data; the custom tooltip and tick templates are useful for common customization needs
- Clear decision making — The chart type decision tree helps devs pick the right component without guessing
The Big One: No Reference Architecture
Your entire skill is one monolithic file. With 351 lines, this violates progressive disclosure — devs can't easily navigate to what they need, and you're not leveraging the token efficiency that reference files provide.
The fix: Split it up:
references/chart-types.md— Detailed specs for BarChart, LineChart, AreaChart, PieChart (move your current chart type sections here)references/customization.md— All the tooltip, tick, and styling examples- Keep your main
SKILL.mdlean with quick start and decision tree
This structure alone could get you +6 points and makes the skill way easier to use.
Other Things Worth Fixing
Add a table of contents — At 351 lines, users need a roadmap. Add a
## Contentssection at the top with links to Quick Start, Chart Types, Customization, etc. (+2 points)Consolidate imports — Each chart example has a full import block. Show one comprehensive import at the top, then reference it in examples. Cuts redundancy and saves tokens. (+1 point)
Add workflow steps — Your examples show code blocks but lack numbered implementation steps (Install → Import → Prepare Data → Compose Chart → Wrap in ResponsiveContainer). Helps devs follow along. (+2 points)
Explicit verification loops — Your success criteria checklist exists but needs verification commands. For example: "Verify ResponsiveContainer: resize browser window and confirm chart adapts; Check accessibility: run color contrast analyzer." (+2 points)
Quick Wins
- Highest impact: Split into reference files (+6 points)
- Easy adds: TOC, consolidated imports, numbered steps (+5 points combined)
- Together: These get you from 77 to solid B territory (85+)
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that installs 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?