Preserve Guizang skill display name in pinyin
Use the pinyin market display name for guizang-ppt-skill instead of localizing the skill name into Chinese characters. Keep the upstream author/developer identity intact while ensuring the user-facing plugin and KeyInfo catalog name are stable and recognizable. Constraint: Existing third-party skill names should not be translated during localization; only descriptions and prompts should be localized. Rejected: Keeping “歸藏 PPT Skill” as the display name | It changes the original skill identity shown to users. Confidence: high Scope-risk: narrow Directive: Preserve upstream skill names in future manifestOverrides unless the upstream source itself changes the name. Tested: python scripts/validate_marketplace.py; python /Users/eapil/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/codex/plugins/guizang-ppt-skill; git diff --check. Not-tested: Full marketplace install smoke test was not run.
This commit is contained in:
@@ -216,14 +216,14 @@
|
||||
"swiss-style"
|
||||
],
|
||||
"interface": {
|
||||
"displayName": "歸藏 PPT Skill",
|
||||
"displayName": "Guizang PPT Skill",
|
||||
"shortDescription": "生成杂志风或瑞士风的横向翻页网页 PPT。",
|
||||
"longDescription": "歸藏 PPT Skill 用于生成单文件 HTML 横向翻页演示文稿,内置电子杂志风和瑞士国际主义两套视觉路线,适合分享、发布会、Demo Day、行业观察和需要强视觉风格的网页 PPT。",
|
||||
"longDescription": "Guizang PPT Skill 用于生成单文件 HTML 横向翻页演示文稿,内置电子杂志风和瑞士国际主义两套视觉路线,适合分享、发布会、Demo Day、行业观察和需要强视觉风格的网页 PPT。",
|
||||
"developerName": "歸藏",
|
||||
"category": "文档处理",
|
||||
"defaultPrompt": [
|
||||
"使用歸藏 PPT Skill 帮我制作一份网页 PPT。",
|
||||
"使用歸藏 PPT Skill 帮我做一份瑞士风演示文稿。"
|
||||
"使用 Guizang PPT Skill 帮我制作一份网页 PPT。",
|
||||
"使用 Guizang PPT Skill 帮我做一份瑞士风演示文稿。"
|
||||
],
|
||||
"websiteURL": "https://github.com/op7418/guizang-ppt-skill",
|
||||
"privacyPolicyURL": "https://github.com/op7418/guizang-ppt-skill",
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
],
|
||||
"skills": "./skills/",
|
||||
"interface": {
|
||||
"displayName": "歸藏 PPT Skill",
|
||||
"displayName": "Guizang PPT Skill",
|
||||
"shortDescription": "生成杂志风或瑞士风的横向翻页网页 PPT。",
|
||||
"longDescription": "歸藏 PPT Skill 用于生成单文件 HTML 横向翻页演示文稿,内置电子杂志风和瑞士国际主义两套视觉路线,适合分享、发布会、Demo Day、行业观察和需要强视觉风格的网页 PPT。",
|
||||
"longDescription": "Guizang PPT Skill 用于生成单文件 HTML 横向翻页演示文稿,内置电子杂志风和瑞士国际主义两套视觉路线,适合分享、发布会、Demo Day、行业观察和需要强视觉风格的网页 PPT。",
|
||||
"developerName": "歸藏",
|
||||
"category": "文档处理",
|
||||
"capabilities": [
|
||||
@@ -28,8 +28,8 @@
|
||||
"Write"
|
||||
],
|
||||
"defaultPrompt": [
|
||||
"使用歸藏 PPT Skill 帮我制作一份网页 PPT。",
|
||||
"使用歸藏 PPT Skill 帮我做一份瑞士风演示文稿。"
|
||||
"使用 Guizang PPT Skill 帮我制作一份网页 PPT。",
|
||||
"使用 Guizang PPT Skill 帮我做一份瑞士风演示文稿。"
|
||||
],
|
||||
"websiteURL": "https://github.com/op7418/guizang-ppt-skill",
|
||||
"privacyPolicyURL": "https://github.com/op7418/guizang-ppt-skill",
|
||||
|
||||
Reference in New Issue
Block a user