rigup.nix
Package agent skills, tools, and config with Nix
All Skills in This Repository (4)
Pure Emerald Level IndicatorsAgent Rig System
Package and compose modular knowledge units for AI agent workflows.
riglet-creator
Organize riglet documentation with guidelines, best practices, and SKILL.md examples.
code-search
Search codebases with regex and generate directory trees.
Nix Module System
Explain nix module management, troubleshooting, and composition best practices.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core