次回の更新記事:AIコーディングエージェントのコスト構造を読み解く(公開予定日:2026年05月26日)
AIDB Daily Papers

SkillOps:LLMエージェントのスキルライブラリを自己維持するソフトウェアエコシステムとして管理する

原題: SkillOps: Managing LLM Agent Skill Libraries as Self-Maintaining Software Ecosystems
著者: Hongji Pu, Xinyuan Song, Liang Zhao
公開日: 2026-05-13 | 分野: LLM AI cs.MA cs.SE AIエージェント ソフトウェア工学

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • LLMエージェントが利用するスキルライブラリの技術的負債を管理するフレームワークSkillOpsを提案した。
  • 既存手法では見過ごされがちなライブラリ自体の保守に着目し、ユーティリティ、互換性、リスク、検証の観点からライブラリの健全性を診断する。
  • SkillOpsは既存のエージェントを変更せずにライブラリを維持し、タスク成功率を向上させ、LLM呼び出しをほとんど必要としない低オーバーヘッドなアーキテクチャレイヤーを実現した。

Abstract

Large language model agents increasingly rely on skill libraries for multi-step tasks, yet these libraries can accumulate persistent defects as skills are added, reused, patched, and linked to changing dependencies. We call this failure mode skill technical debt: library-level defects that may not break a single skill locally but can harm future retrieval, composition, and execution. Existing skill-based agents mainly focus on task-time retrieval, planning, and repair, while library-time maintenance remains underexplored. We propose SkillOps, a method-agnostic plug-in framework for maintaining skill libraries. SkillOps represents each skill as a typed Skill Contract (P, O, A, V, F), organizes skills with a Hierarchical Skill Ecosystem Graph, and diagnoses library health across utility, compatibility, risk, and validation dimensions. Given a raw skill library, SkillOps produces a maintained library that can be used by existing retrieval or planning agents without changing their internal code. On ALFWorld, SkillOps achieves 79.5 percent task success as a standalone agent, outperforming the strongest baseline by 8.8 percentage points with no additional task-time large language model calls. As a plug-in layer, it improves retrieval-heavy baselines by 0.68 to 2.90 percentage points. The current rule-based maintenance implementation uses nearly zero library-time large language model calls or tokens, showing that skill-library maintenance can be added as a low-overhead architectural layer.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事