player-system

Manage player data, growth, loyalty, satisfaction, and market value across seasons.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The player system centralizes and standardizes all player-related data and rules, enabling consistent growth, loyalty, satisfaction, and market valuation across the game.

Core Features & Use Cases

  • Manages Player data model with attributes, age, and status.
  • Implements growth, aging, loyalty, and satisfaction rules, plus market-value calculations for transfers.
  • Supports integration with transfer, finance, and match simulation subsystems for end-to-end gameplay scenarios.

Quick Start

To adjust how players evolve across seasons, update the growth and loyalty rules in the skill documentation and backend logic, then trigger a season settlement to observe changes.

Frequently Asked Questions about player-system

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

FAQPage Schema
How do I manage esports player attributes and growth across multiple seasons?

To manage esports player attributes and growth, you need a centralized data model that applies aging and growth rules consistently across all seasons. This ensures player evolution remains standardized throughout the game.

How does player market value calculation work for transfer systems?

Player market value calculation works by evaluating player attributes, age, and loyalty rules to determine a standardized valuation. This ensures consistent transfer economics integrated with the finance subsystem.

What's the best way to implement player loyalty and satisfaction logic in a game?

The best way to implement loyalty and satisfaction logic is through a centralized system that standardizes these rules across all subsystems. This ensures consistent on-field behavior and player interactions throughout gameplay.

Can I integrate player management data with match simulation and finance subsystems?

Yes, player management data supports integration with transfer, finance, and match simulation subsystems. This enables end-to-end gameplay scenarios by exposing backend commands that ensure consistent player economics and behavior.

How do I adjust player growth and aging rules for a new season settlement?

To adjust player growth and aging rules, update the skill documentation and backend logic, then trigger a season settlement. This allows you to observe how player evolution changes across the new season.