feat: add marketplace.json file

This commit is contained in:
2025-10-17 02:09:19 -03:00
parent 031b6ec43c
commit f02b2cc2da

18
marketplace.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "puelpan-claude-plugins",
"owner": {
"name": "Juan Puelpan",
"email": "juan@puelpan.com"
},
"plugins": [
{
"name": "github",
"source": "./plugins/github",
"description": "Git and Github utility commands",
"version": "1.0.0",
"author": {
"name": "Juan Puelpan"
}
}
]
}