Run any package from nixpkgs without installation using nix
Use this skill when:
When you need a binary that doesn't exist in PATH, use the , prefix pattern:
, <program> <args>
This will:
, hello
, cowsay "Hello from Nix!"
, ripgrep --help
, fd --help
nix-shell -p git vim lazygit
nix-shell -p go --run "go version"
, before asking user to install somethingnix-shell when you need multiple packages or interactive use, exits after executing - no cleanup needed