From 7b9be94d989fb7378c912012b0457a70eeab2ef3 Mon Sep 17 00:00:00 2001 From: Davide Polato Date: Fri, 21 Aug 2026 20:07:39 +0200 Subject: [PATCH] fix(marketplace): sync magpie-utilities plugin with report-framework-issue skill apache/magpie#922 added the report-framework-issue skill with family: utilities while apache/magpie#907 introduced the family plugins and the check-family-plugins hook from a branch that predated that merge. After both landed, the generated magpie-utilities plugin was missing the skill's symlink, so the hook fails on main and on every PR built against it. Regenerate with tools/dev/check-family-plugins.py --fix: add the plugin symlink and bump the marketplace entry from 4 to 5 skills. No hand-written changes. Generated-by: Claude Code (Fable 5) --- .claude-plugin/marketplace.json | 2 +- plugins/magpie-utilities/skills/report-framework-issue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 plugins/magpie-utilities/skills/report-framework-issue diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f49505bb..1c27c35a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -70,7 +70,7 @@ "name": "magpie-utilities", "source": "./plugins/magpie-utilities", "version": "0.2.0.dev0", - "description": "Apache Magpie utilities family (4 skills)." + "description": "Apache Magpie utilities family (5 skills)." } ] } diff --git a/plugins/magpie-utilities/skills/report-framework-issue b/plugins/magpie-utilities/skills/report-framework-issue new file mode 120000 index 00000000..c0d28ed8 --- /dev/null +++ b/plugins/magpie-utilities/skills/report-framework-issue @@ -0,0 +1 @@ +../../../skills/report-framework-issue \ No newline at end of file