Documentation
¶
Overview ¶
Package skill embeds the AgentStore agent skill and exports it to disk.
The content under content/ is generated from templates/ and the CLI command tree. Regenerate it after changing the CLI or the skill template:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Export ¶
Export writes the embedded skill (SKILL.md plus reference/) into dir, creating dir if needed. The output is harness-neutral markdown: any agent runtime can point at it.
func SkillMarkdown ¶
SkillMarkdown returns the rendered SKILL.md, for printing to stdout.
Types ¶
type Meta ¶
Meta is the substitution data rendered into the skill templates so the skill always reflects the current binary name and directory conventions.
func CurrentMeta ¶
func CurrentMeta() Meta
CurrentMeta returns the substitution data for the active brand.
Directories
¶
| Path | Synopsis |
|---|---|
|
Command gen renders the embedded skill content from templates and the live CLI command tree.
|
Command gen renders the embedded skill content from templates and the live CLI command tree. |
|
Package skillgen renders the embedded skill content (SKILL.md + reference/) from templates/ and the live CLI command tree.
|
Package skillgen renders the embedded skill content (SKILL.md + reference/) from templates/ and the live CLI command tree. |