balance-check

balance-check is a skill for Claude Code from HolyMonkey/youtube-example-ai-studio. It costs 42 tokens per session (533 once invoked), scanned A, a copy of balance-check, MIT.

A game-balance analysis skill that examines data, formulas, and configuration for unfair options, broken progression, and economy problems.

In plain words
What is it for?
Checking combat damage, time to defeat, resource income and spending, experience curves, item value, loot rates, and progression gates.
Why use it?
It helps reveal dominant strategies, impossible defenses, runaway resources, and other balance issues before they reach players.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Checking combat damage, time to defeat, resource income and spending, experience curves, item value, loot rates, and progression gates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/holymonkey/youtube-example-ai-studio/balance-check
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 HolyMonkey/youtube-example-ai-studio --skill balance-check
Clone the repo
git clone --depth 1 https://github.com/HolyMonkey/youtube-example-ai-studio

Made for: Claude Code.

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 balance-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/holymonkey/youtube-example-ai-studio/balance-check/github.svg)](https://agentmods.dev/skills/holymonkey/youtube-example-ai-studio/balance-check)
Your own site
<a href="https://agentmods.dev/skills/holymonkey/youtube-example-ai-studio/balance-check"><img src="https://agentmods.dev/badge/skills/holymonkey/youtube-example-ai-studio/balance-check/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 balance-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/holymonkey/youtube-example-ai-studio/balance-check"><img src="https://agentmods.dev/badge/skills/holymonkey/youtube-example-ai-studio/balance-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 533 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 100% copy Near-identical to another mod 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.00042 $0.00533
Opus 5 $0.00021 $0.00267
Sonnet 5 $0.00008 $0.00107
Haiku 4.5 $0.00004 $0.00053

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

Security

Grade A, and why

balance-check 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.

Origin

This is a copy

100% identical to balance-check — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/balance-check/SKILL.md · 73 lines

What it actually says

When this skill is invoked:

  1. Identify the balance domain from the argument.

  2. Read relevant data files from assets/data/ and design/balance/.

  3. Read the design document for the system being checked from design/gdd/.

  4. Perform analysis:

    For combat balance:

    • Calculate DPS for all weapons/abilities at each power tier
    • Check time-to-kill at each tier
    • Identify any options that dominate all others (strictly better)
    • Check if defensive options can create unkillable states
    • Verify damage type/resistance interactions are balanced

    For economy balance:

    • Map all resource faucets and sinks with flow rates
    • Project resource accumulation over time
    • Check for infinite resource loops
    • Verify gold sinks scale with gold generation
    • Check if any items are never worth purchasing

    For progression balance:

    • Plot the XP curve and power curve
    • Check for dead zones (no meaningful progression for too long)
    • Check for power spikes (sudden jumps in capability)
    • Verify content gates align with expected player power
    • Check if skip/grind strategies break intended pacing

    For loot balance:

    • Calculate expected time to acquire each rarity tier
    • Check pity timer math
    • Verify no loot is strictly useless at any stage
    • Check inventory pressure vs acquisition rate
  5. Output the analysis:

## Balance Check: [System Name]

### Data Sources Analyzed
- [List of files read]

### Health Summary: [HEALTHY / CONCERNS / CRITICAL ISSUES]

### Outliers Detected
| Item/Value | Expected Range | Actual | Issue |
|-----------|---------------|--------|-------|

### Degenerate Strategies Found
- [Strategy description and why it is problematic]

### Progression Analysis
[Graph description or table showing progression curve health]

### Recommendations
| Priority | Issue | Suggested Fix | Impact |
|----------|-------|--------------|--------|

### Values That Need Attention
[Specific values with suggested adjustments and rationale]
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 · 73 lines · 42 tokens per session scan A 5698b9aee687

Subscribe to this mod's changes

balance-check is a skill published in the GitHub repository HolyMonkey/youtube-example-ai-studio (11 stars, last pushed 5mo ago), licensed MIT. It adds 42 tokens to every session and 533 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to balance-check, differing in 0 lines, and is treated as a copy.