Documentation
¶
Overview ¶
Package skill defines the shared types used by every source of glab agent skills (bundled, remote, etc.). It intentionally has no dependencies on the source packages — those import this one.
Index ¶
Constants ¶
View Source
const FileName = "SKILL.md"
FileName is the canonical filename for a skill, per the Agent Skills specification (https://agentskills.io).
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Skill ¶
Skill is a single agent skill. Files maps each path inside the skill directory (relative to the skill root, e.g. "SKILL.md" or "scripts/extract.py") to its contents. Discovery-only operations (such as `glab skills list`) may return Skill values with Files unpopulated; full skill content is only guaranteed after a Get-style lookup.
Click to show internal directories.
Click to hide internal directories.