A collection of Claude Code plugins by ihanikos.
| Plugin | Description |
|---|---|
| bash-output-guard | Prevents runaway bash command output from hanging Claude sessions |
Add this marketplace to Claude Code:
/plugin marketplace add ihanikos/claude-pluginsThen browse and install plugins:
/plugin discoverOr install directly:
/plugin install bash-output-guard@ihanikos/claude-plugins- Create a new plugin directory under
plugins/ - Add your plugin with the standard structure:
plugins/your-plugin/ ├── .claude-plugin/ │ └── plugin.json ├── commands/ (optional) ├── hooks/ (optional) ├── skills/ (optional) └── README.md - Add an entry to
.claude-plugin/marketplace.json - Submit a pull request
MIT