What problem does it solve?
This Skill centralizes knowledge about the Orkid C++ media engine so developers can quickly find architecture details, subsystem responsibilities, build guidance, and Python binding conventions without manually searching the entire repository.
Core Features & Use Cases
- Subsystem routing: Detects which Orkid subsystem (core, lev2, ecs, data, obt.project) is relevant and directs follow-ups to specialized sub-skills and files.
- Repository-guided answers: Cites key headers, scripts, and directories to provide actionable, source-referenced guidance for debugging and development.
- Build and environment assistance: Explains ork.build.py, CMake integration, environment variables, and common build/workflow patterns.
- Use Case: When porting or debugging the renderer, the Skill points to Vulkan backend files, shader locations, and build flags to modify.
Quick Start
Ask the skill for an architecture overview of a specific Orkid subsystem and request cited file paths to follow up.