group_set
Batch assign group values to skills in SKILL.md frontmatter. Map skill names to groups to replace or add the group field, with automatic rejection of default-skills.
Instructions
写入 SKILL.md frontmatter 的 group 字段。接受 skill 名到 group 值的映射,批量更新。已有 group 的会被替换,没有的新增。自动拒绝 default-skills(workspace-watcher 管理的 19 个 skill)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groups | Yes | skill 名 → group 值的映射,如 { "skill-a": "文档", "skill-b": "设计" } | |
| workspace | Yes | 工作区 slug,默认 default |