Agent skill

build-job-data

Build generate_job_data binary (release or ASAN debug mode)

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/build-job-data

SKILL.md

Build Job Data

Build the generate_job_data binary with file locking to prevent concurrent builds.

Usage

bash
# Release build (default)
/build-job-data

# Debug build with AddressSanitizer
/build-job-data --asan

Run

bash
/home/adesola/EpochDev/ClaudeCodeResearch/cpp_tools/build_generate_job_data.sh $ARGUMENTS

Notes

  • Uses flock to ensure only one build runs at a time
  • Release builds use /home/adesola/EpochDev/EpochBackend/build
  • ASAN builds use /home/adesola/EpochDev/EpochBackend/build-asan

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results