- add marketplace.json, README, and .gitignore - add git-tools plugin with commit-format skill - add numencore-core plugin with skill-creator skill
12 lines
340 B
JSON
12 lines
340 B
JSON
{
|
|
"name": "git-tools",
|
|
"version": "0.1.0",
|
|
"description": "Git workflow skills — commit formatting, branch management",
|
|
"author": {
|
|
"name": "Parley Hatch",
|
|
"email": "parley.hatch@gmail.com"
|
|
},
|
|
"repository": "ssh://git@git.numencore.com:2222/phatch/numencore-toolkit.git",
|
|
"license": "MIT",
|
|
"skills": "./skills/"
|
|
}
|