By pavlov-net
Teaches Claude to use shell commands efficiently — avoid re-running expensive commands and stop tail/head chasing.
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 claimTypeScript 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).
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 efficient-commandsCommand-line excellence and Unix philosophy mastery. Expert in shell scripting, Unix pipelines, text processing (sed/awk/grep), permissions, and CLI tool composition.
Comprehensive Bash 5.1+ and POSIX shell development plugin with modular skills for scripting, portability, testing, linting, logging, and version-specific features (5.1, 5.2, 5.3 changelogs with examples). Includes specialized agents for script development and code auditing.
Batched file operations for autonomous Claude Code runs. Collapses N reads/greps/globs into one Bash round-trip. Includes session-start prompt injection and an opt-in enforcement mode that blocks competing tools.
Automatically compresses verbose CLI output (git, docker, npm, terraform, kubectl, etc.) to save tokens in Claude Code sessions. 32 specialized processors with content-aware compression.
Ask Claude Code to help you debug an issue
Intelligent command history tracking with automatic failure detection. Tracks all bash commands Claude runs (successful and failed) with semantic directory aliasing and command mapping.