Help us improve
Share bugs, ideas, or general feedback.
Personal Claude Code plugins wrapping ruff, python-lsp-server (with pylsp-mypy), and shuck — LSP entries plus `/*-fix` commands, with opt-in PostToolUse hooks.
npx claudepluginhub georgeharker/claude-pluginsRegister `ruff server` as the Python LSP. Surfaces ruff diagnostics and code actions via LSP. Mutually exclusive with the `pylsp` plugin — only one server can claim `python`.
Register python-lsp-server (pylsp) as the Python LSP, with pylsp-mypy for type diagnostics. Includes a fallback mypy hook in case the harness doesn't honor plugin LSP configs.
Run shuck check --fix on shell files (.sh/.bash/.zsh) after Claude edits them. Includes best-effort LSP wiring via `shuck server`.
Share bugs, ideas, or general feedback.