Types
SidekickSkill
A skill available to Sidekick in this workspace, with its effective enabled state. The concrete type (SystemSidekickSkill or CustomSidekickSkill) indicates how the skill is provided. Use the sidekickCustomSkill query to load a custom skill’s instructions.
interface
SidekickSkillFields
name
String!
URL-safe slug; the skill's /-invocation name and sandbox directory name.
displayName
String!
Human-readable display name.
description
String!
What the skill does and when Sidekick should use it.
isEnabled
Boolean!
Effective enabled state (system skills default to enabled when not overridden).

