skills: init at 1.5.0#4029
Merged
aldoborrero merged 5 commits intonumtide:mainfrom Apr 22, 2026
Merged
Conversation
05e7b10 to
2fb5537
Compare
Mic92
reviewed
Apr 16, 2026
| changelog = "https://github.com/vercel-labs/skills/releases/tag/v${version}"; | ||
| license = licenses.mit; | ||
| sourceProvenance = with lib.sourceTypes; [ fromSource ]; | ||
| maintainers = with flake.lib.maintainers; [ ]; |
Member
There was a problem hiding this comment.
This needs to be filled. Add yourself to lib/default.nix.
Package vercel-labs/skills, the open agent skills CLI for installing and managing skills across AI coding agents (Claude Code, Codex, Cursor, and 40+ more).
Use versionCheckHook instead of grepping --help for the package name, which actually verifies what we shipped. The npm tarball contains bundled JavaScript, not bytecode, so correct sourceProvenance. Document why nodejs sits in buildInputs (patchShebangs --host needs it on HOST_PATH).
8db8827 to
fb06c34
Compare
Member
|
Still interested? |
|
Does this allow for pre installing, predefined skills? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
yamlis installed as a runtime node_modules dependencyskillsandadd-skillbinaries (matching upstream npmbinconfig)Test plan
nix build .#skillssucceedsnix fmt— no changes needed./result/bin/skills --versionreports1.5.0./result/bin/skills --helpshows usage./result/bin/add-skill --helpworks (symlink alias)