diff --git a/setup.sh b/setup.sh index 900f15f..ac066a3 100755 --- a/setup.sh +++ b/setup.sh @@ -48,6 +48,7 @@ npx --yes skills@latest add "$mattpocock_pkg" \ --skill '*' \ --agent "$AGENT_TARGET" \ --copy \ + --global \ --yes echo "==> Installing Domna skills from $domna_pkg" @@ -55,6 +56,7 @@ npx --yes skills@latest add "$domna_pkg" \ --skill '*' \ --agent "$AGENT_TARGET" \ --copy \ + --global \ --yes # --- post-install reminder -----------------------------------------------------