Selaa lähdekoodia

Merge PR #116: fix(plugin-dev): add missing .claude-plugin/plugin.json

Tobin South 6 kuukautta sitten
vanhempi
sitoutus
f3f13c4499
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      plugins/plugin-dev/.claude-plugin/plugin.json

+ 8 - 0
plugins/plugin-dev/.claude-plugin/plugin.json

@@ -0,0 +1,8 @@
+{
+  "name": "plugin-dev",
+  "description": "Plugin development toolkit with skills for creating agents, commands, hooks, MCP integrations, and comprehensive plugin structure guidance",
+  "author": {
+    "name": "Anthropic",
+    "email": "support@anthropic.com"
+  }
+}