Personal collection of Claude Code plugins
npx claudepluginhub koenrohrer/claude-plugins-marketplaceInteractive configuration wizard for Ghostty terminal and Claude Code with advanced options: status line customization, keybinding presets (vim/tmux/VS Code), shell profiles, and performance tuning
Share bugs, ideas, or general feedback.
Personal marketplace for Claude Code plugins.
Add this marketplace to Claude Code:
claude plugin marketplace add github:koenrohrer/claude-plugins-marketplace
Interactive configuration wizard for Ghostty terminal and Claude Code.
claude plugin install ghostty-claude-setup
Features:
/setup-wizard commandTo add a new plugin to this marketplace, add an entry to .claude-plugin/marketplace.json:
{
"name": "plugin-name",
"source": {
"source": "url",
"url": "https://github.com/koenrohrer/plugin-repo-name.git"
},
"description": "What the plugin does",
"version": "1.0.0"
}