Files
gh-vdemeester-claude-code-p…/.claude-plugin/plugin.json
2025-11-30 09:04:31 +08:00

12 lines
300 B
JSON

{
"name": "weekly-review",
"description": "Generate a weekly summary of your git commits with insights on tech debt, bug fixes, and new features",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "plugins@example.com"
},
"commands": [
"./commands"
]
}