Manage Skills (skill library management)
Responsibility
Import/export the skill library as a whole and bind each SKILL.md to the Multica workspace skill library. This is the operational counterpart of "skill library management" used by @Leader when standing up a squad.
Batch import/export
- Each folder under
templates/<lang>/skillsis one skill; itsSKILL.mdfrontmatternameis the library skill name. - Import reads every
SKILL.md, registers it in the workspace skill library, and binds it to the agents configured insquad-bootstrap.json. - Export pulls the current library back to the local tree for version control.
Binding
- Binding follows
squad-bootstrap.jsonagent→skill mapping (seereferences/binding-rules.md). - After binding, verify each agent's required skills resolved (no missing
name).
Notes
namein frontmatter must be unique across the library.- This skill does not change skill content; it only manages registration/binding.