To create external plugins for Apigeelint, first install Apigeelint with npm install -g apigeelint. Then, in your designated plugin directory, create your custom rule script (e.g., checkProxyNamePrefix.js) to define desired checks, like naming conventions or policy requirements. Use the -x parameter to specify this external directory when running Apigeelint.