gameplay-sql

Community

Validate game logic through pure SQL flows.

Authordiscountedcookie
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a deterministic, SQL-first approach to test core gameplay mechanics using the defined game_* tools.

Core Features & Use Cases

  • End-to-end SQL flow: Start game, check state, process turns, and submit or find places via SQL tools.
  • Clear guidance: Demonstrates how to exercise game_start, game_state, game_turn, game_find_place, and game_submit.
  • Template sessions: Provides example sessions to reproduce typical gameplay.

Quick Start

Use game_start with a description, then query game_state, and progress turns with game_turns until completion.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: gameplay-sql
Download link: https://github.com/discountedcookie/10x-mapmaster/archive/main.zip#gameplay-sql

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository