Skills System
Commander's skills system provides domain-specific expertise that agents can load on demand. A skill is a packaged set of instructions, examples, and constraints that teaches an agent how to perform a specific type of task. Skills can be:
本文说明 Skills System 在 Commander 中的职责、使用方式与相关模块。命令与代码路径与产品保持一致。
bash
skills/
├── skillManager.ts ← Skill lifecycle management
├── skillCurator.ts ← Skill curation and organization
├── skillInjector.ts ← Inject skills into agent prompts
├── skillStore.ts ← Persistent skill storage
├── skillQualityScorer.ts ← Quality scoring for skills
├── skillSecurityScanner.ts ← Security scanning for skill content
├── skillViewTool.ts ← Tool for viewing/loading skills要点
- 与英文源文档语义对齐;API 与 CLI 以 monorepo 为准
- 需要可运行示例时,优先使用 快速开始 中的
cliEntry.ts路径 - 指标口径:25 提供商 · 5 拓扑 · 18 工具 · 6700+ 测试