Files
gh-kawaz-claude-plugins-plu…/.claude-plugin/plugin.json
2025-11-30 08:30:50 +08:00

11 lines
208 B
JSON

{
"name": "force-uv",
"description": "Suggests using UV instead of pip/pipx/venv commands in Bash tool calls",
"version": "0.2.0",
"author": {
"name": "kawaz"
},
"hooks": [
"./hooks"
]
}