From 4282c2a77022fe80cc1a1309114fde2b216b3969 Mon Sep 17 00:00:00 2001 From: Sam Myers Date: Thu, 5 Mar 2026 21:44:22 -0600 Subject: [PATCH] Add marketplace file --- .claude-plugin/marketplace.json | 22 ++++++++++++++++++++++ 1 file changed, 22 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..a045d5d --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,22 @@ +{ + "name": "runescape", + "owner": { + "name": "Sam Myers", + "email": "samuel.myers@protonmail.com" + }, + "metadata": { + "description": "RuneScape Tools", + "version": "1.0.0" + }, + "plugins": [ + { + "name": "wiki", + "source": "./plugins/rsw", + "description": "RuneScape Wiki CLI", + "version": "1.0.0", + "author": { + "name": "Sam Myers" + } + } + ] +}