Skip to main content
Back to registry

nushell-pro

hustcer/nushell-pro

Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls.

Installs245
Install command
npx skills add https://github.com/hustcer/nushell-pro --skill nushell-pro
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls. Pipeline input ( $in ) is NOT interchangeable with function parameters! Why this matters: Use row conditions for simple field comparisons; use closures for complex logic or reusable conditions. Refer to String Formats Reference for the full priority and rules. Quick summary (high to low priority): For stdin access in shebang scripts: #!/usr/bin/env -S nu --stdin do -i (ignore errors) runs a closure and suppresses any errors, returning null on failure. do -c (capture errors) catches errors and returns them as values. When to use each approach: Refer to Security Reference for the full guide. Nushell is safer than Bash by design (no eval , arguments passed as arrays not through shell), but security risks remain.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does nushell-pro do?

Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls.

Is nushell-pro good?

nushell-pro does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does nushell-pro work with?

nushell-pro currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot, claude-code.

What are alternatives to nushell-pro?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install nushell-pro?

npx skills add https://github.com/hustcer/nushell-pro --skill nushell-pro

Related skills

Alternatives in Software Engineering