postman-collection-generator

Installation
SKILL.md

Postman Collection Generator

Generate importable Postman collections from your API codebase automatically.

Core Workflow

  1. Scan routes: Find all API route definitions in the codebase
  2. Extract metadata: Methods, paths, params, request bodies, headers
  3. Organize endpoints: Group by resource or folder structure
  4. Generate collection: Create Postman Collection v2.1 JSON
  5. Add examples: Include request/response examples
  6. Configure variables: Environment variables for base URL, auth tokens

Supported Frameworks

Framework Route Pattern Detection
Express app.get(), router.post() Method chaining on app/router
Next.js app/api/**/route.ts File-based routing
Related skills

More from patricio0312rev/skills

Installs
368
GitHub Stars
38
First Seen
Jan 24, 2026