Fetch an IETF RFC and integrate it into the project with OCamldoc citations
/plugin marketplace add avsm/ocaml-claude-marketplace/plugin install avsm-ocaml-dev-plugins-ocaml-dev@avsm/ocaml-claude-marketplace<rfc-number># Add RFC This command fetches an IETF RFC specification and integrates it into the project. ## Arguments RFC number: $ARGUMENTS (required, e.g., "6265" for HTTP cookies) ## Process ### 1. Fetch the RFC Fetch from IETF in plain text format: **Important**: Always use `.txt` extension, not `.html`. ### 2. Save to spec/ Directory Create `spec/` directory if it doesn't exist and save: ### 3. Parse RFC Structure Extract key information: - RFC title and abstract - Table of contents (sections) - Key terminology definitions - Related RFCs (obsoletes, updates, references) ### 4. Genera...