compose_skills
Compose multiple skills by merging a base skill with additions, supporting diff, temp, and persist output modes, and a dry-run for previewing conflict resolution.
Instructions
组合多个技能。支持diff模式(仅差异清单)、temp模式(临时返回)、persist模式(持久保存)、dry-run预演。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | 基础技能名称(作为骨架) | |
| dry_run | No | 是否仅预演(不生成文件) | |
| additions | Yes | 要融合的技能列表 | |
| output_mode | No | 输出模式,默认diff | |
| conflict_choices | No | 冲突决策,key为冲突描述,value为A/B/C |