Agent skill · Frontend

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt4_8/cpp_vulkan_engine_and_ui_implementation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going