Project-managed Skills
Project-managed skills let a repository declare a stable set of remote skills that maintainers install into the project asset directory.
Configuration
yaml
skills:
- frontend-design
- name: design-review
source: example-source/default/public
rename: internal-reviewBehavior:
oneworks skills installinstalls missing declared skills.oneworks skills updaterefreshes installed declared skills.- Ordinary
oneworksand server sessions do not download or update skills by default. oneworks --update-skillsor APIupdateSkills: trueforces a refresh at startup.renamecontrols the local directory name and the localSKILL.mdname.
Lockfile
Installed skills should be reflected in:
text
.oo/skills.lock.yamlThe lockfile makes project skill inputs reviewable and repeatable.
CLI Built-in Skills
@oneworks/cli includes companion skills from @oneworks/plugin-cli-skills:
oneworks-cli-quickstartoneworks-cli-print-modecreate-entityupdate-entitycreate-plugin
Use them explicitly with --include-skill when you want those workflows to guide a CLI task.