scramble-setup

Configure a team's roster, purchases, placements, and readiness via REST API for Ankh-Morpork Scramble games.

Updated Nov 1, 2025
One-click install
npx skills add https://github.com/AndreasThinks/ankh-morpork-scramble --skill scramble-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scramble-setup
Source: https://github.com/AndreasThinks/ankh-morpork-scramble/tree/main/.cline/skills/scramble-setup
Command: npx skills add https://github.com/AndreasThinks/ankh-morpork-scramble --skill scramble-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Teams need to quickly build a roster, purchase players and rerolls, place them on the pitch, and declare readiness within the 1,000,000‑gold budget constraints of the Ankh‑Morpork Scramble deployment phase.

Core Features & Use Cases

  • Budget awareness: Retrieves current gold and available positions via the game server API.
  • Automated purchasing: Sends HTTP requests to buy players and optional rerolls.
  • Placement orchestration: Calculates and posts coordinate data for each purchased player.
  • Readiness signaling: Marks the team as ready to start the match.
    Typical use case: an AI agent or test script prepares a City Watch squad for a demo game by buying seven constables, two rerolls, positioning them, and starting the match.

Quick Start

Ask the skill to set up a team with seven constables and two rerolls for game ID “demo-game”, place the players, and mark the team ready.

Frequently Asked Questions about scramble-setup

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

FAQPage Schema
How do I set up a team roster for Ankh-Morpork Scramble?

Yes, you can purchase rerolls during the Scramble deployment phase. The skill sends HTTP requests to buy players and optional rerolls within your 1,000,000 gold budget using the game server's REST API endpoints.

How does player placement work on the Scramble pitch?

Player placement on the Scramble pitch works by calculating and posting coordinate data for each purchased player via HTTP calls to the game server's REST API, ensuring all team members are positioned correctly before the match begins.

What is the gold budget limit for building a Scramble team?

The gold budget limit for building a Scramble team is 1,000,000 gold. The skill retrieves this budget via the game server API and ensures all player and reroll purchases stay within this constraint.

Do I need REST API access to automate Scramble team setup?

Yes, REST API access is required to automate Scramble team setup. The skill depends on HTTP calls to the game server to retrieve budget and positions, submit purchases, post placement coordinates, and signal readiness.

Can I mark my Scramble team ready to start automatically?

You can mark your Scramble team ready to start automatically by having the skill send an HTTP readiness signal to the game server's REST API after completing roster purchases and player placement.