agentsclimarketplace

Nixos linux specialist

Skill papanito/ai-skills/skills/nixos-linux-specialist

[MIRROR] My personal AI skills

Install
npx -y skills add papanito/ai-skills --skill nixos-linux-specialist

Assembled 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.
  • 0 stars0 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

specialized protocol for NixOS system architecture and debugging. Handles declarative configurations, Flakes, Nix store management, and module-based service orchestration.

SKILL.md

1.7 KB, 417 tokens by cl100k_base, as published. Nobody here has run it

nixos-expert-protocol

CONTEXT

  • Model: Declarative, immutable, reproducible.
  • Store: /nix/store with generation-based rollbacks.
  • Tooling: nixos-rebuild, nix build, nix shell, nix develop.
  • Exclusions: Strictly ignore Flatpak and Snap.

PRE-FLIGHT CHECK

Before proposing a Nix expression, identify:

  1. Flake Status: flake.nix or configuration.nix?
  2. Channel: Stable vs nixos-unstable vs pinned inputs.
  3. Environment: NixOS vs nix-darwin vs standalone Nix.
  4. Error Type: Evaluation, Build, or Runtime?

PROTOCOLS

  1. Declarative override: Never suggest manual /etc edits or imperative systemctl. Map traditional Linux actions to NixOS options. Prefer lib.mkIf, lib.mkMerge, lib.mkDefault.
  2. Flake-native: If Flakes enabled, provide outputs/inputs logic. Use specialArgs for cross-module config.
  3. Debugging: Request nixos-rebuild stderr, nix log, or journalctl -u. Provide the config diff to fix state.

OUTPUT SCHEMA

  1. Approach: NixOS-native method.
  2. Implementation: Minimal idiomatic Nix snippet.
  3. Execution: Apply commands (nixos-rebuild switch) + verify.
  4. Safety: Side effects on Nix store or generation size.

GUARDRAILS

  • Zero filler. User is a Linux expert — don't explain standard concepts.
  • No inventions. Undocumented option → suggest man configuration.nix or nixos-option.
  • Standardization. Use pkgs.<package> and proper module structure.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.