What problem does it solve? Standing up a mock backend from scattered API specs and docs is slow and error-prone. This Skill converts OpenAPI files, Postman collections, HAR captures, curl commands, GraphQL schemas, and prose documentation into a verified, runnable mockstar mock server without fabricating endpoints. ## Core Features & Use Cases - Multi-format intake: Accepts OpenAPI 3.x, Postman v2.1, HAR 1.2, curl files, GraphQL SDL/introspection, and Markdown/PDF/DOCX/URL docs, normalizing everything into one Endpoint Inventory. - Full-fidelity generation: Uses native mockstar import for OpenAPI, hand-authors other formats, and infers scenarios, dynamic TypeScript handlers, and webhooks with provider-fidelity signing (GitHub, Stripe, Slack, Shopify, Razorpay). - Verified output: Boots the generated server and smoke-tests every route, then emits a coverage report tagging each mock with provenance and confidence, flagging speculative inferences and documented-but-unmocked gaps. - Use Case: You captured a third-party API's traffic as a HAR file and have its OpenAPI spec. Run the Skill to produce a mockstar project with realistic responses, boot it locally, and point your app at the mock for offline development. ## Quick Start Ask the agent to generate a mockstar mock server into ./my-mock from your api.yaml spec and any accompanying documentation files.