From 77d9870094c51f75551b740e5c54d60d5bc6af0c Mon Sep 17 00:00:00 2001 From: cexll Date: Wed, 26 Nov 2025 14:39:35 +0800 Subject: [PATCH] fix marketplace schema validation error in dev-workflow plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove invalid skills path that started with "../" instead of required "./" prefix. The codex skill is already available as a standalone plugin, so dev-workflow can call it directly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude-plugin/marketplace.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e26073b..975567c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -255,9 +255,6 @@ ], "agents": [ "./agents/dev-plan-generator.md" - ], - "skills": [ - "../skills/codex/SKILL.md" ] } ]