Skillzwave Logo
Skillzwave

recharts

77.0
C

Recharts for React data visualization. Covers line, bar, area, pie charts with responsive containers and customization. Triggers on recharts, chart, LineChart, BarChart.

Commands Agents Marketplace
#chart#recharts#recharts description#chart types#React data#React#Fetch Recharts#charts

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

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/recharts ~/.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
77.0

Agent Skill Grade

C
Score: 77/100 Click to see breakdown

Score Breakdown

Spec Compliance
14/15
PDA Architecture
19/30
Ease of Use
22/25
Writing Style
8/10
Utility
16/20
Modifiers: -2

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

  1. Add a table of contents — At 351 lines, users need a roadmap. Add a ## Contents section at the top with links to Quick Start, Chart Types, Customization, etc. (+2 points)

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

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

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

chart recharts recharts description chart types React data React Fetch Recharts charts pie charts Pie chart

Report Security Issue

Found a security vulnerability in this agent skill?