Skip to main content

skills_list

Function skills_list 

Source
pub fn skills_list(
    manifest_path: &Path,
    include_bundled: bool,
) -> Result<String, String>
Expand description

Build a registry from a manifest YAML and return a one-line-per- skill summary suitable for stdout. Output columns: name, provenance, description (truncated).

include_bundled controls whether the framework defaults are merged before the operator-declared layers. Defaults to true for CLI use.