agent-Specialization/config/skill_hints.json

50 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"terminal-guide": {
"keywords": [
"终端", "terminal", "会话", "session", "长时间", "后台", "持久",
"git clone", "下载", "安装", "pip install", "npm install",
"开发服务器", "npm run dev", "output_wait", "超时",
"background", "long-running", "download", "install", "dev server"
],
"hint": "检测到用户可能需要下载,克隆仓库或执行长时间运行的任务或使用持久化终端。如果情况符合,必须先阅读 terminal-guide skill。"
},
"sub-agent-guide": {
"keywords": [
"并行", "同时", "一起", "分别", "多个任务", "子智能体", "sub agent",
"调研", "搜集", "收集信息", "分析多个", "批量","调查","逐一",
"parallel", "simultaneously", "multiple tasks", "sub-agent",
"research", "gather", "collect", "analyze multiple"
],
"hint": "检测到用户可能需要并行处理多个独立任务,可能创建子智能体为最优解。如果情况符合,必须先阅读 sub-agent-guide skill。"
},
"docx": {
"keywords": [
"word", "docx", "文档", "报告", "合同", "简历", "信函", "备忘录",
"模板", "格式化", "表格", "目录", "页眉", "页脚", "修订", "批注",
"document", "report", "contract", "resume", "letter", "memo",
"template", "formatting", "table", "toc", "header", "footer",
"tracked changes", "comments"
],
"hint": "检测到用户可能需要处理 Word 文档。如果情况符合,必须先阅读 docx skill。"
},
"frontend-design": {
"keywords": [
"网页", "前端", "界面", "UI", "页面", "组件", "网站", "落地页",
"仪表板", "dashboard", "react", "vue", "html", "css", "样式",
"美化", "设计",
"webpage", "frontend", "interface", "page", "component", "website",
"landing page", "styling", "beautify", "design"
],
"hint": "检测到用户需要构建web前端界面。如果情况符合必须先阅读 frontend-design skill。"
},
"skill-creator": {
"keywords": [
"创建技能", "新技能", "agent skill", "扩展能力", "自定义功能", "打包",
"技能开发",
"create skill", "new skill", "extend capability",
"custom functionality", "package", "skill development"
],
"hint": "检测到用户想要创建新的 skill。建议先阅读 skill-creator skill。"
}
}