google/add-object-nid-oid
How to add a new object with a NID and/or OID to BoringSSL.
npx skills add https://github.com/google/boringssl --skill add-object-nid-oid
To add a new ASN.1 object (with a NID and/or OID) to BoringSSL, you must add it to the objects definition file and regenerate the generated headers and lookup tables.
Refer to crypto/obj/README.md for an overview of the generated files.
objects.txt:objects.txt Format Reference").crypto/obj directory because it relies on relative paths for its inputs and outputs. cd crypto/obj && go run objects.go
obj_mac.num (to stabilize NIDs), obj_dat.h, and include/openssl/nid.h.Take google/add-object-nid-oid 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.