cpp-engine-core
Installation
SKILL.md
C++ Engine Core
Use this skill to implement robust C++ engine core changes with strict correctness gates.
Workflow
- Define scope and constraints.
- Define subsystem scope, invariants, and API boundaries.
- Capture objective metrics, bounds, and release blockers.
- Design implementation plan.
- Design module-level changes with safety/performance implications.
- Keep ownership and dependency boundaries explicit.
- Execute and iterate.
- Implement in small, traceable increments.
- Record run/build context for reproducibility.