Nix
Curated Agent Skills marketplace for Claude Code, Codex, and Google Antigravity.
npx -y skills add Jylhis/skills --skill nixAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use for Nix, Nixpkgs, and NixOS work — language fundamentals (lambdas, attrsets, derivations, lib functions), flakes (inputs/outputs, devShells, flake-parts), Nixpkgs packaging (mkDerivation, callPackage, overlays, builders), NixOS modules (mkOption, services, systemd, secrets), nix-darwin macOS config, home-manager dotfiles, devenv developer shells, container builds (dockerTools), nixosTests VMs, debugging (infinite recursion, IFD, hash mismatch), linting (statix/deadnix/nixfmt), performance (closure size, IFD avoidance), Emacs packaging in Nix, and hybrid non-flake + flake repos. Read the matching reference before acting.
SKILL.md
3.0 KB, 654 tokens by cl100k_base, as published. Nobody here has run it
Nix skill index
Pick the topic and read its reference before writing or reviewing Nix code. Each top-level reference covers one domain; nested sub-references go deeper where needed.
| Topic | When to read | Reference |
|---|---|---|
| Language fundamentals | syntax, lambdas, attrsets, builtins, derivations, lib, callPackage, lazy eval, RFCs | references/language.md (+ language/advanced.md, language/rfcs.md) |
| Flakes | flake.nix, inputs, outputs, devShells, packages, follows, flake-parts, dendritic pattern | references/flakes.md (+ flakes/flake-parts.md) |
| Nixpkgs packaging | mkDerivation, callPackage, overlays, override, fetchers, builders, cross-compilation | references/nixpkgs.md (+ nixpkgs/builders.md, nixpkgs/cross-compilation.md) |
| NixOS modules | configuration.nix, mkOption, services, systemd, agenix/sops-nix, impermanence | references/nixos-modules.md (+ nixos-modules/type-system.md, nixos-modules/testing.md) |
| nix-darwin | macOS system, system.defaults, launchd, Homebrew cask integration | references/darwin.md (+ darwin/defaults.md) |
| home-manager | home.nix, programs.*, xdg, declarative dotfiles, home.activation | references/home-manager.md (+ home-manager/programs.md) |
| devenv | devenv.nix, devenv shell/up/test, languages, processes, services, pre-commit | references/devenv.md (+ devenv/services.md) |
| Containers | dockerTools, buildLayeredImage, streamLayeredImage, OCI images | references/containers.md |
| Testing | nixosTest VM tests, multi-VM, namaka snapshot tests | references/testing.md |
| Debugging | infinite recursion, IFD, hash mismatch, --show-trace, nix-tree, nix-diff | references/debugging.md (+ debugging/error-catalog.md) |
| Linting | statix, deadnix, nixfmt, treefmt-nix, CI pipeline | references/linting.md (+ linting/ci-pipeline.md) |
| Performance | evaluation speed, IFD avoidance, closure size, garbage collection, distributed builds | references/performance.md (+ performance/tools.md) |
| Emacs packaging | emacsWithPackages, trivialBuild, melpaBuild, native-comp, tree-sitter grammars | references/emacs-packaging.md |
| Hybrid (flake + non-flake) | flake-compat shim, package vs module flakes, lock sync, overlay extraction | references/hybrid.md (+ hybrid/justfile-package.md, hybrid/justfile-module.md, hybrid/statix-config.md) |
After reading the reference, follow its guidance for the task.
What ships with it: 31 files
237.0 KB alongside SKILL.md
references/
- containers.md4.5 KB
- darwin/defaults.md7.2 KB
- darwin.md8.4 KB
- debugging/error-catalog.md6.9 KB
- debugging.md9.5 KB
- devenv.md10.5 KB
- devenv/services.md4.6 KB
- emacs-packaging.md6.1 KB
- flakes/flake-parts.md7.0 KB
- flakes.md12.5 KB
- flakes/offline-fetching.md6.3 KB
- home-manager.md6.4 KB
- home-manager/programs.md7.4 KB
- hybrid/justfile-module.md1.6 KB
- hybrid/justfile-package.md2.8 KB
- hybrid.md11.6 KB
- hybrid/statix-config.md611 B
- language/advanced.md12.3 KB
- language.md10.8 KB
- language/rfcs.md10.7 KB
- linting/ci-pipeline.md5.9 KB
- linting.md7.7 KB
- nixos-modules.md10.6 KB
- nixos-modules/testing.md8.6 KB
- nixos-modules/type-system.md14.0 KB
- nixpkgs/builders.md5.2 KB
- nixpkgs/cross-compilation.md4.5 KB
- nixpkgs.md13.4 KB
- performance.md8.8 KB
- performance/tools.md6.2 KB
- testing.md4.5 KB