plant-wide-operating-health-review

plant-wide-operating-health-review is a skill for Claude Code, Codex from microsoft/aibast-agents-library. It costs 38 tokens per session (697 once invoked), scanned A, original, MIT.

A factory health-review guide that ranks three production lines by operating performance and identifies the causes of lost output.

In plain words
What is it for?
It is for comparing operating scores, output gaps, quality costs, and performance drivers across production lines.
Why use it?
It helps plant managers focus attention on lines below the target instead of investigating every line equally.

Skill for Claude CodeCodex ✓ vendor

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

Good fit It is for comparing operating scores, output gaps, quality costs, and performance drivers across production lines.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/microsoft/aibast-agents-library/aibast_line-health_plo01
About the project

AIBAST Agents Library is a collection of industry-focused AI agent templates accompanied by a local server that connects agents to GitHub Copilot for language-model inference. It helps developers create and run tool-using agents and isolated project environments, with an optional cloud-backed path for persistent memory. The catalogue entries provide the repository's agents, skills, commands, hooks, and instructions.

microsoft/aibast-agents-library · 7 stars · on GitHub

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 microsoft/aibast-agents-library --skill aibast_line-health_plo01
Clone the repo
git clone --depth 1 https://github.com/microsoft/aibast-agents-library

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 plant-wide-operating-health-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoft/aibast-agents-library/aibast_line-health_plo01/github.svg)](https://agentmods.dev/skills/microsoft/aibast-agents-library/aibast_line-health_plo01)
Your own site
<a href="https://agentmods.dev/skills/microsoft/aibast-agents-library/aibast_line-health_plo01"><img src="https://agentmods.dev/badge/skills/microsoft/aibast-agents-library/aibast_line-health_plo01/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 plant-wide-operating-health-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/microsoft/aibast-agents-library/aibast_line-health_plo01"><img src="https://agentmods.dev/badge/skills/microsoft/aibast-agents-library/aibast_line-health_plo01.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 697 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.00038 $0.00697
Opus 5 $0.00019 $0.00349
Sonnet 5 $0.00008 $0.00139
Haiku 4.5 $0.00004 $0.00070

Measured 8d ago against content hash 97f3f931d786, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

plant-wide-operating-health-review 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 8d 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.

solutions/product-line-optimization/manual/skills/aibast_line-health_plo01/SKILL.md · 62 lines

How it starts

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

Plant-wide operating health review

Use this skill for plant-wide "what needs attention" questions, such as "Which production line needs attention today, and what is driving the loss?", "where are we losing output," or "which line is worst." No line name is required — always evaluate all three synthetic lines together and never ask the user to pick one.

Inputs (from the packaged synthetic records)

For each of Electronics Assembly Line A, Metal Fabrication Line B, and Polymer Molding Line C, read the operating summary: operating score (OEE), availability, performance, quality, actual-versus-design output, daily output, daily loss vs design, and annual quality cost.

Procedure

  1. Rank the lines by ascending operating score and apply the 75% attention threshold. Fixed result: Polymer Molding Line C at 68.0% (Priority 1) and Electronics Assembly Line A at 70.9% (Priority 2) are BELOW TARGET; Metal Fabrication Line B at 85.8% is healthy and needs no action.
  2. Lead with the two lines needing attention. For each, name the operating score, the daily output gap vs design (Line C: 1,728 units/day; Line A: 912 units/day), and the annual quality cost (Line C: $352,800.00; Line A: $63,900.00).
  3. State the driver of the loss using the weakest factor:
    • Line C: availability at 78% (unplanned downtime) is the primary driver; performance 89.7% and quality 97.2% are comparatively solid.
    • Line A: loss is split between performance at 82% and availability at 87%; quality is excellent at 99.4%.
  4. Note that Line B (85.8%) is meeting targets — no immediate action.
  5. Recommend the sequence: start with Line C availability (equipment failures, maintenance backlog, changeover delays), then Line A performance (cycle-time or process constraint). Offer to run the constraining-station analysis next.

Output

A short decision statement ("Two lines need attention today"), then a compact ranked view with each line's operating score, driver, gap, and quality cost. Use a table if listing all three lines.

Read the full file on GitHub · 62 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. 8d ago First seen · 62 lines · 38 tokens per session scan A 97f3f931d786

Subscribe to this mod's changes

plant-wide-operating-health-review is a skill published in the GitHub repository microsoft/aibast-agents-library (7 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 697 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens

magpie-security-issue-import-from-md

Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.

apache/magpie · 73 tokens