Files
gh-savaged-us-claude-plugin…/.claude-plugin/plugin.json
2025-11-30 08:54:08 +08:00

14 lines
305 B
JSON

{
"name": "dice-notation-parser",
"description": "Parses and validates Savage Worlds dice notation, including exploding dice, modifiers, and damage calculations",
"version": "1.0.0",
"author": {
"name": "Savaged-us"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}