Browse Source

chore(plugin): Add homepage + broaden keywords for marketplace discovery

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0xDarkMatter 2 weeks ago
parent
commit
7c08edcea3
1 changed files with 9 additions and 1 deletions
  1. 9 1
      .claude-plugin/plugin.json

+ 9 - 1
.claude-plugin/plugin.json

@@ -7,14 +7,22 @@
     "name": "0xDarkMatter"
   },
   "repository": "https://github.com/0xDarkMatter/claude-mods",
+  "homepage": "https://github.com/0xDarkMatter/claude-mods#readme",
   "license": "MIT",
   "keywords": [
     "claude-code",
+    "plugin",
     "agents",
     "commands",
     "skills",
+    "hooks",
+    "rules",
     "session-management",
     "cli-tools",
-    "output-styles"
+    "output-styles",
+    "supply-chain-security",
+    "prompt-injection-defense",
+    "devops",
+    "testing"
   ]
 }