What problem does it solve? It provides a single entry point for game-related automation tasks, validating requests and dispatching them to the correct sub-skill instead of forcing users to know which specific game skill to invoke. ## Core Features & Use Cases - Request Routing: Validates game_type and mode parameters, then routes to the minecraft-modpack-server or pokemon-player sub-skill via the Hermes skill loading mechanism. - Minecraft Modpack Server Setup: The minecraft-modpack-server sub-skill handles NeoForge/Forge server installation, JVM tuning, server.properties configuration, firewall rules, and automated backups. - Headless Pokemon Gameplay: The pokemon-player sub-skill plays Pokemon games via the pokemon-agent package with vision-verified navigation, battle strategy, and save-state management. - Use Case: A user says "set up an ATM10 server for 4 players" and the parent skill routes the request to minecraft-modpack-server, which produces a complete server configuration with tuned JVM args and hourly backups. ## Quick Start Ask the agent to set up a Minecraft modpack server or start playing Pokemon, and it will route your request to the appropriate sub-skill automatically.