Skip to content
Skillv1.0.0

Model

Billing Persistence Model Guidelines

by alexindima(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from alexindima/food-diary (Modules/Billing/Infrastructure/Model/AGENTS.md). Install upstream with npx skills add alexindima/food-diary --skill Model. Copyright stays with the author.

Billing Persistence Model Guidelines

  • Own Billing EF configurations and explicit model-builder registration.
  • Preserve table, column, key, index and relationship identity exactly.
  • Keep the shared DbContext, historical migrations and snapshot central.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/alexindima-food-diary-model/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

alexindima-food-diary-model.ocm.jsonjson
{
  "ocm": "1",
  "id": "alexindima-food-diary-model",
  "kind": "skill",
  "name": "Model",
  "description": "Billing Persistence Model Guidelines",
  "publisher": "alexindima",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Billing Persistence Model Guidelines"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/alexindima/food-diary",
      "path": "Modules/Billing/Infrastructure/Model/AGENTS.md",
      "ref": "cac2cc87722cb077c6f534446b5c3fc1a2fad959",
      "url": "https://github.com/alexindima/food-diary/blob/cac2cc87722cb077c6f534446b5c3fc1a2fad959/Modules/Billing/Infrastructure/Model/AGENTS.md",
      "key": "alexindima/food-diary/Modules/Billing/Infrastructure/Model/AGENTS.md"
    }
  },
  "instructions": "# Billing Persistence Model Guidelines\n\n- Own Billing EF configurations and explicit model-builder registration.\n- Preserve table, column, key, index and relationship identity exactly.\n- Keep the shared DbContext, historical migrations and snapshot central.",
  "cost": {
    "context_tokens": 64
  }
}

Fetch it by URL: GET /api/v1/registry/alexindima-food-diary-model/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.