Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:9
forks:11
updated:22. April 2026 um 12:43
SKILL.md
Check support for a particular Vulkan extension
Use this skill to update chameleon to the latest Khronos specs
Add extension usage detection
Add Vulkan unused feature detection
| name | test-vulkan-extension |
| description | Add a test case for a particular Vulkan extension |
| metadata | {"short-description":"Generate a new Vulkan extension test case"} |
https://docs.vulkan.org/refpages/latest/refpages/source/<extension name>.html and read it.~/.codex/config.toml:[network]
enable_domain_allowlist = true
domain_allowlist = [
"docs.vulkan.org",
"github.com",
"api.github.com"
]
vkAssertBuffer, that's is good.test_set_name and test_marker_mention with any new object handles so that we can test this works as well.-i option for user to dump the image to disk for verification.make -j 6 in the build directory. Fix any build issues../<test name> -v --cpu from the build directory and fix any validation issues.VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_api_dump environment variable set to verify that the new commands
we wanted to test actually got executed.src/usagetracker/vulkan_feature_detect.cpp and
src/usagetracker/vulkan_feature_detect.h. You can use the skill
$vulkan-extension-detection to add this if missing.