inventory-equipment

Installation
SKILL.md

Inventory & Equipment

Build the inventory/equipment layer of a game — data model, gear generation, crafting, enhancement, UI, equipment, and (for online games) dupe-safe networked persistence. The skill spans three traditions and tells you which patterns are shared and which are mode-specific:

  • Gacha / live-service (Genshin via the Grasscutter GameItem schema + leaked-server RNG RE — the best public source on a AAA loot generator).
  • ARPG / looter (Diablo II/III/IV, Path of Exile 1/2, Last Epoch, Grim Dawn, Borderlands — affix systems, the deterministic↔random crafting dial).
  • Online / MMO (WoW, EVE, Albion, Lost Ark — server-authoritative ownership and the duplication-prevention playbook).

The architecture rule

Installs
3
GitHub Stars
2
First Seen
Jun 16, 2026
inventory-equipment — firzus/agent-skills