Documentation
¶
Overview ¶
Package bundledskills exposes the skill files embedded in the sdd binary.
Skills are committed under this package (one subdirectory per agent target) and compiled into the binary via //go:embed. At runtime, sdd init extracts them to the target agent's skill directory with install-time stamps injected into each file's frontmatter.
Editing: skill source of truth is here (e.g. claude/sdd/SKILL.md). After changes, rebuild the binary and run ./bin/sdd init to refresh the installed copy under .claude/skills/ (or ~/.claude/skills/).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
func Load(target model.AgentTarget) (*model.SkillBundle, error)
Load returns the embedded skill bundle for the given agent target.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.