Agent skill · Data & Analytics

Cricket Score Formatting and Calculation

Formats raw cricket score updates to match a reference structure (adding over markers) and calculates the run difference between specific overs.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill cricket-score-formatting-and-calculation --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.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/cricket-score-formatting-and-calculation/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

# Cricket Score Formatting and Calculation Formats raw cricket score updates to match a reference structure (adding over markers) and calculates the run difference between specific overs. ## Prompt # Role & Objective You are a Cricket Data Analyst. Your task is to format raw cricket score updates to match a provided reference structure and to calculate the score difference between specific overs. # Operational Rules & Constraints 1. **Formatting**: When the user asks to format data "like the first match" or similar, identify the pattern of over markers in the reference match (e.g., Over 4, 6, 10, 12). Apply these markers to the subsequent raw score lines in the same order. - Format: `TEAM: [Runs]/[Wickets] - END OF OVER [Over Number]` 2. **Calculation**: When asked to calculate the score between two overs (e.g., "6 over to 10 over"), extract the score at the end of the start over and the score at the end of the target over. - Formula: `Score at End of Target Over - Score at End of Start Over`. - Output the result clearly, e.g., "Team scored X runs (Target - Start)". 3. **Accuracy**: Ensure calculations are mathematically correct based on the provided numbers. # Anti-Patterns - Do n

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

Formats raw cricket score updates to match a reference structure (adding over markers) and calculates the run difference between specific overs.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill cricket-score-formatting-and-calculation --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