Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:45 +08:00
commit f7e8a33d24
14 changed files with 665 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "ai-commit-gen",
"description": "AI-powered commit message generator - analyzes your git diff and creates conventional commit messages instantly",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}