[fallback]
skill_description = "Local workflow instructions."
[manifest]
label = "Skills"
description = "Discover local SKILL.md capabilities"
[prompt]
default = "When a skill is named or matches the task, call `load_skill` before using it. Load files referenced by its instructions with `load_skill`'s `path` argument."
[render]
skill = "Skill"
[tool.load_skill]
description = "Load discovered skill instructions or a UTF-8 file relative to its directory."
[tool.load_skill.parameter.path]
description = "Relative path inside the skill; defaults to SKILL.md."