numencore-toolkit/.claude-plugin/marketplace.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

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"
}
]
}