skills/context-handoff/SKILL.md
将当前多轮对话上下文压缩为交接文档,以便新的AI agent接手继续沟通。仅当用户请求的文本末尾显式包含以下4个确切关键词之一时才触发此技能:『上下文交接』、『生成交接文档』、『总结上下文』、『换AI继续』。
npx skillsauth add steelan9199/wechat-publisher-skill context-handoffInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将当前对话的完整上下文总结为一份结构化的交接文档,保存到当前工作区根目录下的 handoff-YYYYMMDD-HHMMSS.md 文件中。让新的 AI agent 阅读该文档后即可无缝继续对话。
如果用户传递了参数,将其视为对“下一会话重点方向”的描述,并在交接文档中突出体现,帮助新 agent 明确接下来的工作重心。
handoff-YYYYMMDD-HHMMSS.md,其中时间戳必须基于用户设备的本地真实时间。Get-Date -Format "yyyyMMdd-HHmmss"date +%Y%m%d-%H%M%Simport datetime; datetime.datetime.now().strftime("%Y%m%d-%H%M%S")new Date().toLocaleString('sv').replace(/[- :]/g, '').slice(0, 12)development
Generate logo creative directions, image-generation prompts, and optionally direct logo images for company logos, brand logos, cultural/creative merchandise logos, product logos, campaign and advertising logos, event logos, app logos, sub-brand logos, and related visual identity marks. Use when the user asks for logo concepts, logo prompt writing, logo direction, brand symbol ideas, direct logo image generation, or revisions to an existing logo concept.
development
生成高级质感的单文件 HTML 横向网页 PPT。何时使用:当用户需要高级网页 PPT、商业汇报 PPT、战略会 PPT、发布会 PPT、产品路演 PPT、趋势洞察 PPT,或要求优化 PPT 审美、信息层级、视觉中心、叙事节奏时触发。
tools
教用户在 Windows 11 上通过批处理脚本 (.bat) 启动或批量启动指定程序,以及关闭程序。当用户需要启动程序、批量启动多个程序、制作一键启停脚本时触发此技能。
development
对混乱、耦合严重的JavaScript项目进行架构诊断、模块化拆分与代码重构。当用户要求'重构项目'、'优化代码结构'、'梳理架构'、'解决代码耦合'或项目存在职责不清、互相依赖的面条代码时触发此skill。