OCaml development plugins for Claude Code including project setup, build migration, RFC integration, opam publishing, and code style assistance
npx claudepluginhub avsm/ocaml-claude-marketplaceComprehensive OCaml development toolkit with project setup, odoc documentation, build migration, testing, RFC integration, opam publishing, and code style assistance
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A collection of Claude Code plugins for OCaml development, based initially on the experiences in https://anil.recoil.org/notes/2025-aoah
Add this marketplace to Claude Code:
/plugin marketplace add avsm/ocaml-claude-marketplace
Then install the OCaml development plugin:
/plugin install ocaml-dev@ocaml-claude-marketplace
Comprehensive OCaml development toolkit including:
Slash Commands:
/init-ocaml [name] - Initialize a new OCaml project with dune, opam, CI, and standard files/port-to-dune - Migrate ocamlbuild/topkg projects to dune/add-rfc <number> - Fetch an IETF RFC and integrate with ocamldoc citations/ocaml-npm - Set up npm publishing for js_of_ocaml/wasm_of_ocaml projects/tidy - Refactor OCaml code to be more idiomaticSkills (auto-invoked):
Project & Build:
Code Quality:
OCaml 5 & Concurrency:
Library-Specific:
Testing & Profiling:
OxCaml Extensions:
LSP Integration:
.ml, .mli, .mly, .mll filesCreate ~/.claude/ocaml-config.json for personalized settings:
{
"author": {
"name": "Your Name",
"email": "you@example.com"
},
"license": "ISC",
"ci_platform": "github",
"git_hosting": {
"type": "github",
"org": "your-username"
},
"ocaml_version": "5.2.0"
}
If not configured, commands will prompt for required values.
The plugin includes CI templates for:
Select your preferred platform in the configuration.
ISC License