By yousiki
All-in-one bundle of this marketplace's language servers and formatter hooks: Biome (JS/TS/JSX/TSX/JSON/JSONC/CSS/GraphQL), VS Code HTML, bash, basedpyright (Python), tombi (TOML), yaml-language-server, Intelephense (PHP), Shopify's Liquid theme language server, plus the ruff/biome/prettier formatter hooks, and direct-command native-toolchain servers for C/C++ (clangd), C# (csharp-ls), Go (gopls), Java (jdtls), Kotlin (kotlin-lsp), Lua (lua-language-server), Ruby (ruby-lsp), Rust (rust-analyzer), and Swift (sourcekit-lsp). One install for broad multi-language coverage with no overlapping servers.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A personal marketplace of Claude Code plugins.
Language servers, MCP servers, formatter hooks, and room for future plugin kinds such as slash commands and agents. Most tool-backed plugins are wrapped in launchers that probe a runtime fallback chain (bunx / uvx and friends), so nothing has to be installed globally on the host; a smaller set of language servers with no npm/PyPI distribution invoke their native-toolchain binary directly instead — see Design.
Install · Plugins · Design · Layout · Contributing
bunx → pnpm dlx → npx, Python via uvx → pipx run. You only need one runtime from each chain on PATH.PATH, same as the official Anthropic plugin directory does for these languages.PostToolUse formatter hooks, and an all-in-one bundle (languages-pack); the marketplace is structured to add future Claude Code plugin kinds such as slash commands and agents.Grouped by current plugin kind. The roster is 26 plugins across language servers, MCP servers, formatter hooks, and one all-in-one bundle; future categories can be added when they become useful. All plugins live under plugins/ and are registered in .claude-plugin/marketplace.json.
Resolve on demand through a runtime fallback chain; nothing to install beyond the runtime.
| Plugin | Language | Runtime chain | Notes |
|---|---|---|---|
typescript-lsp | TypeScript, JavaScript | JS/TS | typescript-language-server, pulls the typescript peer dep fresh |
basedpyright-lsp | Python | Python | Stricter community fork of Pyright |
biome-lsp | JS, TS, JSON | JS/TS | Biome language server (lint + format diagnostics) |
bash-lsp | Bash, shell | JS/TS | bash-language-server; integrates with shellcheck when on PATH |
yaml-lsp | YAML | JS/TS | Red Hat yaml-language-server |
tombi-lsp | TOML | Python | tombi LSP; schema-aware for pyproject.toml, Cargo.toml, and similar files |
vscode-html-lsp | HTML | JS/TS | vscode-langservers-extracted (HTML binary) |
vscode-css-lsp | CSS, SCSS, LESS | JS/TS | vscode-langservers-extracted (CSS binary) |
vscode-json-lsp | JSON, JSONC | JS/TS | vscode-langservers-extracted (JSON binary) |
php-lsp | PHP | JS/TS | Intelephense, published on npm |
liquid-lsp | Shopify Liquid | JS/TS | Shopify CLI's theme language-server subcommand |
No npm/PyPI package exists for these, so there's no fallback chain to wrap — the plugin invokes the bare binary directly, and it must already be on PATH (same approach the official Anthropic plugin directory takes for these languages). See each plugin's README for install instructions.
npx claudepluginhub yousiki/claude-plugins --plugin languages-packBrowserOS MCP server for driving the local BrowserOS agentic browser from Claude Code. Local streamable-HTTP transport (127.0.0.1:9000 by default, set per your BrowserOS MCP settings).
Auto-format Markdown / MDX with Prettier after Claude writes them. PostToolUse hook; bunx / pnpm dlx / npx fallback.
Auto-format CSS / SCSS / Less with Prettier after Claude writes them. PostToolUse hook; bunx / pnpm dlx / npx fallback.
Upstash Context7 MCP server for up-to-date documentation lookup. Remote streamable-HTTP transport at mcp.context7.com — no local runtime, no auth required for the free tier.
Native macOS Reminders and Calendar integration via EventKit (FradSer/mcp-server-apple-events). npx-launched; macOS + Node 18+ + Xcode CLT required.
Rust language server
TypeScript/JavaScript language server for enhanced code intelligence
Validation and quality enforcement for Tailwind CSS projects with comprehensive utility-first CSS patterns and best practices.
YAML language server
Bash language server
Go language server