Documentation
¶
Overview ¶
Package skills provides embedded skill files for AI agents (Claude Code, Codex) and installation utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInstalled ¶
IsInstalled checks if any roborev skills are installed for the given agent
Types ¶
type InstallResult ¶
type InstallResult struct {
Agent Agent
Installed []string
Updated []string
Skipped bool // True if agent config dir doesn't exist
}
InstallResult contains the result of a skill installation
func Install ¶
func Install() ([]InstallResult, error)
Install installs skills for all supported agents whose config directories exist. It is idempotent - running multiple times will update existing skills.
func Update ¶
func Update() ([]InstallResult, error)
Update updates skills for agents that already have them installed
Click to show internal directories.
Click to hide internal directories.