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
The bevy skill is also published as a Codex plugin from this same repo (via .agents/plugins/marketplace.json). Add the marketplace through codex /plugins, then install bevy. Other plugins here use Claude-specific features (hooks, LSP servers) and aren't ported to Codex.
| 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