avsmavsmCommunityยท10 Agent Skills Included

ocaml-claude-marketplace

OCaml project setup, testing, security, and code review

Guides OCaml development from project scaffolding and dune migration to publishing on npm. Covers concurrency with Eio, algebraic effects, fuzz testing, allocation profiling, and security audits against known CVEs. Enforces idiomatic code style, POSIX-style documentation, and structured two-phase code reviews. Eliminates guesswork when working with cmdliner, jsont, logs, and OxCaml extensions.
npx skills add avsm/ocaml-claude-marketplace --all -g -y

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ocaml-claude-marketplace?โ–ผ

Run `npx skills add avsm/ocaml-claude-marketplace --all -g -y` in your terminal to install all OCaml development skills globally.

What does the ocaml-dev plugin do?โ–ผ

It provides commands and skills for initializing OCaml projects, migrating builds to dune, writing idiomatic code, and publishing to npm via js_of_ocaml.

How to fuzz test OCaml parsers?โ–ผ

The fuzz skill shows how to write Crowbar tests for crash safety, roundtrips, and boundary conditions, and how to run long AFL campaigns.

Can it help review an OCaml codebase?โ–ผ

Yes. The review-ocaml skill runs a two-phase audit that first judges module interfaces, then dispatches per-module implementation reviews.

Does it cover OCaml 5 concurrency and OxCaml?โ–ผ

Yes. Dedicated skills cover Eio concurrency patterns, algebraic effects design, and OxCaml features like unboxed types, stack allocation, and SIMD.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’