pavlov-net/claude-plugins
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…
pavlov-net/claude-plugins
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…
pavlov-net/claude-plugins
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…