corpus-management-reference
Installation
SKILL.md
corpus-management-reference
Overview
Pure-reference catalog of corpus-management practices across libFuzzer, AFL++, native Go fuzz, cargo-fuzz, Atheris, Jazzer, and OSS-Fuzz. Consumed by the per-language fuzzer skills and the fuzz-target authoring agent.
When to use
- Bootstrapping a new fuzz target - what should the seed corpus contain?
- Running a long-running fuzz campaign - when to minimise, where to back up, how to share across CI runs.
- Debugging a crash - locating the crash artefact, reproducing it.
- Migrating between fuzzers (libFuzzer ↔ AFL++) - corpus format compatibility.