What problem does it solve? Writing Nushell scripts without syntax validation leads to parse errors discovered only at runtime. This Skill provides structured guidance for authoring Nushell code and validating it with nu-check before execution or deployment. ## Core Features & Use Cases - Script Validation: Runs nu-check on standalone scripts, module definitions (with --as-module), and inline pipeline expressions to catch parse errors early. - Authoring Guidance: Consults the official nushell/nushell and nushell.github.io repositories via GitHub MCP for verified command signatures, grammar, and cookbook patterns. - Use Case: When converting a Bash script to Nushell, use this Skill to write the equivalent pipeline, validate it with nu-check, and resolve any parse errors before running it. ## Quick Start Use the nushell skill to validate my script backup.nu and fix any syntax errors it reports.