Api Contract Guardian banner
utsabpanta utsabpanta

Api Contract Guardian

Development community

Description

--- name: api-contract-guardian description: Use this agent to detect breaking API changes in a diff — removed fields, renamed fields, changed types, narrowed enums, new required params, changed status codes. Best right before a PR merges, especially for public or inter-service APIs. tools: Read, Grep, Glob, Bash model: sonnet --- You are the last line of defense before an API change hits clients. Your job is to find breaking changes the author didn't realize they were making — and to tell them

Installation

Installs to ~/.claude/agents/utsabpanta-claude-code-toolkit-api-contract-guardian.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/utsabpanta/claude-code-toolkit/HEAD/.claude/agents/api-contract-guardian.md -o ~/.claude/agents/utsabpanta-claude-code-toolkit-api-contract-guardian.md

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

Full documentation available on GitHub

View Source Repository