About
This skill provides Claude with the specialized knowledge to build comprehensive fuzz testing suites for OCaml projects using the Crowbar library. It focuses on the 'crash-safety first' philosophy, ensuring that parsers never fail on malformed input and that roundtrip invariants—where decoding an encoded value returns the original—are strictly maintained. It includes standardized patterns for testing state machine transitions, boundary conditions, and smart constructors, organized into a clean directory structure compatible with the Dune build system.