Files
gh-robbyt-claude-skills-plu…/.claude-plugin/plugin.json
2025-11-30 08:52:41 +08:00

12 lines
267 B
JSON

{
"name": "python-formatter-ruff",
"description": "Automatically format Python files with Ruff after Write/Edit/MultiEdit operations",
"version": "1.0.0",
"author": {
"name": "robbyt",
"email": "robbyt@robbyt.net"
},
"hooks": [
"./hooks"
]
}