Ask HN: How to Use `npx skills add` with On-Prem / Private Repos? As you know, we can install the desired skill using the following command: npx skills add https://github.com/anthropics/skills --skill frontend-design Is there a way to achieve the same setup in an on-premise environment without exposing the repository publicly? |