次回の更新記事:誤解を招きやすいAI用語6選、技術語なのに揺れる意味(公開予定日:2026年04月30日)
AIDB Daily Papers

LLMエージェントのスキルを管理・配布する「Skilldex」:互換性チェックと関連スキル連携を実現

原題: Skilldex: A Package Manager and Registry for Agent Skill Packages with Hierarchical Scope-Based Distribution
著者: Sampriti Saha, Pranav Hemanth
公開日: 2026-04-18 | 分野: LLM AI ソフトウェア 開発 ツール アーキテクチャ TypeScript cs.AI

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

ポイント

  • LLMエージェントの拡張機能であるスキルパッケージを管理・配布する「Skilldex」を開発した。
  • 既存のツールにはない、スキルパッケージの仕様適合性チェックと、関連スキル間の文脈共有機能を提供する点が新しい。
  • 仕様適合性スコアリングと、共有アセットを持つスキルセットの概念により、エージェントの信頼性と連携性が向上した。

Abstract

Large Language Model (LLM) agents are increasingly extended at runtime via skill packages, structured natural-language instruction bundles loaded from a well-known directory. Community install tooling and registries exist, but two gaps persist: no public tool scores skill packages against Anthropic's published format specification, and no mechanism bundles related skills with the shared context they need to remain mutually coherent. We present Skilldex, a package manager and registry for agent skill packages addressing both gaps. The two novel contributions are: (1) compiler-style format conformance scoring against Anthropic's skill specification, producing line-level diagnostics on description specificity, frontmatter validity, and structural adherence; and (2) the skillset abstraction, a bundled collection of related skills with shared assets (vocabulary files, templates, reference documents) that enforce cross-skill behavioral coherence. Skilldex also provides supporting infrastructure: a three-tier hierarchical scope system, a human-in-the-loop agent suggestion loop, a metadata-only community registry, and a Model Context Protocol (MCP) server. The system is implemented as a TypeScript CLI (skillpm / spm) with a Hono/Supabase registry backend, and is open-source.

Paper AI Chat

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

質問の例:

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

会員登録 / ログイン

💬 ディスカッション

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

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

関連するAIDB記事