numencore-toolkit/plugins/numencore-core/.claude-plugin/plugin.json
Parley Hatch 5e7054deb6 feat: initialize plugin marketplace with core plugins
- add marketplace.json, README, and .gitignore
- add git-tools plugin with commit-format skill
- add numencore-core plugin with skill-creator skill
2026-03-19 21:07:48 -06:00

12 lines
345 B
JSON

{
"name": "numencore-core",
"version": "0.1.0",
"description": "Core toolkit skills — skill authoring, project scaffolding",
"author": {
"name": "Parley Hatch",
"email": "parley.hatch@gmail.com"
},
"repository": "ssh://git@git.numencore.com:2222/phatch/numencore-toolkit.git",
"license": "MIT",
"skills": "./skills/"
}