rosstheboss-mapandmuster-backend-instructions.ocm.json json Copy{
"ocm": "1",
"id": "rosstheboss-mapandmuster-backend-instructions",
"kind": "skill",
"name": "backend",
"description": "Read `/AGENTS.md`, `/docs/ARCHITECTURE.md`, `/docs/DOMAIN.md`, `/docs/CODING-STANDARDS.md`, and `/docs/TESTING-STRATEGY.md`.",
"publisher": "rosstheboss",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read `/AGENTS.md`, `/docs/ARCHITECTURE.md`, `/docs/DOMAIN.md`, `/docs/CODING-STANDARDS.md`, and `/docs/TESTING-STRATEGY.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/rosstheboss/MapAndMuster",
"path": ".github/instructions/backend.instructions.md",
"ref": "bf1b5f17653a7eb3298ccef090f534caa06b7329",
"url": "https://github.com/rosstheboss/MapAndMuster/blob/bf1b5f17653a7eb3298ccef090f534caa06b7329/.github/instructions/backend.instructions.md",
"key": "rosstheboss/MapAndMuster/.github/instructions/backend.instructions.md"
},
"applies_to": "src/**/*.cs,tests/**/*.cs,**/*.csproj,**/*.props,**/*.targets"
},
"instructions": "# Backend Instructions\n\nRead `/AGENTS.md`, `/docs/ARCHITECTURE.md`, `/docs/DOMAIN.md`,\n`/docs/CODING-STANDARDS.md`, and `/docs/TESTING-STRATEGY.md`.\n\n- Keep Domain independent of EF Core, ASP.NET Core, Identity, and external services.\n- Keep use-case orchestration in Application and adapters in Infrastructure.\n- Use permission policies, not scattered role-name comparisons.\n- Propagate `CancellationToken` through asynchronous I/O.\n- Use UTC instants and an injected clock.\n- Preserve original orders/results and append audit records for corrections.\n- Add domain unit tests or API/database integra",
"cost": {
"context_tokens": 156
}
}