Nushell Plugin Builder

Guide for creating Nushell plugins in Rust using nu_plugin and nu_protocol crates. Use when users want to build custom Nushell commands, extend Nushell with new functionality, create data transformations, or integrate external tools/APIs into Nushell. Covers project setup, command implementation, streaming data, custom values, and testing. Use when this capability is needed.

tomevault-io 3c01fbb 2 files · 9.3 KB Updated

File contents

tomevault-io/skills-registry/tree/main/ypares--agent-skills--nushell-plugin-builder commit 3c01fbba75

Frequently asked questions

npx skillmds@latest add tomevault-io/nushell-plugin-builder