Plugins for Nushell development, scripting, data processing, and shell automation
npx claudepluginhub danielbodnar/nushell-devComprehensive development toolkit for architecting robust, well-documented Nushell scripts, commands, modules, overlays, and pipelines. Integrates with nu --lsp, nu --mcp, and nu-lint for professional Nushell development.
A curated collection of Claude Code plugins for Nushell development, shell scripting, and data processing.
/plugins - Plugins developed and maintained in this marketplace| Plugin | Description | Category |
|---|---|---|
| nushell-dev | Comprehensive toolkit for Nushell development with skills, commands, agents, and hooks | development |
# From GitHub
/plugin marketplace add danielbodnar/nushell-dev
# From local path (for development)
/plugin marketplace add ~/.claude/plugins/nushell-dev
Once the marketplace is added, install individual plugins:
/plugin install nushell-dev@nushell-marketplace
Or browse available plugins:
/plugin > Discover
Each plugin follows the standard Claude Code plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (required)
├── skills/ # Auto-activating skills
├── commands/ # Slash commands
├── agents/ # Agent definitions
├── hooks/ # Event handlers
└── README.md # Documentation
Test a specific plugin in isolation:
claude --plugin-dir ./plugins/nushell-dev
claude plugin validate .
Or from within Claude Code:
/plugin validate .
/plugins/.claude-plugin/plugin.json manifestclaude --plugin-dirFor more information on developing Claude Code plugins, see:
MIT License - See LICENSE file for details.