erhe
Build, debug, and verify a C++ 3D graphics editor with AI
All Skills in This Repository (9)
Pure Emerald Level Indicatorserhe-renderdoc-gpu-debug
Capture and analyze GPU state of the erhe editor with RenderDoc.
git-history-cleanup
Collapse related Git commits into topic-focused commits on feature branches.
erhe-headless-verify
Automates headless Vulkan editor verification via MCP server management and screenshots.
erhe-macos-xcode
Build and diagnose erhe applications on macOS via Xcode MCP server.
erhe-cpp-debugging
Debug C++ crashes and deadlocks in the erhe project using lldb or Visual Studio MCP server.
erhe-quest-shader-failure
Diagnose Quest shader creation and linking errors using SPIR-V and GLSLang analysis.
erhe-quest-validation
Enable Vulkan validation layers in erhe Quest builds to detect GPU hangs.
erhe-quest-launch
Build, install, and launch the erhe editor APK on a Meta Quest 3 headset.
erhe-creations
Builds showcase 3D scenes in the erhe editor by driving its MCP server from Python scripts.
Frequently Asked Questions
FAQPage SchemaHow to install erhe skills?โผ
Run `npx skills add tksuoran/erhe --all -g -y` in your terminal to install all skills in this suite globally.
What is the erhe project?โผ
erhe is a C++ 3D graphics library and sandbox editor supporting Vulkan, OpenGL, and Metal, with physics, procedural geometry, and VR support.
How can AI debug GPU rendering issues in erhe?โผ
The RenderDoc skill lets your agent capture a live frame, inspect textures and pipeline state, and read the exact shader uniform values behind a rendering bug.
Can AI verify editor changes without a display?โผ
Yes. The headless verification skill builds a display-free Vulkan editor, drives it through its MCP server, and captures screenshots to confirm behavior.
Do these skills work with Claude Code and other agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, OpenClaw, Cursor, and compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core