bykangarooking· 59 skills
当系统提示词需要定义 AI 如何分类用户意图、路由到不同处理流程、决定澄清策略和自主度级别时调用此 Skill。适用于多任务型 AI 助手、客服机器人、编程工具、研究助手等需要结构化对话管理的场景。不适用于:纯问答型系统(无任务执行)、单轮交互(无对话状态)、简单的 prompt 模板(无路由逻辑)。当需求仅涉及"输出什么格式"而非"如何决定输出什么"时,应该用 output-formatting 而非本 Skill。
$npx -y skills add kangarooking/system-prompt-skills --skill conversation-flowInstalls into the current project.
Run `npx skills use "https://github.com/kangarooking/system-prompt-skills" --skill "kangarooking/system-prompt-skills/conversation-flow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kangarooking/system-prompt-skills" that are relevant to the current task. Run `npx skills add "https://github.com/kangarooking/system-prompt-skills"` and select the relevant skills, then follow their instructions.