Summary
当系统提示词需要定义 AI 如何分类用户意图、路由到不同处理流程、决定澄清策略和自主度级别时调用此 Skill。适用于多任务型 AI 助手、客服机器人、编程工具、研究助手等需要结构化对话管理的场景。不适用于:纯问答型系统(无任务执行)、单轮交互(无对话状态)、简单的 prompt…
kangarooking/system-prompt-skills
当系统提示词需要定义 AI 如何分类用户意图、路由到不同处理流程、决定澄?
npx skills add kangarooking/system-prompt-skills --skill conversation-flow
当系统提示词需要定义 AI 如何分类用户意图、路由到不同处理流程、决定澄清策略和自主度级别时调用此 Skill。适用于多任务型 AI 助手、客服机器人、编程工具、研究助手等需要结构化对话管理的场景。不适用于:纯问答型系统(无任务执行)、单轮交互(无对话状态)、简单的 prompt…
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
You MUST invoke this skill before saying "I don't know," guessing, or treating any topic as new…
9.2K installsStructured approach to workplace conflicts, performance discussions, and challenging feedback u…
3.9K installsUse this skill when the user asks to add, embed, integrate, configure, style, or remove an agen…
3.6K installsHelp users navigate tough feedback, performance conversations, and conflict. Use when someone n…
1.6K installsPersistent memory systems for LLM conversations including short-term, long-term, and entity-bas…
1.5K installsPersistent memory systems for LLM conversations including short-term, long-term, and entity-bas…
1.1K installsOther skills from kangarooking/system-prompt-skills · top by installs.
npx skills add kangarooking/system-prompt-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
7,137 B
SUMMARY.md
556 B
跨供应商系统提示词中浮现的对话管理核心模式:先将用户输入二分为"问题"与"任务"(Warp),再按领域路由到专用处理流程(Claude Chrome 的"芯片"机制)。Claude Design 要求新设计至少提问 10 个问题才开工;ChatGPT Agent 则主张"尽可能推进,只在被阻塞时才请求澄清"。Codex 对简单任务跳过规划,Jules 有正式的计划评审步骤。核心张力在于"先问清楚"与"先做了再说"之间的平衡。
output-formatting 的区别: output-formatting 控制输出的"形式",本 Skill 控制决定"输出什么"的流程逻辑agent-delegation 的区别: agent-delegation 管理多代理间的任务分配,本 Skill 管理单代理内的对话路由context-management 的区别: context-management 管理信息存储和加载,本 Skill 管理对话决策逻辑