davicotting-viu-fez-api-stack-instructions.ocm.json json Copy{
"ocm": "1",
"id": "davicotting-viu-fez-api-stack-instructions",
"kind": "skill",
"name": "stack",
"description": "Stack",
"publisher": "davicotting",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Stack"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/davicotting/viu-fez-api",
"path": ".github/instructions/stack.instructions.md",
"ref": "9a0526d0781bd1443ed17cd3880381ea5ff8109f",
"url": "https://github.com/davicotting/viu-fez-api/blob/9a0526d0781bd1443ed17cd3880381ea5ff8109f/.github/instructions/stack.instructions.md",
"key": "davicotting/viu-fez-api/.github/instructions/stack.instructions.md"
},
"applies_to": "**"
},
"instructions": "# Stack\n\n- **Framework**: NestJS 11, TypeScript strict\n- **Database**: PostgreSQL\n- **ORM**: Prisma 7 with `@prisma/adapter-pg`\n- **Auth**: `better-auth` + `@thallesp/nestjs-better-auth`\n\n## Environment variables\n\n| Variable | Description |\n|----------------------|------------------------------------|\n| `DATABASE_URL` | PostgreSQL connection string |\n| `BETTER_AUTH_SECRET` | Secret key for better-auth |\n| `BETTER_AUTH_URL` | Public base URL of the API |",
"cost": {
"context_tokens": 130
}
}