- add marketplace.json, README, and .gitignore - add git-tools plugin with commit-format skill - add numencore-core plugin with skill-creator skill
22 lines
598 B
JSON
22 lines
598 B
JSON
{
|
|
"name": "numencore-toolkit",
|
|
"description": "Personal plugin marketplace — phatch",
|
|
"owner": {
|
|
"name": "Parley Hatch",
|
|
"email": "parley.hatch@gmail.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "numencore-core",
|
|
"description": "Core toolkit skills — skill authoring, project scaffolding",
|
|
"category": "development",
|
|
"source": "./plugins/numencore-core"
|
|
},
|
|
{
|
|
"name": "git-tools",
|
|
"description": "Git workflow skills — commit formatting, branch management",
|
|
"category": "development",
|
|
"source": "./plugins/git-tools"
|
|
}
|
|
]
|
|
}
|