Commit Graph

5 Commits

Author SHA1 Message Date
nnandan-postman
709f9310e7 add postman cli workflow skills 2026-04-09 11:13:03 -07:00
Chirag Yaduwanshi
40b11ac346 Search Strategy update to utilise private network search (#1)
Search Strategy update to utilize private network search
2026-03-26 11:50:02 +05:30
Sterling Chin
9765f627e9 feat: add auto-loaded skills for routing, knowledge, and readiness
Three skills that load automatically to enhance Claude's behavior:
- postman-routing: intent-to-command routing table
- postman-knowledge: Postman concepts, tool selection, MCP limitations
- agent-ready-apis: agent-readiness concepts, scoring, 8 pillars reference

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 17:55:28 -08:00
Sterling Chin
7878040789 chore: remove legacy Python scaffolding
Drop all Python scripts, utilities, and dependencies. The plugin is now
pure MCP (no runtime dependencies). Old skills/knowledge directory replaced
by structured skills in next commits.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 17:55:10 -08:00
Sterling Chin
ac62a974e3 feat: Initial Postman plugin for Claude Code
- /postman slash command for API lifecycle management
- Collections, environments, monitors, mocks CRUD
- Clara integration for agent-readiness analysis
- Security auditing and code generation
- Knowledge base for agent-ready API patterns

Install with: /plugin install postman-skill

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 11:05:54 -08:00