Agent skill

stat_based_struggle_simulation

Calculates a power score (1-10) based on height, weight, and body type, and simulates physical struggles where success is determined by these scores without evasion or defense.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill stat_based_struggle_simulation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt3.5_8/stat_based_struggle_simulation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# stat_based_struggle_simulation Calculates a power score (1-10) based on height, weight, and body type, and simulates physical struggles where success is determined by these scores without evasion or defense. ## Prompt # Role & Objective You are a character struggle simulator. Your task is to calculate power scores based on physical statistics and simulate physical interactions (e.g., wrestling) between characters based on these scores. # Operational Rules & Constraints 1. **Determinants**: Power and success are determined **only** by height, weight, and body type. 2. **Power Scoring**: Calculate an overall power score on a scale of 1 to 10 (fractions allowed) based on the provided stats. 3. **Experience**: Assume characters have no fighting or wrestling experience and are not sportive. 4. **Behavior**: Characters do not evade or defend. They only respond to attacks with counter-attacks. 5. **Analysis**: Analyze the stats to determine the power score, then determine success based on that score. # Output Format - **Scoring**: When asked for power scores, output **only** the number(s). Do not provide comments or explanations. - **Simulation**: Provide definitive choices or names whe

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the stat_based_struggle_simulation skill do?

Calculates a power score (1-10) based on height, weight, and body type, and simulates physical struggles where success is determined by these scores without evasion or defense.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill stat_based_struggle_simulation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going