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>
This commit is contained in:
Sterling Chin
2026-02-02 11:05:54 -08:00
commit ac62a974e3
29 changed files with 8470 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "postman-skill",
"version": "1.0.0",
"description": "Postman API lifecycle management for Claude Code. Manage collections, environments, monitors, mocks, and analyze APIs for agent-readiness.",
"author": "Sterling Chin",
"repository": "https://github.com/sterlingchin/postman-slash-command",
"license": "MIT",
"keywords": [
"postman",
"api",
"collections",
"testing",
"mocks",
"monitors",
"agent-ready",
"clara"
],
"components": {
"commands": ["postman"]
},
"dependencies": {
"python": ">=3.7"
}
}