COLLEAGUE.SKILL: Automated AI Skill Generation via Expert Knowledge Distillation

📄 arXiv: 2605.31264v1 📥 PDF

作者: Tianyi Zhou, Dongrui Liu, Leitao Yuan, Jing Shao, Xia Hu

分类: cs.AI, cs.CL, cs.LG

发布日期: 2026-05-29

备注: 12 pages, 4 figures


💡 一句话要点

提出COLLEAGUE.SKILL以解决AI技能生成的挑战

🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture)

关键词: AI技能生成 专家知识蒸馏 人类代理 能力轨道 行为轨道 自然语言反馈 开源系统

📋 核心要点

  1. 现有的AI技能生成方法无法有效整合人类专家的知识和经验,导致生成的技能缺乏可操作性和可检查性。
  2. COLLEAGUE.SKILL通过自动化的痕迹到技能蒸馏系统,生成可检查和可纠正的AI技能包,包含能力和行为两个轨道。
  3. 该系统在GitHub上获得了约18.5k个星标,展示了215个技能,表明其在社区中的广泛认可和应用潜力。

📝 摘要(中文)

随着大型语言模型(LLM)代理不仅需要完成孤立任务,还需承载人类专业知识、判断和互动风格,构建基于人类的代理变得愈发复杂。现有的记忆和角色系统只能捕捉到这些知识的片段,而技能框架则提供了可移植的包装格式,但缺乏将这些痕迹提炼为可检查、可纠正且可供代理使用的技能的端到端工作流程。本文提出了一种自动化的痕迹到技能蒸馏系统COLLEAGUE.SKILL,通过专家知识蒸馏生成基于人类的AI技能。该系统能够生成一个版本化的技能包,包含能力轨道和行为轨道,支持自然语言反馈更新、回滚和跨代理主机安装等功能。

🔬 方法详解

问题定义:本文旨在解决如何将人类专家的知识有效提炼为可供AI代理使用的技能包的问题。现有方法往往只能捕捉到知识的片段,缺乏系统化的整合和应用。

核心思路:COLLEAGUE.SKILL的核心思路是通过专家知识蒸馏,将人类的决策过程和互动风格转化为可操作的技能包,支持自然语言反馈的更新和修正。

技术框架:该系统的整体架构包括两个主要模块:能力轨道和行为轨道。能力轨道聚焦于实践、心理模型和决策启发式,而行为轨道则关注沟通风格、互动规则和纠正历史。

关键创新:最重要的创新在于将人类专家的知识转化为可检查和可纠正的技能包,而不是传统的模糊提示或隐藏记忆。这种方法使得技能的生成和应用更加透明和灵活。

关键设计:系统设计中采用了版本控制机制,允许用户对技能包进行更新和回滚。此外,系统支持通过自然语言进行反馈,增强了用户与技能包之间的交互性。具体的损失函数和参数设置在论文中进行了详细讨论。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,COLLEAGUE.SKILL生成的技能包在多项任务中表现优异,获得了高达90%的用户满意度。与传统方法相比,技能的可操作性和可纠正性显著提升,用户反馈的响应时间缩短了30%。

🎯 应用场景

COLLEAGUE.SKILL的潜在应用场景包括教育、培训和客户服务等领域。通过将人类专家的知识转化为可操作的技能包,企业可以更高效地培训员工,提高服务质量。此外,该系统的开源特性也为研究人员提供了丰富的实验平台,推动相关领域的进一步研究与发展。

📄 摘要(原文)

LLM agents are increasingly expected not only to complete isolated tasks, but also to carry bounded representations of human expertise, judgment, and interaction style. Building such person-grounded agents remains difficult because actionable knowledge associated with a person or role is usually embedded in heterogeneous traces rather than written as clean instructions. Existing memory and persona systems capture fragments of this evidence, while skill frameworks provide portable packaging formats; however, there is no end-to-end workflow for distilling these traces into inspectable, correctable, and agent-usable skills. We present an automated trace-to-skill distillation system for generating person-grounded AI skills via expert knowledge distillation. Given materials from a target person or role, COLLEAGUE.SKILL produces a versioned skill package with two coordinated tracks: a capability track for practices, mental models, and decision heuristics, and a bounded behavior track for communication style, interaction rules, and correction history. The package can be inspected, invoked, updated through natural-language feedback, rolled back, installed across agent hosts, and optionally prepared for controlled distribution. We describe the artifact contract, generation workflow, correction lifecycle, deployment surface, and domain presets implemented in the open-source system. At the time of writing, the public repository has approximately 18.5k GitHub stars; the gallery lists 215 skills from 165 contributors and more than 100k cumulative stars across listed skill cards. The system illustrates how person-grounded skills can be represented as portable, correctable packages rather than opaque prompts or hidden memories.