dmbijan-busytap-backend-instructions.ocm.json json Copy{
"ocm": "1",
"id": "dmbijan-busytap-backend-instructions",
"kind": "skill",
"name": "backend",
"description": "Use when working on BusyTap backend APIs, Firebase Functions, Laravel server code, route contracts, validation, auth, booking logic, payment logic, and provider matching.",
"publisher": "dmbijan",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"travel"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when working on BusyTap backend APIs, Firebase Functions, Laravel server code, route contracts, validation, auth, booking logic, payment logic, and provider matching."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/dmbijan/BusyTap",
"path": ".github/instructions/backend.instructions.md",
"ref": "a5d43ead35bdcf7377fc36251e360dfe563b7c45",
"url": "https://github.com/dmbijan/BusyTap/blob/a5d43ead35bdcf7377fc36251e360dfe563b7c45/.github/instructions/backend.instructions.md",
"key": "dmbijan/BusyTap/.github/instructions/backend.instructions.md"
},
"applies_to": [
"FirebaseBackend/functions/src/**/*.ts",
"AdminPanel/Admin panel new install V3.0/app/**/*.php",
"AdminPanel/Admin panel new install V3.0/routes/**/*.php",
"AdminPanel/Admin panel new install V3.0/config/**/*.php"
]
},
"instructions": "# Backend Guidelines\n\n- Keep business rules out of purely presentational layers.\n- Validate request bodies, params, and query values on the server.\n- Enforce authorization server-side for customer, provider, admin, and super admin surfaces.\n- Prefer additive, compatibility-preserving API changes when clients already depend on existing contracts.\n- Use idempotent handling for retries, especially in payment, booking, and notification flows.\n- Fix integration mismatches at the contract boundary when possible.\n- Do not weaken validation or bypass checks to make a flow appear to work.",
"cost": {
"context_tokens": 146
}
}