Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:31 +08:00
commit 998ef8b6b4
4 changed files with 411 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"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"
]
}