From xonovex-skill-gpu-rendering
Guides low-level GPU renderer architecture on explicit APIs (Vulkan, D3D12, Metal, WebGPU): render graphs, shader permutations, descriptor binding, synchronization, command recording, GPU memory strategy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xonovex-skill-gpu-rendering:gpu-rendering-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
API-agnostic architecture for a low-level GPU renderer. The concepts hold across explicit APIs (Vulkan, D3D12, Metal, WebGPU); names differ but the model is the same. For one API's concrete how-to use the matching API skill (e.g. gpu-rendering-vulkan-guide); for the general allocator principle behind GPU memory, see memory-management-guide.
SOURCES.mdeval-queries.jsonevals.jsonreferences/binding-model.mdreferences/command-recording-and-frames.mdreferences/gpu-compute-simulation.mdreferences/gpu-memory-strategy.mdreferences/hdr-output.mdreferences/render-graph.mdreferences/shader-system.mdreferences/synchronization.mdreferences/vertex-assembly-skinning.mdAPI-agnostic architecture for a low-level GPU renderer. The concepts hold across explicit APIs (Vulkan, D3D12, Metal, WebGPU); names differ but the model is the same. For one API's concrete how-to use the matching API skill (e.g. gpu-rendering-vulkan-guide); for the general allocator principle behind GPU memory, see memory-management-guide.
npx claudepluginhub xonovex/platform --plugin xonovex-skill-gpu-renderingGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.