18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"name": "git",
|
|
"description": "Git intelligence for Claude Code - session context, commit history, and smart commits with Conventional Commits",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Nathan Vale",
|
|
"email": "hi@nathanvale.com"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |