feat(skills): refresh marketplace release workflows

This commit is contained in:
2026-08-20 10:34:16 +09:30
parent ba107a54a8
commit ad4e2b16a8
25 changed files with 488 additions and 463 deletions
+3
View File
@@ -22,6 +22,8 @@ PLUGIN_MAP = {
"publish-plugin": ("publish", "skill", "core"),
# skills-dev
"ai-proj-cicd-release-plugin": ("ai-proj-cicd-release", "skill", "dev"),
"ai-proj-macos-release-plugin": ("ai-proj-macos-release", "skill", "dev"),
"agent-browser-plugin": ("agent-browser", "skill", "dev"),
"agent-swarm-plugin": ("agent-swarm", "skill", "dev"),
"ai-chat-plugin": ("ai-chat", "skill", "dev"),
@@ -44,6 +46,7 @@ PLUGIN_MAP = {
"executing-plans-plugin": ("executing-plans", "skill", "dev"),
"finishing-branch-plugin": ("finishing-a-development-branch","skill", "dev"), # name mismatch!
"frontend-design-plugin": ("frontend-design", "skill", "dev"),
"karpathy-guidelines-plugin": ("karpathy-guidelines", "skill", "dev"),
"pull-request-plugin": ("pull-request", "skill", "dev"),
"review-checklist-plugin": ("review-checklist", "skill", "dev"),