Provides practical Nix usage: running packages from nixpkgs, creating ephemeral shells, evaluating expressions, converting hashes, and troubleshooting build or cache issues. Includes command examples for running packages, formatting Nix files, prefetching hashes, and evaluating expressions non-interactively.
Use when you need reproducible, temporary environments for running tools, debugging derivations, converting hash formats, or scripting with Nix shebangs. Handy for CI tasks, local development without permanent installs, and when inspecting package attributes in nixpkgs.
Agents that can run shell commands and manage ephemeral environments (CLI-focused assistants, dev tooling bots).
This skill has not been reviewed by our automated audit pipeline yet.
JJ Hunk
Programmatic hunk selection for Jujutsu (jj): list, split, commit, or squash specific hunks to enable partial commits and fine-grained history editing without a
Conventional Commits (v1.0.0)
Generate and review Conventional Commits formatted messages (type(scope): subject, optional body and footers) to support semantic versioning and automated chang
uv — Fast Python Project Manager
Manage Python projects and venvs: init projects, add/remove deps, pin Python versions, run tools, and build/publish packages with a single CLI.