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

14 lines
310 B
JSON

{
"name": "rpg-pdf-extractor",
"description": "Extracts stat blocks, edges, hindrances, powers, and bestiary data from Savage Worlds PDFs into structured JSON format",
"version": "1.0.0",
"author": {
"name": "Savaged-us"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}