Command Palette
Search for a command to run...
COLLEAGUE.SKILL: 전문가 지식 증류를 통한 자동화된 AI 스킬 생성
COLLEAGUE.SKILL: 전문가 지식 증류를 통한 자동화된 AI 스킬 생성
Tianyi Zhou Dongrui Liu Leitao Yuan Jing Shao Xia Hu
초록
LLM agent는 이제 단순히 고립된 작업을 수행하는 것을 넘어, 인간의 전문성, 판단력, 상호작용 스타일에 대한 제한된 표현을 담는 것이 점차 요구되고 있다. 이러한 개인 기반 agent를 구축하는 것은 여전히 어렵다. 특정 개인이나 역할과 관련된 실행 가능한 지식은 일반적으로 명확한 지침으로 기록되기보다는 이질적인 흔적에 내재되어 있기 때문이다. 기존 메모리 및 페르소나 시스템은 이러한 증거의 일부를 포착하는 반면, 스킬 프레임워크는 휴대 가능한 패키징 형식을 제공한다. 그러나 이러한 흔적을 검사 가능하고 수정 가능하며 agent가 활용할 수 있는 스킬로 추출하는 end-to-end workflow는 아직 존재하지 않는다. 우리는 전문가 지식 증류를 통해 개인 기반 AI 스킬을 생성하기 위한 자동화된 trace-to-skill 증류 시스템을 제시한다. 대상 개인이나 역할의 자료를 기반으로 COLLEAGUE.SKILL은 두 가지 연계된 트랙을 갖춘 버전 관리형 스킬 패키지를 생성한다. 이는 관행, 인지 모델, 의사결정 휴리스틱을 위한 capability track과, 의사소통 스타일, 상호작용 규칙, 수정 이력을 위한 bounded behavior track으로 구성된다. 해당 패키지는 검사, 호출, 자연어 피드백을 통한 업데이트, 롤백, agent 호스트 간 설치, 그리고 선택적으로 통제된 배포를 위한 준비가 가능하다. 본 논문은 오픈소스 시스템에 구현된 artifact contract, generation workflow, correction lifecycle, deployment surface, 그리고 domain presets를 상세히 설명한다. 작성 시점 기준, 공개 저장소는 약 18.5k개의 GitHub stars를 보유하고 있다. 갤러리에는 165명의 기여자가 제공한 215개의 스킬이 등록되어 있으며, 등록된 스킬 카드의 누적 stars는 10만 개를 초과한다. 본 시스템은 개인 기반 스킬이 불투명한 프롬프트나 숨겨진 메모리가 아닌, 휴대 가능하고 수정 가능한 패키지로 표현될 수 있음을 보여준다.
One-sentence Summary
The authors propose COLLEAGUE.SKILL, an automated expert knowledge distillation system that converts heterogeneous traces from a target person into a versioned skill package containing a capability track for decision heuristics and a bounded behavior track for interaction rules, enabling the package to be inspected, updated through natural-language feedback, and installed across agent hosts.
Key Contributions
- The paper introduces COLLEAGUE.SKILL, an automated trace-to-skill distillation system that converts heterogeneous human interaction traces into portable, person-grounded AI skills.
- The method generates a versioned skill package with two coordinated tracks that explicitly separate operational capabilities (practices, mental models, and decision heuristics) from bounded behavioral constraints (communication style, interaction rules, and correction history).
- The system provides a transparent workflow that supports package inspection, natural-language feedback, state rollback, and installation across agent hosts to ensure distilled skills remain editable, portable, and accountable across deployment environments.
Introduction
As LLM agents evolve from executing isolated instructions to carrying reusable expertise, the field is rapidly adopting modular skill architectures that package domain knowledge and interaction patterns for on-demand deployment. However, transforming unstructured human traces, such as chat logs, documents, and public records, into structured agent capabilities remains a significant hurdle. Prior memory and persona systems typically fragment this evidence or rely on opaque prompts that lack provenance, correction mechanisms, and clear usage boundaries. The authors leverage an automated distillation pipeline to bridge this gap with COLLEAGUE.SKILL, a system that converts heterogeneous human traces into versioned, portable skill packages. By explicitly separating operational capabilities from bounded behavioral constraints, the framework enables users to inspect, correct, rollback, and deploy person-grounded skills across multiple agent hosts while maintaining full transparency over source material and distribution limits.
Dataset
- Dataset Composition and Sources: The authors construct a person-grounded skill ecosystem centered on public figures, drawing primarily from first-person works, long-form interviews, documented decisions, and clearly marked inferences. The corpus is further expanded through community contributions to the COLLEAGUE.SKILL platform.
- Subset Details: While exact subset sizes are not specified, the data is organized around a dedicated celebrity preset and modular community skills. Each entry is filtered to prioritize substantive, long-form material while explicitly excluding short summaries and low-quality content aggregators.
- Data Usage and Training: The authors leverage this curated dataset for public-source expert distillation. During inference, the system tracks evidence availability and automatically downgrades confidence scores when source material is sparse, preventing the model from filling gaps with generic persona text. The pipeline supports iterative creation, versioned corrections, and transparent public distribution.
- Processing and Metadata Construction: The preprocessing workflow automates subtitle extraction, audio transcription, and text cleanup before merging research notes. A dedicated quality checker evaluates each artifact for mental-model coverage, stylistic patterns, internal contradictions, grounding URLs, and copyright compliance. All evidence constraints and quality metrics are packaged as explicit metadata that accompanies the final distributed outputs.
Method
The authors leverage a structured pipeline for person-grounded skill distillation, designed to transform heterogeneous human traces into a portable, inspectable, and governable skill artifact. The core framework, referred to as COLLEAGUE.SKILL, operates through a sequence of well-defined stages: trace intake, preset routing, dual distillation, artifact writing, and productization. As shown in the figure below, the process begins with trace intake, where raw materials such as work documents, chat logs, review comments, or public interviews are collected and stored locally. These inputs are then routed through a preset router, which selects the appropriate domain-specific configuration—such as colleague, celebrity, or relationship—based on the source type and governance assumptions. The selected preset defines the evidence scope, access controls, and invocation semantics. 
Following routing, the dual distillation stage separates the skill into two distinct tracks: a capability track and a persona track. The capability track captures durable mental models, procedural judgment, and technical standards derived from the source material, while the persona track encodes bounded behavior constraints, interaction rules, and expression preferences. This separation ensures that the generated skill maintains a clear distinction between expert judgment and surface behavior, enabling separate invocation of full, capability-only, or persona-only entrypoints. The dual representation is central to the system's design, preventing conflation of factual knowledge with interaction style and supporting composability and correctness. 
The distilled tracks are then processed by the artifact writer, which normalizes metadata into a versioned schema and renders the final skill package. This package includes a primary SKILL.md file that combines both tracks, alongside separate work.md and persona.md source documents, independently invokable sub-skills, and metadata files such as manifest.json and meta.json. The writer ensures alignment with the Agent Skills standard, where SKILL.md serves as the required entrypoint and optional files provide scripts or references. The resulting artifact is a self-contained, versioned package that can be installed into supported agent hosts, shared via an optional gallery, or modified through correction records. 
The system supports a comprehensive lifecycle for skill management, including correction, rollback, and optional distribution. Corrections are processed through a handler that interprets natural-language feedback and generates either a Markdown patch for capability updates or a structured correction record for behavior adjustments. These changes trigger a regeneration of the artifact, incrementing the lifecycle version and preserving the prior state. The version manager enables listing, backing up, rolling back, and cleaning archives, ensuring that the artifact remains auditable and correctable over time. This lifecycle is supported by a governance rail that enforces local-first storage, provenance tracking, and user-owned correction logs, making the entire process transparent and accountable.