Use this skill when the user wants to format Nix code, format nixpkgs expressions, or format NixOS configuration files.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-d6070f40)More formats (shields.io, HTML) on the badges page.
---
name: nixpkgs-fmt
description: Use this skill when the user wants to format Nix code, format nixpkgs expressions, or format NixOS configuration files.
---
# nixpkgs-fmt Plugin
Nix code formatter for nixpkgs. Format Nix expressions and configurations according to nixpkgs style guidelines.
## Commands
### Nix Formatting
- `nixpkgs-fmt nix format` — Format Nix code
### Utility
- `nixpkgs-fmt _ _` — Passthrough to nixpkgs-fmt CLI
## Usage Examples
- "Format Nix code"
- "Format nixpkgs expression"
- "Format NixOS config"
- "Check Nix formatting"
## Installation
```bash
brew install nixpkgs-fmt
```
Or via Nix:
```bash
nix-env -iA nixpkgs.nixpkgs-fmt
```
## Examples
```bash
# Format Nix file
nixpkgs-fmt nix format default.nix
# Check without modifying
nixpkgs-fmt nix format default.nix --check
# Write changes
nixpkgs-fmt nix format default.nix --write
# Verify formatting
nixpkgs-fmt nix format default.nix --verify
# Any nixpkgs-fmt command with passthrough
nixpkgs-fmt _ _ default.nix
nixpkgs-fmt _ _ default.nix --check
```
## Key Features
- **Nixpkgs** - nixpkgs style guidelines
- **Format** - Nix code formatting
- **Check** - Check without changes
- **Verify** - Verify formatting
- **Standard** - Consistent style
- **NixOS** - NixOS configs
- **Fast** - Quick formatting
- **Easy** - Simple interface
- **Maintainers** - Package maintainers
- **Reliable** - Reliable output
## Notes
- Great for Nix package maintainers
- Follows nixpkgs style guide
- Perfect for NixOS configs
- Pre-commit hook support
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!