A collection of Claude Code plugins.
# Add the marketplace
/plugin marketplace add pandysp/claude-plugins
# Install a plugin
/plugin install <plugin-name>@pandysp| Plugin | Description |
|---|---|
| typescript-lsp | TypeScript/JavaScript language server |
The ty-lsp plugin previously in this repo has been superseded by the official Astral plugin, which provides ty integration along with ruff and uv skills.
# Add the Astral marketplace
/plugin marketplace add astral-sh/claude-code-plugins
# Install the Astral plugin
/plugin install astral@astral-shMIT