Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

技能配置

数字资产技能是项目中一种可被引用的"能力资产",它将具体的执行逻辑(如 AI Agent、代码或 API)封装为标准化的语义接口,用于定义项目"能做什么"而非"如何去做"。

技能字段

技能类型

技能类型用于标识资产的核心驱动力、环境依赖以及确定性特征。

类型定义:

YAML示例

skills:
  <name>:
    title: 技能描述
    description: 技能描述
    type: 技能类型
    domain: 技能领域
    commands:
      - 命令1
      - 命令2