YParesYParesCommunity·4 Agent Skills Included

rigup.nix

Package agent skills, tools, and config with Nix

Packages knowledge, instructions, and tools for coding agents into reproducible Nix modules called riglets. Combines riglets into project rigs with a generated manifest, eliminating manual tool installation and scattered configuration. Builds, shells, and launches agent harnesses like Claude Code, Cursor, and Copilot with one declarative setup.
npx skills add YPares/rigup.nix --all -g -y
Available:

Explains the rig and riglet concepts to the agent, detailing how to read the RIG.md manifest, use rig tools and documentation, and follow the Nix module schema when building or extending rigs.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install rigup.nix?â–¼

Run `npx skills add YPares/rigup.nix --all -g -y` in your terminal to install all skills in this suite globally.

What is a riglet in rigup?â–¼

A riglet is executable knowledge packaged as a Nix module: it bundles a SKILL.md document, the tools needed to follow it, and metadata telling the agent when to use it.

How does rigup work with Claude Code and Cursor?â–¼

Dedicated riglets generate the right configuration for each harness, so `rigup run` launches Claude Code, Cursor, Copilot CLI, or OpenCode with the rig's manifest and tools preloaded.

Can I reuse existing agent skills with rigup?â–¼

Yes. Existing SKILL.md folders and Claude marketplace plugins can be imported directly and turned into riglets with minimal changes.

Do I need to know Nix to use rigup?â–¼

Basic usage only requires editing a simple rigup.toml file, and the included riglet-creator skill lets your agent write new riglets for you.

Related Repositories in Software Engineering

View All in Software Engineering→