### Balance Check
Works with
description: "Analyzes game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. Use after modifying any balance-re
argument-hint: "[system-name|path-to-data-file]"
allowed-tools: Read, Glob, Grep
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionbalance-checkExecute the skills CLI command in your project's root directory to begin installation:
Fetches balance-check from Donchitos/Claude-Code-Game-Studios and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate balance-check. Access via /balance-check in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
10.7K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
10.7K
stars
| name | balance-check |
| description | "Analyzes game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. Use after modifying any balance-related data or design. Use when user says 'balance report', 'check game balance', 'run a balance check'." |
| argument-hint | "[system-name|path-to-data-file]" |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep |
| agent | economy-designer |
Determine the balance domain from $ARGUMENTS[0]:
If no argument, ask the user which system to check.
Read relevant files from assets/data/ and design/balance/ for the identified domain.
Note every file read — they will appear in the Data Sources section of the report.
Read the GDD for the system from design/gdd/ to understand intended design targets,
tuning knobs, and expected value ranges. This is the baseline for "correct" behaviour.
Run domain-specific checks:
Combat balance:
Economy balance:
Progression balance:
Loot balance:
## 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]
After presenting the report, ask:
"Would you like to fix any of these balance issues now?"
If yes:
assets/data/ or formula in design/balance/"This value is defined in a design document. Run
/propagate-design-change [path]on the affected GDD to find downstream impacts before committing."
If no:
design/balance/balance-check-[system]-[date].md for laterEnd with:
"Re-run
/balance-checkafter fixes to verify."
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
JuliusBrussee/caveman
JuliusBrussee/caveman
whyashthakker/agent-skills-marketing
JuliusBrussee/caveman
whyashthakker/agent-skills-marketing
vercel-labs/skills
balance-check is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Registry listing for balance-check matched our evaluation — installs cleanly and behaves as described in the markdown.
balance-check has been reliable in day-to-day use. Documentation quality is above average for community skills.
balance-check fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Keeps context tight: balance-check is the kind of skill you can hand to a new teammate without a long onboarding doc.
balance-check is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Keeps context tight: balance-check is the kind of skill you can hand to a new teammate without a long onboarding doc.
balance-check has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: balance-check is focused, and the summary matches what you get after install.
balance-check reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 43