Plugin Claude Code
Personal collection of Claude Code plugins for development workflows and productivity.
Plugin Claude Code
Personal collection of Claude Code plugins for development workflows and productivity.
Plugin Claude Code
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.
Plugin Claude Code
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.
Plugin Claude Code
Teaches Claude to use shell commands efficiently — avoid re-running expensive commands and stop tail/head chasing.
Plugin Claude Code
Write and clean up documentation and code comments that read like a terse senior engineer wrote them — present-tense, say-once, no filler, no AI tells.
Plugin Claude Code
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).