annual-points-system

Aggregate event results into season-long rankings and identify top16 Super Cup qualifiers.

2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Showiix/EsportManager2 --skill annual-points-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: annual-points-system
Source: https://github.com/Showiix/EsportManager2/tree/main/.claude/skills/annual-points-system
Command: npx skills add https://github.com/Showiix/EsportManager2 --skill annual-points-system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The annual points system centralizes and automates the calculation of team points earned across all events within a season, enabling fair and timely rankings for Super Cup qualification.

Core Features & Use Cases

  • Aggregates event results into a season-wide points total per team
  • Computes rankings and identifies top16 for Super Cup qualification
  • Supports per-tournament scoring rules and rank-based allocation
  • Use Case: A league planner needs to determine this season's qualifiers after the World Championship and regional events.

Quick Start

Instruct the engine to compute the season's standings and output the Top16 teams for the Super Cup.

Frequently Asked Questions about annual-points-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate season-long team rankings for tournament qualification?

Season-long team rankings are calculated by aggregating event results across all tournaments in a season to produce annual points totals per team. This system applies per-tournament scoring rules and rank-based allocation to identify the top 16 teams for Super Cup qualification.

What is an annual points system for Super Cup qualification?

An annual points system for Super Cup qualification centralizes and automates the calculation of team points earned across all events within a season. It drives fair and timely rankings by applying per-tournament scoring rules to produce season-long standings.

How do I aggregate event results to determine the top 16 teams for a season?

You can aggregate event results by instructing the engine to compute the season's standings, which applies rank-based allocation across all events. This outputs the top 16 teams that qualify for the Super Cup.

Does the ranking logic support per-tournament scoring rules?

Yes, the ranking logic supports per-tournament scoring rules and rank-based allocation. It implements the data modeling and group assignment needed to apply different scoring rules across all events in a season.

Can I use this system to determine qualifiers after regional events and a World Championship?

Yes, a league planner can use this system to determine this season's qualifiers after the World Championship and regional events. It aggregates results from all events in the season to compute final standings.

What data modeling is needed for end-to-end annual tournament scoring?

End-to-end annual tournament scoring requires data modeling that aggregates event results into season-wide points totals per team. This system implements the ranking logic and group assignment to support the complete annual scoring process.