business-operations-skills

business-operations-skills is a skill for Claude Code, Codex from bestagentkits/agency-skills. It costs 151 tokens per session (2,138 once invoked), scanned A, original, MIT.

An internal business-operations guide that routes questions to the right type of operational analysis. It covers process bottlenecks, vendor service levels, staffing capacity, internal communication, runbooks, and spending.

In plain words
What is it for?
Use it to examine waiting and handoffs, review vendor SLAs, plan staffing, write internal procedures, prepare company updates, or categorize software spend.
Why use it?
It helps identify what kind of operations work a problem needs before doing the analysis. This reduces time spent sending questions to the wrong process or team.

Skill for Claude CodeCodex

Written for Claude Code and Codex: context: fork in frontmatter, but also agents/openai.yaml present. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit Use it to examine waiting and handoffs, review vendor SLAs, plan staffing, write internal procedures, prepare company updates, or categorize software spend.

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

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 business-operations-skills

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bestagentkits/agency-skills/business-operations-skills"><img src="https://agentmods.dev/badge/skills/bestagentkits/agency-skills/business-operations-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,138 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.00151 $0.02138
Opus 5 $0.00076 $0.01069
Sonnet 5 $0.00030 $0.00428
Haiku 4.5 $0.00015 $0.00214

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

Security

Grade A, and why

business-operations-skills 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 9d 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.

skills/claude-skills/business-operations-skills/SKILL.md · 145 lines

How it starts

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

Business Operations — Domain Orchestrator

The BizOps surface is internal: how the company actually runs. This orchestrator forks its conversation context, routes your inquiry to one of six sub-skills, then returns a tight digest to the parent thread. The heavy ingestion (vendor catalogs, process interviews, multi-doc SOP intake) stays in the forked context.

When to invoke

Symptom Sub-skill to route to
"Where does the work spend most of its time waiting?" process-mapper
"Is this vendor delivering against the SLA?" vendor-management
"Do we have enough people to ship in Q3?" capacity-planner
"I need to brief the company on a re-org" internal-comms
"Write me a runbook for the incident response process" knowledge-ops
"Why is our software spend up 40% YoY?" procurement-optimizer

Routing logic (deterministic)

The orchestrator classifies the inquiry by signals detected in the prompt. Two-signal threshold for confident routing; one-signal triggers a clarifying question.

Signal table

Signal class Keywords Sub-skill
PROCESS bottleneck, cycle time, waiting, handoff, BPMN, process map, workflow process-mapper
VENDOR vendor, supplier, SLA, contract, third-party, MSA, SaaS subscription, renewal vendor-management
CAPACITY headcount, capacity, utilization, planning, hiring sequence, FTE capacity-planner
COMMS all-hands, internal newsletter, announcement, change management, FAQ, town hall internal-comms
KNOWLEDGE SOP, runbook, knowledge base, wiki, playbook, documentation, onboarding doc knowledge-ops
PROCUREMENT spend, procurement, purchase, supplier rationalization, software audit, SaaS sprawl procurement-optimizer

If signals are mixed (e.g., "vendor SLA + spend audit"), run the highest-confidence sub-skill first, then chain into the second one in a follow-up forked turn.

Fallback

Read the full file on GitHub · 145 lines

Files

What ships with it

1 file 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. 9d ago First seen · 145 lines · 151 tokens per session scan A c4ee20e1550a

Subscribe to this mod's changes

business-operations-skills is a skill published in the GitHub repository bestagentkits/agency-skills (11 stars, last pushed 2mo ago), licensed MIT. It adds 151 tokens to every session and 2,138 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.