global install

This commit is contained in:
Jun-te Kim 2026-05-05 16:41:19 +00:00
parent db76a9f361
commit 169b3ba62f

View file

@ -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 -----------------------------------------------------