postman-convert
Installation
SKILL.md
Postman to Automated Tests Converter
I'll help you convert Postman collections into automated test suites, preserving environment variables, authentication, and test assertions.
Conversion Targets:
- Jest + Supertest: Node.js/Express API tests
- pytest + requests: Python API tests
- Go testing + net/http: Go API tests
- REST Assured: Java API tests
Token Optimization
This skill uses Postman-specific patterns to minimize token usage during conversion:
1. Collection Structure Caching (700 token savings)
Pattern: Cache parsed collection structure
- Store collection analysis in
.postman-conversion-cache(1 hour TTL) - Cache: requests, folders, auth config, environment vars
- Read cached structure on subsequent runs (50 tokens vs 750 tokens fresh)
Related skills
More from manastalukdar/claude-devstudio
duplication-detect
Find and eliminate code duplication with DRY refactoring strategies
20db-diagram
Generate database ER diagrams from schema for documentation
17lighthouse
Run Lighthouse audits and implement performance, accessibility, and SEO fixes
13session-resume
Resume previous work from archived session with full context restoration
12owasp-check
OWASP Top 10 vulnerability scanning and remediation
12database-connect
Database MCP server integration for PostgreSQL, MySQL, MongoDB
11