Provides comprehensive guidance for uCharts chart library including chart types, data formats, chart configuration, and platform support. Use when the user asks about uCharts, needs to create charts, configure chart options, or work with uCharts in applications.
View on GitHubpartme-ai/full-stack-skills
development-skills-utils
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/partme-ai/full-stack-skills/blob/main/skills/ucharts/SKILL.md -a claude-code --skill uchartsInstallation paths:
.claude/skills/ucharts/## When to use this skill Use this skill whenever the user wants to: - Install and set up uCharts in a project - Create charts in uni-app applications - Use uCharts in WeChat Mini Program - Use uCharts in H5 applications - Configure chart options - Use different chart types - Handle chart events - Customize chart appearance - Understand uCharts API and methods - Troubleshoot uCharts issues ## How to use this skill This skill is organized to match the uCharts official documentation structure (https://www.ucharts.cn/v2/#/, https://www.ucharts.cn/v2/#/guide/index, https://www.ucharts.cn/v2/#/document/index). When working with uCharts: 1. **Identify the topic** from the user's request: - Installation/安装 → `examples/guide/installation.md` - Quick Start/快速开始 → `examples/guide/quick-start.md` - Chart Types/图表类型 → `examples/charts/` - Features/功能特性 → `examples/features/` - API/API 文档 → `api/` 2. **Load the appropriate example file** from the `examples/` directory: **Guide (使用指南)**: - `examples/guide/intro.md` - Introduction to uCharts - `examples/guide/installation.md` - Installation guide - `examples/guide/quick-start.md` - Quick start guide - `examples/guide/configuration.md` - Configuration - `examples/guide/platform-support.md` - Platform support **Charts (图表类型)**: - `examples/charts/line.md` - Line chart - `examples/charts/column.md` - Column chart - `examples/charts/area.md` - Area chart - `examples/charts/pie.md` - Pie chart - `examples/charts/ring.md` - Ring chart - `examples/charts/radar.md` - Radar chart - `examples/charts/funnel.md` - Funnel chart - `examples/charts/gauge.md` - Gauge chart - `examples/charts/candle.md` - Candle chart - `examples/charts/mix.md` - Mixed chart **Features (功能特性)**: - `examples/features/data-format.md` - Data format - `examples/features/chart-events.md` - Chart events - `examples/features/chart-methods.md` - Chart methods - `examples/features/char