day-swing-night-production-plan

day-swing-night-production-plan is a skill for Claude Code, Codex from microsoft/aibast-agents-library. It costs 37 tokens per session (675 once invoked), scanned A, original, MIT.

A production-planning guide that turns factory output and staffing records into plans for day, swing, and night shifts.

In plain words
What is it for?
It is for planning operator allocation, estimating output per line and shift, and comparing three-shift coverage.
Why use it?
It makes expected output and staffing needs visible across all shifts, including lower night-shift efficiency.

Skill for Claude CodeCodex ✓ vendor

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

Good fit It is for planning operator allocation, estimating output per line and shift, and comparing three-shift coverage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/microsoft/aibast-agents-library/aibast_shift-plan_plo04
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_shift-plan_plo04
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 day-swing-night-production-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoft/aibast-agents-library/aibast_shift-plan_plo04/github.svg)](https://agentmods.dev/skills/microsoft/aibast-agents-library/aibast_shift-plan_plo04)
Your own site
<a href="https://agentmods.dev/skills/microsoft/aibast-agents-library/aibast_shift-plan_plo04"><img src="https://agentmods.dev/badge/skills/microsoft/aibast-agents-library/aibast_shift-plan_plo04/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 day-swing-night-production-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/microsoft/aibast-agents-library/aibast_shift-plan_plo04"><img src="https://agentmods.dev/badge/skills/microsoft/aibast-agents-library/aibast_shift-plan_plo04.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 675 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.00037 $0.00675
Opus 5 $0.00018 $0.00338
Sonnet 5 $0.00007 $0.00135
Haiku 4.5 $0.00004 $0.00068

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

Security

Grade A, and why

day-swing-night-production-plan 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 6d 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_shift-plan_plo04/SKILL.md · 58 lines

How it starts

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

Day, swing, and night production plan

Use this skill for requests such as "Translate the current line performance into a day, swing, and night shift plan," "build the three-shift plan," or "how should we staff the shifts." Cover all three lines and all three shifts.

Inputs (from the packaged synthetic records)

The shift schedule (Day, Swing, Night with hours, operators, premium, start, end) and each line's actual output per hour.

Procedure

  1. Present the shift schedule: Day (06:00–14:00, 24 operators, 1.0x), Swing (14:00–22:00, 22 operators, 1.0x), Night (22:00–06:00, 18 operators, 1.15x premium). Each shift is 8 hours.
  2. Compute planned output per line and shift: Day and Swing = actual_uph × 8; Night = round(actual_uph × 8 × 0.9) at 90% efficiency. Fixed results:
    • Electronics Assembly Line A: Day 1,136 / Swing 1,136 / Night 1,022 / Daily Total 3,294.
    • Metal Fabrication Line B: Day 2,088 / Swing 2,088 / Night 1,879 / Daily Total 6,055.
    • Polymer Molding Line C: Day 1,344 / Swing 1,344 / Night 1,210 / Daily Total 3,898.
  3. Show operator allocation: 64 total operators across shifts, 3 lines, 7.1 average operators per line per shift.
  4. Note that the Night shift runs at 90% efficiency and carries a 1.15x labor premium — surface this as the cost/tradeoff of the night shift.
  5. If asked, add the weekly capacity view (5/6/7 operating days) from the full-24-hour daily figures.

Output

A shift-schedule table, a planned-output-by-line-and-shift table with the Day/Swing/Night columns and Daily Total, and the operator-allocation summary.

Grounding and safety

  • Use only the packaged schedule and output figures; never invent shifts, operators, or lines.
  • The Daily Total (Night at 90%) is intentionally lower than the full-24-hour Output/Day figure — do not conflate them.
  • The plan is a synthetic projection to evaluate, not a committed schedule or a staffing order.
  • Never say you lack access and never ask the user to name a line.
  • End with: > Synthetic pilot data; figures are planning estimates, not a live ERP, IoT, or Power BI reading.

Read the full file on GitHub · 58 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. 6d ago First seen · 58 lines · 37 tokens per session scan A 812bc6b6997d

Subscribe to this mod's changes

day-swing-night-production-plan is a skill published in the GitHub repository microsoft/aibast-agents-library (7 stars, last pushed yesterday), licensed MIT. It adds 37 tokens to every session and 675 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