generate-wiremock

Analyze codebase HTTP calls to generate WireMock mapping and response files.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vndkubi/bootstrap-toolkits --skill generate-wiremock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-wiremock
Source: https://github.com/vndkubi/bootstrap-toolkits/tree/main/.github/skills/generate-wiremock
Command: npx skills add https://github.com/vndkubi/bootstrap-toolkits --skill generate-wiremock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the creation of WireMock stubs by analyzing codebase HTTP calls.

Core Features & Use Cases

  • Learn existing WireMock patterns and conventions from the codebase and generate consistent mappings and response files.
  • Create mapping files under mappings/ and response bodies under __files/ with clear naming conventions for each external service and scenario.
  • Support stateful scenarios for multi-step workflows and optional devcontainer integration to ease local development and testing.

Quick Start

Run the wiremock generator against your codebase to produce mappings and responses for each external service.

Frequently Asked Questions about generate-wiremock

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate WireMock stubs from existing API calls in my codebase?

To automatically generate WireMock stubs, this Skill analyzes your codebase HTTP calls to produce mapping files and response bodies that mirror existing API contracts across multiple tech stacks.

Can I create WireMock mappings for stateful multi-step API workflows?

Yes, WireMock mappings for stateful multi-step workflows are supported, allowing you to simulate complex API integration scenarios and sequences.

What is the best way to organize WireMock mapping files and response bodies?

The best way to organize WireMock stubs is generating mapping files under mappings/ and response bodies under __files/, applying clear naming conventions for each external service and scenario.

Does WireMock automation work across multiple tech stacks and external API integrations?

Yes, WireMock automation applies to projects with external API integrations across multiple tech stacks, learning existing conventions to generate consistent mappings and response files.

Can I integrate WireMock stub generation with devcontainer for local development?

Yes, optional devcontainer integration is supported to ease local development and testing alongside Docker Compose integration for validating generated WireMock stubs.