From c080eea98c3675f4c623dd4b62fad83c3c6053bf Mon Sep 17 00:00:00 2001 From: "swe-agent[bot]" <0+swe-agent[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 03:21:28 +0000 Subject: [PATCH] Fix #17: Update root marketplace.json to use skills array - Remove obsolete commands/agents arrays - Add skills array referencing ./skills/SKILL.md - Align root registration with plugin's marketplace.json format Generated by swe-agent --- .claude-plugin/marketplace.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0cb43a1..9c5b8c7 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -172,11 +172,8 @@ ], "category": "essentials", "strict": false, - "commands": [ - "./commands/clarif.md" - ], - "agents": [ - "./agents/clarif-agent.md" + "skills": [ + "./skills/SKILL.md" ] } ]