nixie
v0.4.1NixOS-Engineer: Flake-first Configs, eigene Derivations & Overlays, Paket-Pinning, resource-aware Remote-Builds auf der schnellsten Kiste, generischer Offline-Closure-Deploy (USB/TUI), dokumentenorientiert
By Sebastian RädleLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add nixie@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/muhackel/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/nixie/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/nix-deploy/SKILL.md├── skills/nix-docs/SKILL.md├── skills/nix-packaging/SKILL.md└── skills/nixos-config/SKILL.md
Included Skills4
Bauen und Deployen von NixOS: Build-Host dynamisch wählen (Host-Config aus CLAUDE.md oder ~/.config/nixie/hosts.conf, schnellste erreichbare Kiste), resource-aware Drosselung von --max-jobs/--cores gegen OOM bei schweren Builds, nix flake check ohne Truncation, Eskalationsstufen check → build → switch → Remote-Deploy. Nutzen bei nix flake check, nixos-rebuild, Remote-Builds oder Deploy auf andere Hosts.
Doku-Lookup-Disziplin für Nix/NixOS: NixOS-Optionen (search.nixos.org), lib-Funktionen (noogle.dev), Pakete (nix search), Manpages (man configuration.nix / home-configuration.nix) und nixpkgs-Source lesen — statt zu raten. Nutzen, bevor eine unbekannte Option/Funktion/ein Paket verwendet wird. Recherche macht Nixie selbst; ein Wissensmanagement-Agent ist optional.
Eigene Nix-Pakete schreiben (stdenv.mkDerivation, buildNpmPackage, stdenvNoCC, callPackage), Overlays anlegen (final: prev:), und lang bauende Pakete pinnen (nixpkgs-Rev, fetchFromGitHub, Binary-Cache/Cachix). Nutzen, wenn eine Derivation/ein Overlay geschrieben, ein Paket gepatcht oder gegen lange Build-Zeiten gepinnt werden soll.
Konventionen und Patterns der NixOS-Konfiguration des Users (Multi-Host-Flake): mkHost-Helper, Feature-Flags unter local.features, Modul-Layout (host/hardware/software), userExtraGroups-Sammelpattern, Home-Manager. Nutzen, wenn an dieser oder einer ähnlich strukturierten NixOS-Config gearbeitet wird — Host/Modul/Feature-Flag hinzufügen, Option setzen, Paket einbauen.
Plugin manifests2
{
"name": "nixie",
"version": "0.4.1",
"description": "NixOS-Engineer: Flake-first Configs, eigene Derivations & Overlays, Paket-Pinning, resource-aware Remote-Builds auf der schnellsten Kiste, generischer Offline-Closure-Deploy (USB/TUI), dokumentenorientiert",
"author": {
"name": "Sebastian Rädle",
"email": "[email protected]"
},
"repository": "https://github.com/muhackel/claude-code-plugins",
"license": "MIT",
"keywords": [
"nixos",
"nix",
"flake",
"deployment",
"packaging",
"overlays",
"remote-build"
],
"skills": "./skills/",
"interface": {
"displayName": "Nixie",
"shortDescription": "NixOS-Engineer für Flakes, Module, Pakete und Deployment",
"longDescription": "Nixie baut und ändert NixOS-Configs (Hosts, Module, Feature-Flags), schreibt eigene Derivations und Overlays, pinnt lang bauende Pakete, führt resource-aware Remote-Builds auf der schnellsten erreichbaren Kiste aus und deployt generische Offline-Closures per USB/TUI — reference-first aus nixpkgs- und NixOS-Doku statt aus dem Gedächtnis.",
"developerName": "Sebastian Rädle",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": "Baue oder ändere eine NixOS-Config, schreibe eine Derivation oder deploye eine Closure auf einen Host.",
"screenshots": []
}
}{
"name": "nixie",
"description": "NixOS-Engineer: Flake-first Configs, eigene Derivations & Overlays, Paket-Pinning, resource-aware Remote-Builds auf der schnellsten Kiste, generischer Offline-Closure-Deploy (USB/TUI), dokumentenorientiert",
"version": "0.4.1",
"author": {
"name": "Sebastian Rädle",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"nixos",
"nix",
"flake",
"deployment",
"packaging",
"overlays",
"remote-build"
],
"skills": "./skills",
"commands": "./commands"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[nixie on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nixie)