From f02b2cc2daf506acdb2ded29fe4b8f84be971647 Mon Sep 17 00:00:00 2001 From: Juan Puelpan Date: Fri, 17 Oct 2025 02:09:19 -0300 Subject: [PATCH] feat: add marketplace.json file --- marketplace.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 marketplace.json 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" + } + } + ] +}