mcpbeat

Build And Test

google/build-and-test

How to build BoringSSL and run its tests.

108 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
2242
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/google/boringssl --skill build-and-test

The instruction itself

1 sections, as written by the author

Building and Testing BoringSSL

To build BoringSSL and run its tests, you must refer to the official documentation in the repository.

  • Read BUILDING.md to understand the prerequisites, build steps (using CMake and Ninja), and how to run the test suite.
  • Follow the instructions in that file for the target platform.

How to use it

Copy the folder

Take google/build-and-test from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.