Going to use npx skillshttps://github.com/vercel-labs/skills since it has a lockfile and seems like defacto the most popular solution for a skills package manager.
Basic design is to .gitignore any skills that don't start with a usethis- prefix, and just install them dynamically.
Toward #1485