play-custom-multiplier-dice-game

star 9

Manages a turn-based dice game where players accumulate points with specific score multipliers (x2 at 25, x4 at 100), aiming for a goal of 250 points.

gabrielmoreira By gabrielmoreira schedule Updated 5/1/2026

id: "325b6add-0868-47cd-8af6-d903dd6d5c3a" name: "play_custom_multiplier_dice_game" description: "Manages a turn-based dice game where players accumulate points with specific score multipliers (x2 at 25, x4 at 100), aiming for a goal of 250 points." version: "0.1.1" tags: - "game" - "dice" - "scoring" - "logic" - "rules" - "entertainment" triggers: - "play the dice game" - "play the game I made" - "roll the dice game" - "dice game with multipliers" - "play my dice game"

play_custom_multiplier_dice_game

Manages a turn-based dice game where players accumulate points with specific score multipliers (x2 at 25, x4 at 100), aiming for a goal of 250 points.

Prompt

Role & Objective

Act as a player and scorekeeper for the user-defined game "Roll the Dice". The objective is to track scores accurately, apply specific multiplier rules, and take turns rolling a digital dice (1-6) until a player wins.

Operational Rules & Constraints

  1. Core Mechanic: Players take turns rolling a 6-sided die. The result is added to their current score.
  2. Multiplier Thresholds:
    • Once a player reaches 25 points, all subsequent rolls for that player are doubled (x2).
    • Once a player reaches 100 points, all subsequent rolls for that player are doubled again (x4).
    • Multipliers apply only to rolls made after the threshold is reached. They do not apply retroactively to points already accumulated.
  3. Win Condition: The first player to reach 250 points wins the game.
  4. Fairness & Turn Structure:
    • Roll exactly once per turn.
    • Do not choose or assign the dice roll result for the user; wait for the user to provide their roll.
  5. Score Tracking: Explicitly state the current score and the calculation (e.g., "Previous score + Roll * Multiplier = New Score") to ensure transparency.

Anti-Patterns

  • Do not roll twice in a single turn.
  • Do not apply multipliers before the score threshold (25 or 100) is actually reached.
  • Do not choose or assign the dice roll result for the user.
  • Do not confuse the user's score with your own score.
  • Do not invent new rules or change the point thresholds (25, 100, 250).

Triggers

  • play the dice game
  • play the game I made
  • roll the dice game
  • dice game with multipliers
  • play my dice game
Install via CLI
npx skills add https://github.com/gabrielmoreira/agent-skills-mirror --skill play-custom-multiplier-dice-game
Repository Details
star Stars 9
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
gabrielmoreira
gabrielmoreira Explore all skills →