skills/developer.tuya.com/charts-library-skill

charts-library-skill

Installation
SKILL.md

@ray/charts-library Skill

概述 {#description}

This skill helps an agent correctly integrate @ray/charts-library into a Ray miniapp page. The library ships three things: scene chart cards (drop-in), composable period blocks (bring your own layout), and a period context hook (bring your own UI).

Source of truth (do not hardcode local paths)

  1. Read node_modules/@ray/charts-library/README.md (or README-zh_CN.md if available) first.
  2. When the dependency is a file: / monorepo link, locate it via glob **/charts-library/README.md.
  3. Keep README + package type declarations as the authority.

If a local implementation disagrees with the README, the README + package exports win.

Portable snippets (project-agnostic)

Snippets are bundled in examples.md as fenced code blocks. These are designed to be portable across projects:

Installs
1
First Seen
May 15, 2026
charts-library-skill from developer.tuya.com