Expand description
Plugin installer for Claude Code integration.
Installs gw as a Claude Code plugin at ~/.claude/plugins/gw/ with
two skills (delegate, manage). Removes legacy single-skill installs
at ~/.claude/skills/gw/ and ~/.claude/skills/gw-delegate/.
Functionsยง
- is_
plugin_ installed - True if the plugin manifest exists at the canonical path.
- is_
skill_ installed - Backward-compatible alias used by
gw doctor. Returns true if either the new plugin OR a legacy skill install is present. - setup_
claude - setup_
claude_ under - Test-friendly variant: install into an arbitrary
homeroot. Avoids reliance on platform env-var lookup (e.g. dirs::home_dir reads USERPROFILE on Windows via SHGetKnownFolderPath, which ignores process-set env vars).