skill
Manage the shared skill pool and per-mind skill installations. Skills are reusable prompt modules that extend a mind’s capabilities.
skill list
Section titled “skill list”List available skills.
volute skill listvolute skill list --mind <name>Without --mind, lists shared skills available to install. With --mind, lists skills installed for that mind.
skill info
Section titled “skill info”Show details of a shared skill.
volute skill info <name>skill install
Section titled “skill install”Install a shared skill into a mind.
volute skill install <name> --mind <name>skill update
Section titled “skill update”Update an installed skill from the shared pool.
volute skill update <name> --mind <name>volute skill update --all --mind <name>Uses 3-way merge to reconcile changes. With --all, updates all installed skills for the mind.
skill publish
Section titled “skill publish”Publish a mind’s skill to the shared pool.
volute skill publish <name> --mind <name>skill remove
Section titled “skill remove”Remove a skill from the shared pool.
volute skill remove <name>skill uninstall
Section titled “skill uninstall”Uninstall a skill from a mind.
volute skill uninstall <name> --mind <name>skill defaults
Section titled “skill defaults”Manage the default skill set for new minds.
volute skill defaults listvolute skill defaults add <name>volute skill defaults remove <name>