nushell-plugin-builder

Installation
SKILL.md

Nushell Plugin Builder

Overview

This skill helps create Nushell plugins in Rust. Plugins are standalone executables that extend Nushell with custom commands, data transformations, and integrations.

Quick Start

1. Create Plugin Project

cargo new nu_plugin_<name>
cd nu_plugin_<name>
cargo add nu-plugin nu-protocol

2. Basic Plugin Structure

Installs
43
GitHub Stars
27
First Seen
Jan 24, 2026
nushell-plugin-builder — ypares/agent-skills