Documentation ¶ Overview ¶ Package copilotskills installs agentskills.io-compliant SKILL.md files from an embedded filesystem to ~/.copilot/skills/{name}/. Index ¶ func Install(name, version string, skillFS embed.FS, root string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Install ¶ func Install(name, version string, skillFS embed.FS, root string) error Install writes embedded skill files to ~/.copilot/skills/{name}/. It checks a .version file — if it matches the given version, it skips (no I/O). If the version differs or .version doesn't exist, it overwrites all files and writes .version. Types ¶ This section is empty. Source Files ¶ View all Source files copilotskills.go Click to show internal directories. Click to hide internal directories.