By pavlov-net
TypeScript 7 native LSP for Claude Code. Uses tsgo (the Go-based TypeScript compiler) instead of the traditional typescript-language-server for faster type checking and diagnostics. Requires tsgo to be installed (npm install -g @typescript/native-preview).
A personal Claude Code plugin marketplace — small, focused plugins for development workflows and productivity.
Add the marketplace, then install the plugins you want:
/plugin marketplace add pavlov-net/claude-plugins
/plugin install <plugin-name>@stuart-plugins
| Plugin | Description |
|---|---|
auto-format | Auto-format files after Claude edits them. Supports Go (goimports/gofmt), Rust (rustfmt), Python (ruff/black), and JS/TS (biome/prettier). |
efficient-commands | Teaches Claude to use shell commands efficiently — avoid re-running expensive commands and stop tail/head chasing. |
tsgo-lsp | TypeScript 7 native LSP — uses tsgo for faster type checking and diagnostics. |
bevy | Authoritative idioms for Bevy 0.18 game projects in Rust — ECS, communication, scheduling, plugins, assets, UI, errors, testing, performance. |
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimTeaches Claude to use shell commands efficiently — avoid re-running expensive commands and stop tail/head chasing.
Auto-format files after Claude edits them. Supports Go (goimports/gofmt), Rust (rustfmt), Python (ruff/black), and JS/TS (biome/prettier) with convention-based formatter detection.
Authoritative idioms for Bevy 0.19 game projects in Rust. Covers ECS data design (incl. resources-as-components), communication (Event/Message/Observer), plugin organization, scheduling, assets, UI (text, widgets, EditableText), BSN scenes, rendering, error handling, testing, performance, and 0.16→0.19 migration.
npx claudepluginhub pavlov-net/claude-plugins --plugin tsgo-lspTypeScript/JavaScript language server
TypeScript compiler validation and type checking for TypeScript projects.
Memory compression system for Claude Code - persist context across sessions
Rust language server
Validation and quality enforcement for Tailwind CSS projects with comprehensive utility-first CSS patterns and best practices.
YAML language server