cloudflare/kj-style
KJ/workerd C++ style guidelines for code review. Covers naming, type usage, memory management, error handling, inheritance, constness, and formatting conventions. Load this skill when reviewing or writing C++ code in the workerd codebase.
npx skills add https://github.com/cloudflare/workerd --skill kj-style
Always use the docs/reference/kj-style.md file when reviewing or writing C++ code.
Take cloudflare/kj-style from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.