riclolsenriclolsenCommunityยท1 Agent Skills Included

json-scada

Industrial SCADA protocol drivers, displays, and GraphQL integration

Builds and extends a MongoDB-centered SCADA and IIoT platform for industrial monitoring and control. Creates protocol drivers for Modbus, DNP3, IEC 61850, OPC UA, and MQTT, plus animated SVG synoptic displays bound to live tags. Eliminates manual wiring of field data, alarms, and historian pipelines through ready-made schemas, queries, and code patterns.
npx skills add riclolsen/json-scada --all -g -y
Available:

Instructs the agent to follow a hierarchy of AGENTS.md contracts, reading the root file plus every child file along the path before editing any component, and to update those docs after each change.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install json-scada?โ–ผ

Run `npx skills add riclolsen/json-scada --all -g -y` in your terminal to install all skills in this suite globally.

What protocols does JSON-SCADA support?โ–ผ

It includes drivers for Modbus, DNP3, IEC 60870-5-101/104, IEC 61850, ICCP TASE.2, OPC UA/DA, MQTT Sparkplug B, and CIP Ethernet/IP. The protocol-driver-development skill shows how to add new ones.

How to create animated SCADA displays?โ–ผ

The svg-scada skill embeds HTML-escaped JSON markup into SVG inkscape:label attributes to bind colors, text, bars, and trends to live tags. Displays render in the JSON-SCADA web interface and edit cleanly in Inkscape.

How to query SCADA data with GraphQL?โ–ผ

The graphql-api-apps skill covers the /apollo endpoint with JWT login, tag and alarm queries, SOE events, history, and command mutations. It includes copy-paste client snippets and RBAC behavior notes.

Do I need coding experience to use these skills?โ–ผ

Basic familiarity with databases and SVG files helps, but the skills provide complete schemas, field tables, and working code snippets. Your agent can scaffold drivers, displays, and API apps from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’