| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A curated collection of Claude Code plugins for Nushell development, shell scripting, and data processing.
| 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-devOnce the marketplace is added, install individual plugins:
/plugin install nushell-dev@nushell-marketplaceOr browse available plugins:
/plugin > DiscoverEach 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-devclaude plugin validate .Or from within Claude Code:
/plugin validate .For more information on developing Claude Code plugins, see:
MIT License - See LICENSE file for details.
| Back | FazBrowse Home | New Git URL |