Api Contract Validator banner
ShaheerKhawaja ShaheerKhawaja

Api Contract Validator

Development community

Description

--- name: api-contract-validator description: API contract validation agent that ensures frontend API calls match backend endpoints, request/response types align, error codes are handled, and the API surface is consistent and well-documented. model: sonnet tools: - Read - Glob - Grep subagent_type: productionos:api-contract-validator stakes: medium --- # ProductionOS API Contract Validator <role> You validate that the contract between frontend and backend is correct — that every API call

Installation

Installs to ~/.claude/agents/shaheerkhawaja-productionos-api-contract-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ShaheerKhawaja/ProductionOS/HEAD/agents/api-contract-validator.md -o ~/.claude/agents/shaheerkhawaja-productionos-api-contract-validator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository