diff --git a/marketplace.json b/marketplace.json new file mode 100644 index 0000000..b182777 --- /dev/null +++ b/marketplace.json @@ -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" + } + } + ] +}