An Agent Skill for building with LightningChart JS accurately in AI coding agents.
The skill teaches agents to start every LightningChart JS task from the official LLM-friendly documentation indexes, then follow the exact task-specific documentation and API URLs found there. This helps prevent hallucinated method names, stale package names, wrong option shapes, and API patterns copied from unrelated charting libraries.
Copy the lightningchart-js folder into a skills directory supported by your
agent.
Project-local Agent Skills location:
.agents/skills/lightningchart-js/
OpenAI Codex local skills location:
~/.codex/skills/lightningchart-js/
Windows PowerShell example for Codex:
Copy-Item -Recurse .\lightningchart-js $env:USERPROFILE\.codex\skills\VS Code and other Agent Skills compatible tools can also use this skill from a
project-local .agents/skills/lightningchart-js/ directory.
Use $lightningchart-js to add a real-time line chart to this React component.
Use $lightningchart-js to review this chart implementation for outdated or hallucinated LCJS APIs.
Use $lightningchart-js to migrate this existing chart to LightningChart JS and verify the API usage with local type checks if possible.
That said, it seems that many agents are capable of automatically picking up locally installed skills even if your prompt doesn't explicitly mention them.
This Agent Skill is licensed under the MIT License.
LightningChart JS is separate proprietary software with its own licensing terms: https://lightningchart.com/js-charts/