From b718a8014f8c0a2a2dcecc9b3ce90a5b662e6773 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Sun, 8 Feb 2026 03:13:21 +0100 Subject: [PATCH] Remove marketplace.json (moved to saiden-dev/claude-plugins) Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json deleted file mode 100644 index e06eaf4..0000000 --- a/.claude-plugin/marketplace.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "saiden", - "description": "Saiden's Claude Code plugins", - "owner": { - "name": "aladac", - "url": "https://github.com/aladac" - }, - "plugins": [ - { - "name": "browse", - "description": "Browser automation and image processing tools using Playwright WebKit", - "source": "./" - } - ] -}