SkCC: Portable and Secure Skill Compilation for Cross-Framework LLM Agents 文章

ArXiv CS.AI2026-06-03NEWSen作者: Yipeng Ouyang, Yi Xiao, Yuhao Gu, Xianwei Zhang

摘要

arXiv:2605.03353v3 Announce Type: replace-cross Abstract: LLM agents increasingly rely on reusable skills (e.g., $SKILL.md$ ) to execute complex tasks, yet these artifacts lack portability: agent frameworks are highly sensitive to prompt formatting, leading to a large performance variation for the same skill. Nevertheless, most skills are authored once as format-agnostic Markdown, necessitating costly per-framework rewrites and also leaving security largely unaddressed, with widespread vulnerabilities in practice. To address this, we present SkCC, a compiler for LLM agents that introduces classical compilation design into agent skill development. SkCC centers on SkIR, a strongly-typed intermediate representation that decouples skill semantics from framework-specific formatting, thus enabling portable deployment across agent frameworks. Atop of this IR, a static Optimizer enforces security constraints, blocking vulnerabilities before deployment.