One-click install
npx skills add https://github.com/Kepler22bee/House-of-Stark --skill slot-scale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slot-scale
Source: https://github.com/Kepler22bee/House-of-Stark/tree/main/contracts/.agents/skills/slot-scale
Command: npx skills add https://github.com/Kepler22bee/House-of-Stark --skill slot-scale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and scale Slot deployments across environments while enforcing paid tiers, replica billing, and multi-region constraints to prevent resource overspend and unexpected downtime.

Core Features & Use Cases

  • Tiered pricing and behavior: Define Basic, Pro, Epic, and Legendary tiers with different CPU, memory, storage, and lifecycle policies (e.g., auto-scaling, inactivity deletion).
  • Replica and region management: Configure replicas for Torii, deploy across supported regions, and calculate billing as tier cost × regions × replicas.
  • Operational controls: Upgrade-only tier changes, revive scaled-down Basic instances on first request, and require team credits for paid deployments.
  • Use Case: Upgrade a development Torii instance to Epic with three replicas across us-east and europe-west to support a production playtest while ensuring billing and credit checks.

Quick Start

Create an Epic-tier Torii instance named my-instance with three replicas across us-east and europe-west and ensure the owning team has sufficient credits.

Frequently Asked Questions about slot-scale

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

FAQPage Schema
How do I scale Slot deployments across multiple regions?

To scale Slot deployments across multiple regions, configure Torii instances with specified regions and calculate billing as tier cost multiplied by the number of regions and replicas. Supported regions are enforced during provisioning and production operations.

What billing tiers are available for Torii deployment replicas?

Available billing tiers for Torii deployment replicas are Basic, Pro, Epic, and Legendary. Each tier defines different CPU, memory, storage, and lifecycle policies, with billing calculated as tier cost multiplied by regions and replicas.

Can I add replicas to Katana deployments or are they Torii only?

Replicas are supported on Torii deployments only. The system enforces replica availability rules, preventing replica configuration on Katana deployment workflows and ensuring correct multi-region placement.

How do I upgrade a development Torii instance to a production tier?

Upgrading a development Torii instance to a production tier requires an upgrade-only tier change. The system enforces credit checks before creating or upgrading paid deployments, ensuring the owning team has sufficient credits for the new tier.

What happens to scaled-down Basic Slot instances when a request comes in?

Scaled-down Basic Slot instances are revived on the first request. This operational control ensures development instances with inactivity deletion policies can resume automatically without manual intervention.

Do I need team credits to create paid Slot deployments?

Yes, team credits are required before creating or upgrading paid Slot deployments. The system performs credit checks during provisioning and tier upgrades to prevent resource overspend and unexpected downtime.