forayconsulting

Roll — Development skill for Claude Code

Development community

Roll dice for D&D 5e.

How to install Roll

Installs to ~/.claude/skills/forayconsulting-crawledcode-roll/SKILL.md

Terminal
mkdir -p ~/.claude/skills/forayconsulting-crawledcode-roll && curl -fsSL https://raw.githubusercontent.com/forayconsulting/crawledcode/HEAD/.claude/skills/roll.md -o ~/.claude/skills/forayconsulting-crawledcode-roll/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Roll does


name: roll description: "Roll dice for D&D 5e. Supports XdY+Z notation, advantage, disadvantage, ability checks, saves, and attacks."

/roll — Dice Rolling Engine

Parse the user's roll request and execute it using bash. Always show the full breakdown.

Parsing Rules

  • /roll or /roll d20 — roll a single d20
  • /roll XdY — roll X dice with Y sides (e.g., /roll 2d6)
  • /roll XdY+Z or /roll XdY-Z — roll with modifier
  • /roll adv or /roll advantage — roll 2d20, take higher

Alternatives in Development

  • Discipline — Toggle discipline mode — auto-invoke verification, brainstorming-before-coding, and review checks 2.8k ★
  • Continuous Claude — Run Claude Code in a continuous loop, autonomously creating PRs, waiting for checks, and merging 1.3k ★
  • Claude Code Lsp Enforcement Kit — Hooks that force Claude Code to use LSP instead of Grep for code navigation 327 ★

Full documentation available on GitHub

View Source Repository