hmi-design-full

hmi-design-full is a skill for Claude Code, Codex from timhok/hmi-design. It costs 107 tokens per session (2,513 once invoked), scanned A, original, MIT.

A set of ISA-101 design rules for HMIs, the screens operators use to monitor and control industrial processes.

In plain words
What is it for?
Designing, reviewing, or generating code for control screens, dashboards, navigation, alarms, trends, and operator workflows.
Why use it?
It helps make process displays consistent, readable, and safety-focused so operators can notice problems and respond with less searching or guesswork.

Skill for Claude CodeCodex

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

Good fit Designing, reviewing, or generating code for control screens, dashboards, navigation, alarms, trends, and operator workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/timhok/hmi-design/hmi-design-full
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-full
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-full

README.md
[![agentmods](https://agentmods.dev/badge/skills/timhok/hmi-design/hmi-design-full/github.svg)](https://agentmods.dev/skills/timhok/hmi-design/hmi-design-full)
Your own site
<a href="https://agentmods.dev/skills/timhok/hmi-design/hmi-design-full"><img src="https://agentmods.dev/badge/skills/timhok/hmi-design/hmi-design-full/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-full

Your own site · 80×15
<a href="https://agentmods.dev/skills/timhok/hmi-design/hmi-design-full"><img src="https://agentmods.dev/badge/skills/timhok/hmi-design/hmi-design-full.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,513 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 original No closer match found 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.00107 $0.02513
Opus 5 $0.00053 $0.01256
Sonnet 5 $0.00021 $0.00503
Haiku 4.5 $0.00011 $0.00251

Measured 11d ago against content hash 240374275bb8, 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-full 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 11d 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

Copies of this mod

1 near-identical copy found in the catalogue:

hmi-design-full/SKILL.md · 226 lines

How it starts

The opening of the file, as written. The whole thing — 226 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 · 226 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. 11d ago First seen · 226 lines · 107 tokens per session scan A 240374275bb8

Subscribe to this mod's changes

hmi-design-full is a skill published in the GitHub repository timhok/hmi-design (19 stars, last pushed 6mo ago), licensed MIT. It adds 107 tokens to every session and 2,513 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

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