Initialize a new OCaml project with dune, opam, CI, and standard files
/plugin marketplace add avsm/ocaml-claude-marketplace/plugin install avsm-ocaml-dev-plugins-ocaml-dev@avsm/ocaml-claude-marketplaceproject-name# Initialize OCaml Project This command creates a new OCaml project with all standard files and configuration. ## Arguments Project name: $ARGUMENTS (defaults to current directory name if not provided) ## Configuration Read user configuration from `~/.claude/ocaml-config.json`. If it doesn't exist, prompt the user for: - Author name - Author email - Preferred license (ISC, MIT, Apache-2.0) - CI platform (github, tangled, gitlab) - Git hosting (github.com/user, tangled.org/@user, gitlab.com/user) - OCaml version minimum (default: 5.2.0) Offer to save configuration to `~/.claude/ocaml-c...