From 752abd71ffc2d2646b431becda517ca808ecb07e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yves=20Desgagn=C3=A9?= Date: Thu, 23 Apr 2026 09:48:30 -0400 Subject: [PATCH] Add marketplace.json to enable /plugin marketplace install --- .claude-plugin/marketplace.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..32023cf --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,15 @@ +{ + "name": "cloud-officer", + "owner": { + "name": "Cloud Officer", + "email": "info@cloudofficer.ca" + }, + "plugins": [ + { + "name": "co-dev", + "source": ".", + "description": "Cloud Officer development workflow tools for PR management, issue tracking, code quality, cloud infrastructure (AWS, GCP), deployment (Vercel, Heroku), payments (Stripe, PayPal), observability (New Relic), design (Figma), app stores (App Store Connect, Google Play), and database management", + "version": "1.0.0" + } + ] +}