Skip to main content

skill_package

Function skill_package 

Source
pub fn skill_package(name: &str) -> Option<Vec<(String, &'static [u8])>>
Expand description

Every file of one installed skill package, as (path relative to the package root, bytes), sorted by path.

A package is the unit the Agent Skills format and every documented host resolve against: one directory holding SKILL.md and supporting files beside it. The shared artifacts are authored once under skill-shared/ and materialized here into every package, so a fix lands in one file and reaches every root the installer writes.