Skip to content

Bedrock Agentcore Control  >  Structures  >  AgentSkillsDescriptor

AgentSkillsDescriptor

Structure Class

AgentSkillsDescriptor dataclass

The agent skills descriptor for a registry record. Contains an optional skill markdown definition in human-readable format and an optional structured skill definition.

Attributes

skill_definition class-attribute instance-attribute
skill_definition: SkillDefinition | None = None

The structured skill definition with schema version and content.

skill_md class-attribute instance-attribute
skill_md: SkillMdDefinition | None = None

The optional skill markdown definition describing the agent's skills in a human-readable format.