Sets up WireMock as a standalone Docker container so you can mock external APIs during integration testing. You get a complete docker-compose config with WireMock 3.5.2, directory structure for mappings and response files, and JSON stubs for the scenarios that actually matter: success responses, 404s, 500s, timeouts, and rate limits. The skill walks you through pointing your app at localhost:8080 instead of real endpoints, then testing all the edge cases your HTTP client needs to handle. It's straightforward if you're tired of flaky tests that depend on external services or need to simulate API failures without breaking production systems.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill wiremock-standalone-docker