hmi-design-light

hmi-design-light is a skill for Claude Code, Codex from timhok/hmi-design. It costs 86 tokens per session (2,264 once invoked), scanned A, a copy of hmi-design-full, MIT.

A set of ISA-101 design rules for human-machine interfaces used in industrial process automation, including SCADA screens and operator dashboards.

In plain words
What is it for?
Designing, building, reviewing, or generating code for industrial monitoring and control interfaces.
Why use it?
It helps make control displays consistent, readable, and useful for detecting and responding to abnormal process conditions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Designing, building, reviewing, or generating code for industrial monitoring and control interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/timhok/hmi-design/hmi-design-light
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add timhok/hmi-design --skill hmi-design-light
Clone the repo
git clone --depth 1 https://github.com/timhok/hmi-design

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hmi-design-light

README.md
[![agentmods](https://agentmods.dev/badge/skills/timhok/hmi-design/hmi-design-light/github.svg)](https://agentmods.dev/skills/timhok/hmi-design/hmi-design-light)
Your own site
<a href="https://agentmods.dev/skills/timhok/hmi-design/hmi-design-light"><img src="https://agentmods.dev/badge/skills/timhok/hmi-design/hmi-design-light/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hmi-design-light

Your own site · 80×15
<a href="https://agentmods.dev/skills/timhok/hmi-design/hmi-design-light"><img src="https://agentmods.dev/badge/skills/timhok/hmi-design/hmi-design-light.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,264 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00086 $0.02264
Opus 5 $0.00043 $0.01132
Sonnet 5 $0.00017 $0.00453
Haiku 4.5 $0.00009 $0.00226

Measured 10d ago against content hash 518daa5b2d8c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

hmi-design-light scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

86% identical to hmi-design-full — 18 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

hmi-design-light/SKILL.md · 212 lines

How it starts

The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.

HMI Design for AI Agents

ISA-101 design rules for Human Machine Interfaces in process automation. Apply these rules strictly when designing HMI displays, screens, dashboards, or control interfaces.

Core Design Philosophy

  1. The HMI is a safety tool first. Every design decision must support safe, effective process monitoring and control.
  2. Support situation awareness. The operator must always know: what is happening now, why it's happening, and what will happen next.
  3. Minimize cognitive load. Operators should detect, diagnose, and respond — not search, decode, or remember.
  4. Consistency is mandatory. All displays must share a unified look, feel, and interaction model.
  5. Failure must be visible. If a display element, data source, or communication path fails, the operator must know immediately.

Display Hierarchy

Design displays generally in a 4-level hierarchy.

Level 1 — Overview (Entire Span of Control)

  • Shows the operator's ENTIRE scope of responsibility on ONE screen
  • Key parameters, calculated conditions, alarm status, deviation indicators
  • Embedded sparkline trends for critical variables
  • NO control actions — monitoring only
  • Abnormal states must be immediately visible via color/shape changes
  • Should be continuously visible (dedicated monitor if possible)
  • Include: deviation direction, severity indicators, alarm counts by area

Level 2 — Unit/Area Operating Displays (Primary Working Displays)

  • Operator's PRIMARY working displays during normal operations
  • Show one major system or subsystem per display
  • Include all controllers, setpoints, and indicators needed for routine operations
  • Display all high and medium priority alarms for the area
  • Task-based layout: operator should handle most routine work from these displays with minimal navigation
  • Include start-up/shutdown task-specific information

Level 3 — Detail Displays (Troubleshooting)

  • Detailed P&ID-style or schematic views of specific equipment
  • All control loops, indicators, and interlock status for depicted equipment
  • Display ALL alarm priorities
  • Used for non-routine operations: lineup changes, equipment switching, diagnostics
  • Task-based: minimize navigation within troubleshooting workflows

Read the full file on GitHub · 212 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 212 lines · 86 tokens per session scan A 518daa5b2d8c

Subscribe to this mod's changes

hmi-design-light is a skill published in the GitHub repository timhok/hmi-design (19 stars, last pushed 6mo ago), licensed MIT. It adds 86 tokens to every session and 2,264 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to hmi-design-full, differing in 18 lines, and is treated as a copy.

Related

Other skills, from other repositories

design-dna

Extract, define, and apply design DNA across three dimensions: design system (tokens), design style (qualitative feel), and visual effects (Canvas, WebGL, 3D, particles, shaders, scroll effects, etc.). Use this skill when: (1) a user wants to see the full 3-dimension design structure/schema, (2) a user provides…

zanwei/design-dna · 192 tokens

ux-icons

Symfony UX Icons for rendering SVG icons in Twig templates. Supports 200,000+ Iconify icons (Lucide, Heroicons, Tabler, Material Design, etc.), local SVG files, and custom icon sets with aliases. Use when displaying icons, configuring icon defaults, importing or locking on-demand icons, creating icon aliases, or…

smnandre/symfony-ux-skills · 222 tokens

frontend-design-director

Set subject-grounded visual direction for standard or deep UI work, redesign, polish, critique, anti-template review, or design handoff. Skip technical micro-fixes and isolated code edits.

ytvee-dev/webdev-agent-kit · 43 tokens

frontend-design-intelligence

Ground standard or deep UI work in product category, page pattern, design dials, domain UX risks, and anti-patterns before visual direction. Produces a brief, not code or tool setup.

ytvee-dev/webdev-agent-kit · 45 tokens

frontend-layout-implementer

Implement an approved Design Implementation Spec or screenshot-derived spec in React/Next.js using existing CSS Modules, Redux, TanStack, and Axios conventions. Excludes unrelated stacks, live design tools, and new styling systems.

ytvee-dev/webdev-agent-kit · 49 tokens

design-screenshot-spec

Turn user-supplied screenshots, copied inspect values, exports, assets, or design notes into a strict frontend Design Implementation Spec. Live design links alone are insufficient.

ytvee-dev/webdev-agent-kit · 38 tokens