From de7bc55a1ff2d1ca13458f3d9052d20212b3d1e7 Mon Sep 17 00:00:00 2001 From: Freeman Long <1+goldyard@noreply.localhost> Date: Fri, 10 Jul 2026 12:03:35 +0000 Subject: [PATCH] feat: add plugins/hello-skill/.claude-plugin/plugin.json --- plugins/hello-skill/.claude-plugin/plugin.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/hello-skill/.claude-plugin/plugin.json diff --git a/plugins/hello-skill/.claude-plugin/plugin.json b/plugins/hello-skill/.claude-plugin/plugin.json new file mode 100644 index 0000000..1285979 --- /dev/null +++ b/plugins/hello-skill/.claude-plugin/plugin.json @@ -0,0 +1,8 @@ +{ + "name": "hello-skill", + "description": "A demo skill plugin for the totoro-skills marketplace", + "version": "1.0.0", + "author": { + "name": "goldyard" + } +}