Commit Graph

10 Commits

Author SHA1 Message Date
Sterling Chin
1b8f346c30 chore: add LICENSE, cross-links, and repo topics
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-09 15:48:55 -07:00
Sterling Chin
0714280351 update alt text for gifs 2026-02-20 12:04:47 -08:00
Sterling Chin
0cc6ed0dc4 add gifs and assets to the README 2026-02-20 11:58:33 -08:00
quintonwall
030901a936 cleaned up readme 2026-02-19 13:16:42 -08:00
Sterling Chin
680dcd027c fix: update install instructions for pre-marketplace use
Plugin isn't in the marketplace yet. Installation is via git clone
and --plugin-dir flag. Removed redundant Development section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 18:06:48 -08:00
Sterling Chin
0d95ce0f30 fix: match renamed repo (postman-claude-code-plugin)
GitHub renamed the repo from postman-plugin to
postman-claude-code-plugin. Updated all references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 18:04:04 -08:00
Sterling Chin
c9159b6309 fix: update repo URL to Postman-Devrel/postman-plugin
Plugin lives in DevRel org for now, not postmanlabs. Updated
plugin.json repository field and README install command.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 18:03:50 -08:00
Sterling Chin
d8674ba35d docs: rewrite README for v1 plugin launch
Complete rewrite covering installation, quick start, all 8 commands,
auto-routing, readiness analyzer overview, requirements, development
instructions, and how the MCP auto-config works.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 17:55:41 -08:00
Sterling Chin
7fdfac1a86 feat: integrate Learning Center MCP for documentation intelligence
- Add postman-docs MCP server to plugin.json (v1.1.0)
- Update command instructions to use docs MCP for "how do I" questions
- Update README with documentation intelligence section
- Plugin now combines operations (scripts) + knowledge (docs MCP)

This turns AI into a true Postman expert that can both execute
and explain. Jon Konrath's Learning Center MCP endpoint:
https://learning.postman.com/_mcp/server

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 11:40:23 -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