skills/.system/jwebmp-agcharts-enterprise/SKILL.md
AG Charts Enterprise integration for JWebMP with premium charting features. Extends jwebmp-agcharts with advanced chart types (heatmaps, treemaps, sunburst, sankey, waterfall), financial charts (candlestick, OHLC), advanced animations, and enterprise-grade features. Requires AG Charts Enterprise license. Use when working with AG Charts Enterprise features, advanced visualizations, financial charts, or premium charting capabilities.
npx skillsauth add guicedee/ai-rules jwebmp-agcharts-enterpriseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AG Charts Enterprise integration for JWebMP with premium charting features.
new AgHeatmapSeriesOptions<>()
.setXKey("date")
.setYKey("category")
.setColorKey("value")
.setColorRange(List.of("#FFFFFF", "#FF0000"));
new AgTreemapSeriesOptions<>()
.setLabelKey("name")
.setSizeKey("size")
.setColorKey("value");
new AgSunburstSeriesOptions<>()
.setLabelKey("name")
.setSizeKey("size")
.setColorKey("category");
new AgSankeySeriesOptions<>()
.setFromKey("source")
.setToKey("target")
.setSizeKey("value");
new AgWaterfallSeriesOptions<>()
.setXKey("category")
.setYKey("value");
new AgCandlestickSeriesOptions<>()
.setXKey("date")
.setOpenKey("open")
.setHighKey("high")
.setLowKey("low")
.setCloseKey("close");
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>agcharts-enterprise</artifactId>
</dependency>
Note: Requires valid AG Charts Enterprise license.
com.jwebmp.plugins.agchartsenterprisedevelopment
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
development
WebAwesome icon integration for JWebMP — modern, open-source icon library. Provides 1,500+ icons with solid/regular styles, sizing, rotation, animation, and CSS utilities. Drop-in FontAwesome alternative with fresh designs. Use when working with WebAwesome icons, modern icon designs, or as FontAwesome alternative in JWebMP applications.
development
WebAwesome Pro integration for JWebMP with premium icons and features. Extends jwebmp-webawesome with additional styles, premium icons, and advanced features. Use when working with WebAwesome Pro icons or premium WebAwesome features in JWebMP applications.