Nix Package Finder

Community

Finds Nix packages fast with exact paths.

AuthorShavakan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you locate Nix packages across channels, identify exact attribute paths, and fetch version details for reproducible configurations.

Core Features & Use Cases

  • Initial search: Uses mcp__nixos__nixos_search to find candidates for a query.
  • Precise attributes: Verifies with mcp__nixos__nixos_info that you get pkgs.[path].
  • Version checks: Uses nixhub to pin versions when requested.

Quick Start

User: "find nix package for ripgrep" and the skill will return the attribute path (e.g., pkgs.ripgrep) and version, plus tips for enabling in home-manager if available.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Nix Package Finder
Download link: https://github.com/Shavakan/nix-flakes/archive/main.zip#nix-package-finder

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository