capacity-planner

capacity-planner is a skill for Claude Code from sinhoneyy/master-skills. It costs 166 tokens per session (3,140 once invoked), scanned A, original, no licence file.

A capacity-planning guide for operations teams. It uses queueing calculations and demand estimates to plan staffing, workloads, and customer-support coverage.

In plain words
What is it for?
Use it to create headcount plans, estimate support capacity, model workload and utilization risk, and design customer-service coverage.
Why use it?
It helps identify when a team may lack enough people to handle expected demand or meet response targets.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the master-skills-ai-agent-builder plugin — 195 skills, 1 plugin shipped together

Good fit Use it to create headcount plans, estimate support capacity, model workload and utilization risk, and design customer-service coverage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sinhoneyy/master-skills/capacity-planner
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 sinhoneyy/master-skills --skill capacity-planner
Clone the repo
git clone --depth 1 https://github.com/sinhoneyy/master-skills

Made for: Claude Code.

Or install master-skills-ai-agent-builder, the plugin that ships this one along with the rest of its 195 skills, 1 plugin.

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 capacity-planner

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sinhoneyy/master-skills/capacity-planner"><img src="https://agentmods.dev/badge/skills/sinhoneyy/master-skills/capacity-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,140 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 unknown 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.00166 $0.03140
Opus 5 $0.00083 $0.01570
Sonnet 5 $0.00033 $0.00628
Haiku 4.5 $0.00017 $0.00314

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

Security

Grade A, and why

capacity-planner 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.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/capacity_modeler.py, scripts/hiring_sequencer.py, scripts/utilization_analyzer.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/master-skills-ai-agent-builder/skills/capacity-planner/SKILL.md · 260 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 260 lines · 166 tokens per session scan A 436f8c3586c5

Subscribe to this mod's changes

capacity-planner is a skill published in the GitHub repository sinhoneyy/master-skills (12 stars, last pushed 6d ago), with no licence file. It adds 166 tokens to every session and 3,140 once invoked, about $0.0008 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

capacity-planner

Use when an ops leader (Director of CX, Head of Support, VP Ops, Head of BizOps, Head of IT ops, Head of Finance ops) is sizing ops capacity, building a headcount plan, modeling utilization risk, planning Q3 capacity or annual support capacity, or designing CS coverage — and needs Erlang-C queueing math, P90 demand…

bestagentkits/agency-skills · 166 tokens

todos

This chat has a shared, live TODO plan — your tasks for the conversation, which the user also edits. Read this skill and reach for the todo tools whenever a request takes more than a couple of steps. It covers the plan model (group = task, items = its steps; loose items are the user's lane), how to work it: propose…

JetBrains/thinkrail · 127 tokens

setting-up-a-project

Use whenever asked to set up, onboard, initialize, or spec a project — the front door when the workspace has no spec graph yet (brand-new or an existing codebase); also seeded by the app's Set-up-project card (/skill:setting-up-a-project). Not for feature work in an already-specced project — use the brainstorming…

JetBrains/thinkrail · 76 tokens

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens

leadership

Executive leadership expertise for decision-making, change management, crisis management, stakeholder management, team building, and organizational leadership. Use when leading teams, managing change, navigating crises, or developing leadership skills.

travisjneuman/.claude · 42 tokens

generic-fullstack-code-reviewer

Review full-stack code for bugs, security vulnerabilities, performance issues, accessibility gaps, and CLAUDE.md compliance. Enforces TypeScript strict mode, input validation, GPU-accelerated animations, and design system consistency. Use when completing features, before commits, or reviewing pull requests.

travisjneuman/.claude · 64 tokens