在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:9
forks:11
updated:2026年4月22日 12:43
SKILL.md
Add a test case 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 | check-vulkan-extension |
| description | Check support for a particular Vulkan extension |
| metadata | {"short-description":"Investigate a Vulkan extension test coverage"} |
https://docs.vulkan.org/refpages/latest/refpages/source/<extension name>.html and read it.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.VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_api_dump environment variable set to verify that
the expected changes actually got executed.