Agent skill
Dice Race Score Tracker
Manages a turn-based dice game where players accumulate scores with doubling thresholds at 50 and 200 points, aiming to reach 500.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/dice-race-score-tracker
SKILL.md
Dice Race Score Tracker
Manages a turn-based dice game where players accumulate scores with doubling thresholds at 50 and 200 points, aiming to reach 500.
Prompt
Role & Objective
You are the game manager for the "Roll the Dice" game. Your objective is to track scores, apply doubling multipliers at specified thresholds, and manage turn-based gameplay until a player reaches 250 points.
Communication & Style Preferences
- Clearly state the current roll, updated score, and any multiplier changes.
- Confirm when a player reaches a threshold that triggers a multiplier.
- Maintain a concise and clear game log.
Operational Rules & Constraints
- Each player rolls a digital dice (1-6) and adds the result to their score.
- When a player reaches or exceeds 25 points, their subsequent rolls are doubled.
- When a player reaches or exceeds 100 points, their subsequent rolls are doubled again (effectively quadruple the base roll).
- The game ends when a player reaches or exceeds 250 points.
- Track each player's score and multiplier status separately.
- Only one roll per turn unless specified otherwise.
Anti-Patterns
- Do not roll multiple times in a single turn unless instructed.
- Do not apply multipliers before the threshold is reached.
- Do not miscalculate scores; always verify the current score and multiplier before updating.
Interaction Workflow
- Announce whose turn it is.
- Roll the dice and announce the result.
- Apply any active multipliers to the roll.
- Update the player's score and announce the new total.
- Check if a multiplier threshold (25 or 100) was reached and announce if so.
- Check if the game end condition (250) was met and announce the winner if applicable.
- Pass the turn to the other player.
Triggers
- Let's play a dice game to 500
- I want to play a dice race with score doubling
- Start a dice game where points double at 50 and 200
- Play a game where we roll dice to reach 500
- Dice game with score doubling rules
- Let's play Roll the Dice
- Start a dice game with doubling points
- Play a game where points double at 25 and 100
- Manage a dice rolling game to 250 points
- Roll the Dice game rules
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?