PetSwipe-Match-App: Skill for Codex

.agents/skills/backend-api-change/SKILL.md

backend-api-change is a skill for Codex from hoangsonww/PetSwipe-Match-App. It costs 49 tokens per session (208 once invoked), scanned A, original, MIT.

A workflow guide for changing the PetSwipe backend, the server-side part of its application. It covers web routes, database records, services, authentication, database migrations, and API documentation.

In plain words
What is it for?
Use it when changing PetSwipe API behavior or data flow. It guides impact checks and asks for suitable builds or tests before finishing.
Why use it?
It helps keep related backend pieces consistent when one change affects request handling, stored data, security, or published API documentation.

Skill for Codex

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

This is hoangsonww/PetSwipe-Match-App's own configuration. It tells Codex how to work on PetSwipe-Match-App itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything PetSwipe-Match-App configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hoangsonww/PetSwipe-Match-App. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hoangsonww/PetSwipe-Match-App/master/.agents/skills/backend-api-change/SKILL.md
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 backend-api-change

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangsonww/petswipe-match-app/backend-api-change/github.svg)](https://agentmods.dev/skills/hoangsonww/petswipe-match-app/backend-api-change)
Your own site
<a href="https://agentmods.dev/skills/hoangsonww/petswipe-match-app/backend-api-change"><img src="https://agentmods.dev/badge/skills/hoangsonww/petswipe-match-app/backend-api-change/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 backend-api-change

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangsonww/petswipe-match-app/backend-api-change"><img src="https://agentmods.dev/badge/skills/hoangsonww/petswipe-match-app/backend-api-change.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 208 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.00049 $0.00208
Opus 5 $0.00024 $0.00104
Sonnet 5 $0.00010 $0.00042
Haiku 4.5 $0.00005 $0.00021

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

Security

Grade A, and why

backend-api-change 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 10d 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.

.agents/skills/backend-api-change/SKILL.md · 24 lines

What it actually says

Use this skill for backend/API changes in PetSwipe.

Workflow

  1. Identify the route, controller, service, entity, and migration impact.
  2. Keep request and response behavior explicit.
  3. Check whether Swagger/OpenAPI exposure needs to change.
  4. Check whether health, readiness, or startup behavior is affected.
  5. Validate with build/tests appropriate to the touched area.

Repo-Specific Guidance

  • backend/src/app.ts is the central runtime and docs surface.
  • Health endpoints at /health and /ready matter for deployment.
  • Swagger is exposed at /api-docs.json and /docs.
  • Route/controller/service/entity drift is a common source of regressions.

Read references/api-checklist.md before finishing.

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. 10d ago First seen · 24 lines · 49 tokens per session scan A 9b4d2e328464

Subscribe to this mod's changes

backend-api-change is a skill published in the GitHub repository hoangsonww/PetSwipe-Match-App (25 stars, last pushed 2d ago), licensed MIT. It adds 49 tokens to every session and 208 once invoked, about $0.0002 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-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

database-rds-devops

Database-level data-plane diagnostics for Aurora MySQL and Aurora PostgreSQL. Executes predefined read-only health check queries via RDS Data API to analyze buffer pool, connections, locks, replication, storage, performance, and index efficiency. Requires the rds-aidba MCP server for database-internal access beyond…

aws/tools-for-devops-agent · 75 tokens

google-firebase-ninja

Master orchestrator for 18+ Firebase agent skills from official Google repositories. Use when working with Firebase, Firestore, Firebase Auth, Firebase Hosting, Cloud Functions, Firebase Extensions, or any Firebase backend task. Routes to the optimal specialized skill based on context. Triggers: Firebase, Firestore…

fabricioctelles/jump-skills · 98 tokens

firebase-app-platform

Build and operate apps on Firebase using Auth, Firestore, Cloud Functions, and Hosting. Use when building mobile/web backends with managed services, real-time data sync, or serverless APIs.

BagelHole/DevOps-Security-Agent-Skills · 43 tokens

crm-production-investigation-guidelines

Guidelines for investigating production incidents in the CRM application. Use when triaging any alert or incident involving the CRM REST API, SQS queues, Lambda functions, or Aurora DSQL database in this AWS account. Ensures thorough root cause analysis using AWS-native observability tools.

aws/tools-for-devops-agent · 62 tokens

convex-backend

Build reactive backends with Convex functions, schema validation, auth integration, and deployment workflows. Use when building real-time apps with type-safe server functions and automatic caching.

BagelHole/DevOps-Security-Agent-Skills · 39 tokens