mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-15 03:32:43 +08:00
fix marketplace schema validation error in dev-workflow plugin
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 <noreply@anthropic.com>
This commit is contained in:
@@ -255,9 +255,6 @@
|
|||||||
],
|
],
|
||||||
"agents": [
|
"agents": [
|
||||||
"./agents/dev-plan-generator.md"
|
"./agents/dev-plan-generator.md"
|
||||||
],
|
|
||||||
"skills": [
|
|
||||||
"../skills/codex/SKILL.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user