From d8d80c757effd780a47ba15db5d34f1382caf91c Mon Sep 17 00:00:00 2001 From: luojiyin Date: Mon, 5 Jan 2026 22:37:32 +0800 Subject: [PATCH] fix(plugin): register all 4 skills in plugin.json Signed-off-by: luojiyin --- .claude-plugin/plugin.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a1c7237..76ebd4b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -11,6 +11,9 @@ "homepage": "https://github.com/shareAI-lab/shareAI-skills" }, "skills": [ - "./skills/agent-builder" + "./skills/agent-builder", + "./skills/media-writer", + "./skills/skill-judge", + "./skills/vibe-coding" ] }