google/add-source-file
How to add a new source file to the BoringSSL build.
npx skills add https://github.com/google/boringssl --skill add-source-file
To add a new source file (C/C++, header, or assembly) to BoringSSL, you must update the build configuration and regenerate the build files.
build.json:srcs, hdrs, internal_hdrs) under the appropriate target in build.json.build.json, refer to the Go structs in util/pregenerate/build.go.build.json, you must regenerate the build files.Take google/add-source-file 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.