Skip to content

chore: add skill install command#81

Merged
notnmeyer merged 3 commits into
mainfrom
chore/install-skill
May 28, 2026
Merged

chore: add skill install command#81
notnmeyer merged 3 commits into
mainfrom
chore/install-skill

Conversation

@notnmeyer
Copy link
Copy Markdown
Member

@notnmeyer notnmeyer commented May 27, 2026

adds a skill install command that shells out to npx skills add.... installs only the cli skill by default unless the --all/-a flag is specified.

@notnmeyer notnmeyer self-assigned this May 27, 2026
@notnmeyer notnmeyer requested review from chrisfrantz and nalanj May 27, 2026 22:02
@notnmeyer notnmeyer marked this pull request as ready for review May 27, 2026 22:41
Copy link
Copy Markdown

@chrisfrantz chrisfrantz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense to me

Copy link
Copy Markdown

@nalanj nalanj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a fan of just shelling out to npx for it, but trust your judgement there.

@notnmeyer
Copy link
Copy Markdown
Member Author

i agree that shelling out isnt the cleanest thing, but for the sake of consistency with how we're telling folks to install skills already it makes sense. we could do this in pure go, but i dont really want to be tracking down edge case bugs where we dont quite do the same thing or have the same features as the skills tools.

@notnmeyer notnmeyer merged commit 63e7d08 into main May 28, 2026
2 checks passed
@notnmeyer notnmeyer deleted the chore/install-skill branch May 28, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants