generating-api-contracts

|

Content Preview
---
name: generating-api-contracts
description: |
  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".
  
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:contract-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Gen
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generating-api-contracts.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-contract-generator/skills/generating-api-contracts/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/api-development/api-contract-generator/skills/generating-api-contracts/SKILL.md

Related Skills