hira-jun-wavetracker-backend-instructions.ocm.json json Copy{
"ocm": "1",
"id": "hira-jun-wavetracker-backend-instructions",
"kind": "skill",
"name": "backend",
"description": "Backend conventions for WaveTracker FastAPI code, validation, and storage abstraction.",
"publisher": "hira-jun",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Backend conventions for WaveTracker FastAPI code, validation, and storage abstraction."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/hira-jun/WaveTracker",
"path": ".github/instructions/backend.instructions.md",
"ref": "8d82f6d330c42e44238cb0dada28948c69c96db1",
"url": "https://github.com/hira-jun/WaveTracker/blob/8d82f6d330c42e44238cb0dada28948c69c96db1/.github/instructions/backend.instructions.md",
"key": "hira-jun/WaveTracker/.github/instructions/backend.instructions.md"
},
"applies_to": "backend/**"
},
"instructions": "# Backend Instructions\n\n- Use Python 3.11+.\n- Keep API routes in `backend/app/api/routes` and shared schemas in `backend/app/api/schemas`.\n- Validate all request/response bodies with Pydantic models.\n- Keep storage interactions behind interfaces so local and Azure adapters are swappable.\n- Prefer deterministic unit tests and avoid hidden side effects.",
"cost": {
"context_tokens": 88
}
}