mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
0877f223a0
- Add complete plugin structure following boilerplate pattern - Include Nord-inspired color palette with semantic color mappings - Add 6 chart component templates: Pie, Bar, StackedArea, Comparison, DualAxis, Heatmap - Include shared utilities for data transformation and filtering - Add Highcharts best practices and accessibility rules - Add chart-builder agent for generating visualizations - Include comprehensive skill documentation with usage examples Co-authored-by: kniparko <kniparko@anysphere.co>
36 lines
828 B
JSON
36 lines
828 B
JSON
{
|
|
"name": "analytics-visualization",
|
|
"version": "1.0.0",
|
|
"description": "Build beautiful analytics charts and dashboards using Highcharts with the Cursor design system",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/getcursor/plugins",
|
|
"repository": "https://github.com/getcursor/plugins",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"analytics",
|
|
"visualization",
|
|
"charts",
|
|
"highcharts",
|
|
"dashboard",
|
|
"react",
|
|
"typescript"
|
|
],
|
|
"category": "data-visualization",
|
|
"tags": [
|
|
"charts",
|
|
"analytics",
|
|
"dashboard",
|
|
"highcharts",
|
|
"design-system"
|
|
],
|
|
"agents": "./agents/",
|
|
"skills": "./skills/",
|
|
"rules": "./rules/",
|
|
"hooks": "./hooks/hooks.json",
|
|
"mcpServers": "./mcp.json",
|
|
"extensions": "./extensions/"
|
|
}
|