From 68855c61da0cbded88d274bea53035fdcbff97f9 Mon Sep 17 00:00:00 2001 From: 19926533763 <19926533763@163.com> Date: Mon, 7 Sep 2026 18:36:26 +0800 Subject: [PATCH] Add core skill files --- SKILL.md | 22 ++++++++++++++++++++++ artifact-template.json | 6 ++++++ 2 files changed, 28 insertions(+) create mode 100644 SKILL.md create mode 100644 artifact-template.json diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..19e4370 --- /dev/null +++ b/SKILL.md @@ -0,0 +1,22 @@ +--- +name: artifact-template-sw-ads-tiktok +description: "Create a presentation using the SW Ads TikTok投前报告 template and its retained reference file. Use when the user selects this template, names SW Ads TikTok投前报告, or explicitly invokes $artifact-template-sw-ads-tiktok. 使用SW Ads糖果店铺投前方案的版式、配色与页面结构,创建精简的TikTok广告投前调研和投放计划演示文稿。" +--- + +# SW Ads TikTok投前报告 + +Create a presentation from this template. Keep the reference file unchanged. + +## Workflow + +1. Read `artifact-template.json` and resolve its paths relative to this skill directory. +2. Load [@presentations](plugin://presentations@openai-primary-runtime) and invoke its reference/template workflow with the retained file. +3. Treat the user's prompt and available sources as the content input. Do not invent facts merely to fill a template slot. +4. Clone or import the reference instead of replacing its visual system with generic defaults. +5. Render and verify the finished presentation, then return the final artifact. + +## Fidelity + +Preserve source slides, layouts, masters, typography, geometry, images, charts, tables, and recurring slide chrome. + +User instructions control requested content and explicit deviations. The retained reference controls layout and formatting where the user has not requested a change. diff --git a/artifact-template.json b/artifact-template.json new file mode 100644 index 0000000..ce4aec3 --- /dev/null +++ b/artifact-template.json @@ -0,0 +1,6 @@ +{ + "schemaVersion": 1, + "kind": "presentation", + "reference": "assets/reference.pptx", + "preview": "assets/preview.png" +}