Agent Skills by Mateusz Kulesza
Showing 11 vetted skills indexed across 1 GitHub repositories.
component-workflow
Guide ECS component creation with serialization, editor UI, and DI registration.
reviewing-platform-abstraction
Validate engine rendering code for IRendererAPI abstraction compliance.
editor-ui-infrastructure
Build editor panels using reusable ImGui drawers and EditorUIConstants.
editor-panel-creation
Create ImGui editor panels with DryIoc DI and UI Elements.
editor-ui-drawers
Wrap ImGui calls with reusable Drawer components for consistent editor UI.
editor-component-editors
Implement ECS component editors with collapsible UI and vector controls.
editor-field-creation
Implement IFieldEditor interfaces for runtime reflection-based script property editing.
resource-management-audit
Audit OpenGL resource cleanup and IDisposable patterns to prevent GPU leaks.
dependency-injection-review
Audit codebases for DryIoc dependency injection issues during code reviews.
ecs-performance-audit
Analyze ECS implementations for performance bottlenecks in entity iteration and memory allocations.
serialization-review
Audit JSON serialization for scenes, prefabs, and components.