Back to list
annthurium

dice-roller

by annthurium

Claude's got SKILLZ

0🍴 0📅 Jan 21, 2026

SKILL.md


name: dice-roller description: Roll virtual dice in various combinations using standard RPG notation (1d20, 3d6+4, etc.). Perfect for tabletop gaming, random number generation, or making decisions. Use when the user asks to roll dice. argument-hint: <XdY+Z>

When this skill is invoked with $ARGUMENTS:

  1. Parse the dice notation (e.g., "2d6+3"):

    • Number of dice (before 'd')
    • Die size (after 'd', before '+' or '-')
    • Modifier (optional, after '+' or '-')
  2. Validate the input:

    • Number of dice should be 1-100
    • Die size should be reasonable (d2, d4, d6, d8, d10, d12, d20, d100)
    • If invalid, explain the correct format
  3. Roll the dice:

    • Generate random numbers for each die
    • Show individual rolls in brackets
    • Apply any modifiers
    • Calculate and show the total
  4. Format the output clearly:

    • Show the dice notation
    • Display individual die results
    • Show the modifier if present
    • Present the final total
  5. Add a dice emoji 🎲 to make it fun!

Examples

User: /dice-roller 1d20
Result: 🎲 Rolling 1d20: [17] = 17
User: /dice-roller 3d6+4
Result: 🎲 Rolling 3d6+4: [4, 2, 5] + 4 = 15

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon