Scans a codebase for raw API/CLI calls (curl, gh, stripe-cli, psql, grpcurl, etc.) and replaces them with Earl templates — one provider at a time. Use when migrating a project from direct CLI tool usage to Earl, or when replacing raw HTTP calls with reviewed templates.
$npx -y skills add mathematic-inc/earl --skill migrate-to-earlInstalls into the current project.
Run `npx skills use "https://github.com/mathematic-inc/earl" --skill "mathematic-inc/earl/migrate-to-earl"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mathematic-inc/earl" that are relevant to the current task. Run `npx skills add "https://github.com/mathematic-inc/earl"` and select the relevant skills, then follow their instructions.