Versions in this module Expand all Collapse all v1 v1.2.0 Jul 24, 2026 v1.1.0 Jul 24, 2026 Changes in this version + const Aider + const Claude + const Codex + const Copilot + const Cursor + const OpenCode + const SelAll + const SelAuto + const Windsurf + var AllAgents = []string + var ErrProjectOnly = errors.New("agent is project-only; pass --project-dir") + func Detect(home, projectDir string) []string + func MergeInstructionFile(existing, merged string) string + func SkillBody(content string) string + func ValidAgent(name string) bool + type InstallResult struct + Agent string + Detected bool + Error string + Paths []string + Status string + func Install(agent string, opts Options) InstallResult + func Run(sel string, opts Options) []InstallResult + type Options struct + DryRun bool + FS fs.FS + Home string + Names []string + NoGlobal bool + ProjectDir string