swagger-health-contracts

swagger-health-contracts is a skill for Codex from hoangsonww/PetSwipe-Match-App. It costs 50 tokens per session (140 once invoked), scanned A, original, MIT.

A backend workflow for checking health and readiness endpoints, Swagger/OpenAPI documentation, startup behavior, and runtime contracts in PetSwipe.

In plain words
What is it for?
Use it when changing backend startup code, health checks, readiness checks, API documentation endpoints, or other deployment-sensitive behavior.
Why use it?
It helps prevent deployment problems and keeps the documented API behavior aligned with what the server actually does.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it when changing backend startup code, health checks, readiness checks, API documentation endpoints, or other deployment-sensitive behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hoangsonww/petswipe-match-app/swagger-health-contracts
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hoangsonww/PetSwipe-Match-App --skill swagger-health-contracts
Clone the repo
git clone --depth 1 https://github.com/hoangsonww/PetSwipe-Match-App

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for swagger-health-contracts

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangsonww/petswipe-match-app/swagger-health-contracts/github.svg)](https://agentmods.dev/skills/hoangsonww/petswipe-match-app/swagger-health-contracts)
Your own site
<a href="https://agentmods.dev/skills/hoangsonww/petswipe-match-app/swagger-health-contracts"><img src="https://agentmods.dev/badge/skills/hoangsonww/petswipe-match-app/swagger-health-contracts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for swagger-health-contracts

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangsonww/petswipe-match-app/swagger-health-contracts"><img src="https://agentmods.dev/badge/skills/hoangsonww/petswipe-match-app/swagger-health-contracts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 140 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00140
Opus 5 $0.00025 $0.00070
Sonnet 5 $0.00010 $0.00028
Haiku 4.5 $0.00005 $0.00014

Measured 12d ago against content hash 94ca716f4dd1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

swagger-health-contracts scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

backend/.agents/skills/swagger-health-contracts/SKILL.md · 16 lines

What it actually says

Use this skill for backend runtime contract work.

Workflow

  1. Start from backend/src/app.ts and the touched runtime path.
  2. Check whether /health, /ready, /api-docs.json, or /docs behavior changes.
  3. Evaluate deployment and operator implications of the change.
  4. Keep API/runtime docs aligned with the real backend contract.

Read references/runtime-contract-checklist.md.

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 16 lines · 50 tokens per session scan A 94ca716f4dd1

Subscribe to this mod's changes

swagger-health-contracts is a skill published in the GitHub repository hoangsonww/PetSwipe-Match-App (26 stars, last pushed 4d ago), licensed MIT. It adds 50 tokens to every session and 140 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

django-drf

Django REST Framework patterns. Trigger: When implementing generic DRF APIs (ViewSets, serializers, routers, permissions, filtersets). For Prowler API specifics (RLS/RBAC/Providers), also use prowler-api.

prowler-cloud/prowler · 51 tokens

django-migration-psql

Reviews Django migration files for PostgreSQL best practices specific to Prowler. Trigger: When creating migrations, running makemigrations/pgmakemigrations, reviewing migration PRs, adding indexes or constraints to database tables, modifying existing migration files, or writing data backfill migrations. Always use…

prowler-cloud/prowler · 96 tokens

prowler-api

Prowler API patterns: RLS, RBAC, providers, Celery tasks. Trigger: When working in api/ on models/serializers/viewsets/filters/tasks involving tenant isolation (RLS), RBAC, or provider lifecycle.

prowler-cloud/prowler · 53 tokens

prowler-changelog

Manages changelog entries for Prowler components following keepachangelog.com format. Trigger: When creating PRs, adding changelog entries, or working with any CHANGELOG.md file in ui/, api/, mcpserver/, or prowler/.

prowler-cloud/prowler · 55 tokens

jsonapi

Strict JSON:API v1.1 specification compliance. Trigger: When creating or modifying API endpoints, reviewing API responses, or validating JSON:API compliance.

prowler-cloud/prowler · 34 tokens

prowler-test-api

Testing patterns for Prowler API: JSON:API, Celery tasks, RLS isolation, RBAC. Trigger: When writing tests for api/ (JSON:API requests/assertions, cross-tenant isolation, RBAC, Celery tasks, viewsets/serializers).

prowler-cloud/prowler · 62 tokens