← All plugins
api-contract-generator
v1.25.0Generate API contracts for consumer-driven contract testing
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-contract-generator/ inside the repository.
Layout
plugins/api-development/api-contract-generator/
├── .claude-plugin/plugin.json└── skills/generating-api-contracts/SKILL.md
Skills1
generating-api-contractsskills/generating-api-contracts/SKILL.md
Generate API contracts and OpenAPI specifications from code or design documents. Use when documenting API contracts and specifications. Trigger with phrases like "generate API contract", "create OpenAPI spec", or "document API contract".
Manifests1
plugins/api-development/api-contract-generator/.claude-plugin/plugin.json
{
"name": "api-contract-generator",
"version": "1.25.0",
"description": "Generate API contracts for consumer-driven contract testing",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"contract",
"pact",
"testing",
"microservices"
]
}