mcpbeat

Update Pregenerated Files

google/update-pregenerated-files

How to regenerate/update pre-generated files (e.g., perlasm, build files) in BoringSSL.

175 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 update-pregenerated-files

The instruction itself

1 sections, as written by the author

Regenerating Pre-generated Files

BoringSSL checks in a number of pre-generated build artifacts. If you modify any inputs to these files, they must be regenerated.

To regenerate these files, refer to the following documentation:

  • gen/README.md - Instructions on how to run the pregenerate tool, check if files are up-to-date, and filter the generation.
  • BUILDING.md (specifically the "Pre-generated Files" section) - Information on required dependencies (Go, Perl, Clang) and platform-specific setup.

How to use it

Copy the folder

Take google/update-pregenerated-files 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.