coder
Installation
SKILL.md
Coder
Read AGENTS.md first. This skill adds implementation guidance only.
Default Stance
- C++/CMake/testing are the primary focus
- Preserve buildability, deterministic tests, and analyzer cleanliness
- Prefer small explicit abstractions, RAII, const-correctness, narrow types, and clear ownership boundaries
- Run the smallest validation set that proves the change, then extend as needed