// A comprehensive guide and rule set for packaging software within the Nixpkgs ecosystem. It ensures packages are reproducible, maintainable, and compliant with modern Nixpkgs standards (2025+), including the mandatory by-name structure, proper dependency categorization, and validation workflows. Use this when initializing new packages, updating existing ones, or reviewing Nix expressions for nixpkgs submission.
[HINT] Download the complete skill directory including SKILL.md and all related files
name
nix-package
description
A comprehensive guide and rule set for packaging software within the Nixpkgs ecosystem. It ensures packages are reproducible, maintainable, and compliant with modern Nixpkgs standards (2025+), including the mandatory by-name structure, proper dependency categorization, and validation workflows. Use this when initializing new packages, updating existing ones, or reviewing Nix expressions for nixpkgs submission.