google/header-self-containment
> Enforce strict header self-containment so that every header file compiles independently. Use this skill when creating or modifying C++ header files.
npx skills add https://github.com/google/filament --skill header-self-containment
Every header file (.h) in Filament must be fully self-contained and compile independently.
FrameGraphHandle) are pre-declared by preceding includes in a .cpp file.#include the declaring header (e.g., fg/FrameGraphId.h) inside the header itself.Take google/header-self-containment 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.