Api contract
Skill YouRen1320/agent-project-kit/.agents/skills/api-contract
Reusable repository guidance, workflows, runbooks, and skills for people, Codex, and Claude Code.
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.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
0.9 KB, 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.