Agent Skill for generating and validating Razdfile.yml configuration files.
Razdfile.yml is the configuration file for razd — a project environment provisioning CLI. It defines which tools to install (via mise or devbox), what tasks to run, and environment configuration.
Install globally:
npx skills add razd-cli/razdfile-skill -gInstall in a project:
npx skills add razd-cli/razdfile-skillAsk your AI agent to create, edit, or validate a Razdfile.yml:
- "Create a Razdfile for my Node.js project"
- "Add Python 3.11 to my Razdfile"
- "Validate this Razdfile.yml"
- "Switch my Razdfile from mise to devbox"
- "Add build and test tasks to my Razdfile"
- Generates valid Razdfile.yml with correct
version: "1"field - Enforces
dependenciesformat withusingfield for mise or devbox - Validates mutual exclusion rules
- Task definitions with deps, env, and commands
- Templates for common project types (Node.js, Python, Go, etc.)
MIT