Agent skills, system prompts, and AI developer rules for google/oss-fuzz
* Use python3 infra/helper.py to build projects and run fuzzers.
* If doing development on infra/ you should use a venv and if it doesn't already exist, install deps from infra/ci/requirements.txt build/functions/requirements.txt with pip.
* If doing development on infra/ run python infra/presubmit.py to format, lint and run tests.