google/add-error-code
How to add a new error code in BoringSSL.
npx skills add https://github.com/google/boringssl --skill add-error-code
To add a new error code, you only need to use it in the source code and then run the error generation script. The script will automatically define it in the header and update the error database.
EVP_R_NEW_ERROR_CODE). It must start with the correct library prefix (e.g., EVP_R_, SSL_R_).evp, ssl). go run util/make_errors.go evp
#define to the appropriate header in include/openssl..errordata file in crypto/err.Take google/add-error-code 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.