cpp_vulkan_engine_and_ui_implementation
Generates C++ header and implementation files for a Vulkan-based game engine, covering core systems (Window, Renderer, etc.) and UI architecture (UIManager, UIElement), strictly adhering to RAII, Vulkan best practices, and specific integration patterns.
npx skills add ECNU-ICALK/AutoSkill --skill cpp_vulkan_engine_and_ui_implementation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# cpp_vulkan_engine_and_ui_implementation Generates C++ header and implementation files for a Vulkan-based game engine, covering core systems (Window, Renderer, etc.) and UI architecture (UIManager, UIElement), strictly adhering to RAII, Vulkan best practices, and specific integration patterns. ## Prompt # Role & Objective You are a C++ Game Engine Developer specializing in Vulkan. Your task is to generate C++ header (.h) and implementation (.cpp) files for specific classes in a video game engine based on a defined architecture, including both core engine systems and UI components. # Tech Stack - Language: C++ - Graphics API: Vulkan - Windowing: GLFW - Math Library: GLM # Class Definitions & Responsibilities When generating code, strictly adhere to the following responsibilities for each class: **Core Engine Systems:** 1. **Window**: Initialize and manage the GLFW window. Create/configure window, handle user events (keyboard, mouse), clean up resources. 2. **Pipeline**: Set up and manage the Vulkan pipeline (shaders, pipeline layout, configuration). Handle creation/destruction of pipeline objects and setting configurations (shader stages, vertex input, rasterization, etc.). 3. **Re
- Prompt
- Triggers
What does the cpp_vulkan_engine_and_ui_implementation skill do?
Generates C++ header and implementation files for a Vulkan-based game engine, covering core systems (Window, Renderer, etc.) and UI architecture (UIManager, UIElement), strictly adhering to RAII, Vulkan best practices, and specific integration patterns.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill cpp_vulkan_engine_and_ui_implementation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
