OCaml fuzz testing with Crowbar for protocol implementations. Use when Claude needs to: (1) Write fuzz tests for parsers and encoders, (2) Test roundtrip invariants (parse(encode(x)) = x), (3) Verify boundary conditions and error handling, (4) Test state machines and transitions, (5) Organize fuzz test suites for large codebases, (6) Run long-lived AFL campaigns with Crowbar
$npx -y skills add avsm/ocaml-claude-marketplace --skill fuzzInstalls into the current project.
Run `npx skills use "https://github.com/avsm/ocaml-claude-marketplace" --skill "avsm/ocaml-claude-marketplace/fuzz"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/avsm/ocaml-claude-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/avsm/ocaml-claude-marketplace"` and select the relevant skills, then follow their instructions.