build_skill_invocation_envelope(
skill: ExtendedSkillMetadata,
content: str,
args: str = ''
) ->| Name | Type | Description |
|---|---|---|
skill* | ExtendedSkillMetadata | |
content* | str | |
args | str | Default: '' |
Build the wrapped prompt and persisted metadata for a skill.
Loaded skill metadata.
Raw SKILL.md content.
Optional user request appended after the skill body.