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.
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, running an inline shell check. From pavlov-net/claude-plugins.
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.
Skill Claude CodeCodex
Provides authoritative idioms for Bevy 0.19 game projects in Rust. Covers ECS data design (components, required components, queries, change detection, relationships, resources-as-components), communication (Event vs Message vs Observer, EntityEvent, lifecycle hooks), plugin organization, scheduling (run conditions…
Plugin Claude Code
Teaches Claude to use shell commands efficiently — avoid re-running expensive commands and stop tail/head chasing.
Skill Claude CodeCodex
This skill should be used when implementing features, fixing bugs, running tests, running linting or formatting, building projects, verifying changes, debugging test failures, checking CI results, or executing any shell commands as part of development work. It prevents wasteful patterns like running the same command…
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.
Skill Claude CodeCodex
This skill should be used whenever Claude writes, edits, or reviews documentation or non-trivial code comments and docstrings: doc comments, READMEs, API references, guides, design docs, module and function docs. It also fires on requests like "write a docstring", "document this function/module", "clean up the…
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).