YPares/rigup.nix Skills
(4)Browse AI agent skills from YPares/rigup.nix for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
Agent Rig System
YPares/rigup.nix
# Agent Rig System ## Overview A **rig** is a project-scoped collection of _riglets_ that provide knowledge and tools for AI agents. ## Core Concepts ### Riglet A riglet is executable knowledge packaged with its dependencies, as a Nix module: - **Metadata**: When should this riglet be used, is
Code Search
YPares/rigup.nix
# Code Search & File Tree Browsing Fast, efficient utilities for searching code and browsing file hierarchies. ## Tools Overview ### ripgrep (rg) Ultra-fast grep alternative that respects .gitignore by default. **Common usage:** ```bash rg <pattern> [<path>] # Search for pattern in
Nix Module System
YPares/rigup.nix
# Nix Module System: Dark Corners Practical knowledge about `lib.evalModules` that's hard to find in official docs. **Sources:** - [nixpkgs/lib/modules.nix](https://github.com/NixOS/nixpkgs/blob/master/lib/modules.nix) — implementation - [Module system docs](https://github.com/NixOS/nixpkgs/blob/m
Riglet Creator
YPares/rigup.nix
# Riglet Creator Creating effective riglets means writing knowledge (SKILL.md) that agents will rely on. This guide focuses on how to write high-quality documentation for riglets, organized efficiently. For the structural/technical side of riglets (what goes in the Nix module, metadata fields, sch