Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:08 +08:00
commit f0a2cfe2f6
4 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "smart-commit",
"description": "Automates git commit process by selecting the first suggested message, generating structured commits with consistent formatting while skipping manual confirmation and removing Claude co-Contributorship footer",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}