Skill resource and script Description properties are defined on AgentSkillResource and AgentSkillScript but are not rendered into the <available_resources> and <available_scripts> XML blocks injected into skill bodies.
These descriptions were previously emitted as description="..." attributes but were removed incidentally in #6343 during a broader XML restructuring. The Python implementation still includes them.
Fix: #6759
Skill resource and script
Descriptionproperties are defined onAgentSkillResourceandAgentSkillScriptbut are not rendered into the<available_resources>and<available_scripts>XML blocks injected into skill bodies.These descriptions were previously emitted as
description="..."attributes but were removed incidentally in #6343 during a broader XML restructuring. The Python implementation still includes them.Fix: #6759