What problem does it solve? Keeping a Postman collection in sync with an evolving API is tedious manual work: routes change, request schemas drift, and the collection silently goes stale. This Skill discovers HTTP endpoints and their request contracts directly from source code and builds or updates the collection and environment files automatically. ## Core Features & Use Cases - Endpoint Discovery: Detects routing across frameworks (Express, Fastify, NestJS, Gin, Spring, FastAPI, Rails, ASP.NET) and infrastructure manifests (serverless.yml, API Gateway), excluding non-HTTP triggers like queues and cron jobs. - Request Contract Extraction: Reads validation schemas and DTOs (Zod, Joi, Pydantic, class-validator, Go structs) to build accurate path params, query params, headers, and example JSON bodies with type-appropriate values. - Collection & Environment Sync: Emits a Postman Collection Format v2.1.0 file grouped by resource folders plus per-environment JSON files using {{baseUrl}} variables, then reports added, updated, and removed endpoints. - Use Case: After refactoring your Express API routes and Zod schemas, run this Skill to regenerate the collection so your team always tests against the real request contracts. ## Quick Start Ask the agent to generate or update a Postman collection from this repository's HTTP endpoints and save it with a Local environment file.