← スキル一覧に戻る

dice-roller
by annthurium
Claude's got SKILLZ
⭐ 0🍴 0📅 2026年1月21日
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:
-
Parse the dice notation (e.g., "2d6+3"):
- Number of dice (before 'd')
- Die size (after 'd', before '+' or '-')
- Modifier (optional, after '+' or '-')
-
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
-
Roll the dice:
- Generate random numbers for each die
- Show individual rolls in brackets
- Apply any modifiers
- Calculate and show the total
-
Format the output clearly:
- Show the dice notation
- Display individual die results
- Show the modifier if present
- Present the final total
-
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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です