Api contract
Skill YouRen1320/agent-project-kit/.agents/skills/api-contract
Review and plan API contract changes across producers and consumers. Use for endpoint paths, methods, request or response fields, pagination, errors, uploads, status values, authentication context, or frontend/backend contract mismatches such as 404 and undefined fields.From its SKILL.md
npx -y skills add YouRen1320/agent-project-kit --skill api-contractAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 121 tokens by cl100k_base, as published. Nobody here has run it
API Contract
- Read
../../references/api-contract.mdcompletely. - Read
../../project/api-conventions.mdfor repository-specific conventions. - Identify every producer and consumer of the affected contract.
- Record the current and expected path, method, request, response, errors, authentication, idempotency, and compatibility behavior.
- For breaking contracts and cross-component changes, read
../../workflows/module-delivery.md, compare options, and wait for confirmation before implementation. - Verify producer and consumer tests or builds, then report unverified consumers explicitly.
What ships with it: 1 file
215 B alongside SKILL.md
agents/
- openai.yaml215 B