fix: move marketplace to .claude-plugin folder

This commit is contained in:
2025-10-17 02:11:28 -03:00
parent 95b7268df4
commit 657d21b723

View File

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