rinzler-vicky-agent-backend-instructions.ocm.json json Copy{
"ocm": "1",
"id": "rinzler-vicky-agent-backend-instructions",
"kind": "skill",
"name": "backend",
"description": "Backend path instructions",
"publisher": "rinzler-vicky",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Backend path instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/rinzler-vicky/agent",
"path": ".github/instructions/backend.instructions.md",
"ref": "b469368d1a8e8019ee5f63cbf6a3ddd7796f03fd",
"url": "https://github.com/rinzler-vicky/agent/blob/b469368d1a8e8019ee5f63cbf6a3ddd7796f03fd/.github/instructions/backend.instructions.md",
"key": "rinzler-vicky/agent/.github/instructions/backend.instructions.md"
},
"applies_to": "**/{api,server,backend,src}/**/*.{ts,tsx,js,jsx,py,go,rs,java,cs}"
},
"instructions": "# Backend path instructions\n\n- Keep route/controller code thin.\n- Validate all external inputs.\n- Keep domain logic in services/modules with unit tests.\n- Add or update migrations for schema changes.\n- Add integration tests for persistence, queues, workflow execution, and external adapters.\n- Document env vars and config defaults.\n- Ensure idempotency for retries and workflow tasks.\n- **Update `docs/wiki/Architecture-Overview.md`** when adding/changing modules, layers, or DB schema.\n- **Update `docs/wiki/Installation.md`** when adding/changing environment variables.\n- **Update `docs/wiki/Troub",
"cost": {
"context_tokens": 165
}
}