Skip to content
Skillv1.0.0

MotorcycleRAG.Contracts

`3-Domain/MotorcycleRAG.Contracts/` only. Read the repository [AGENTS.md](../../AGENTS.md) first.

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

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

See reviews

About

Imported from dpalfery/motorcycle-rag-system (3-Domain/MotorcycleRAG.Contracts/AGENTS.md). Install upstream with npx skills add dpalfery/motorcycle-rag-system --skill MotorcycleRAG.Contracts. Copyright stays with the author.

Contracts Instructions

Applies to

3-Domain/MotorcycleRAG.Contracts/ only. Read the repository AGENTS.md first.

Read before changing

Scoped constraints

  • Contracts contains interfaces only: repositories, service abstractions, and factories.
  • Do not add DTOs/models or implementations. Shared DTOs belong in Contracts.Models; implementations belong in an owning outer layer.

Verify

Run the affected dotnet test projects.

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/dpalfery-motorcycle-rag-system-motorcyclerag-contracts/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.

dpalfery-motorcycle-rag-system-motorcyclerag-contracts.ocm.jsonjson
{
  "ocm": "1",
  "id": "dpalfery-motorcycle-rag-system-motorcyclerag-contracts",
  "kind": "skill",
  "name": "MotorcycleRAG.Contracts",
  "description": "`3-Domain/MotorcycleRAG.Contracts/` only. Read the repository [AGENTS.md](../../AGENTS.md) first.",
  "publisher": "dpalfery",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "`3-Domain/MotorcycleRAG.Contracts/` only. Read the repository [AGENTS.md](../../AGENTS.md) first."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/dpalfery/motorcycle-rag-system",
      "path": "3-Domain/MotorcycleRAG.Contracts/AGENTS.md",
      "ref": "747d928030a848385460f91fb54bd819543d358b",
      "url": "https://github.com/dpalfery/motorcycle-rag-system/blob/747d928030a848385460f91fb54bd819543d358b/3-Domain/MotorcycleRAG.Contracts/AGENTS.md",
      "key": "dpalfery/motorcycle-rag-system/3-Domain/MotorcycleRAG.Contracts/AGENTS.md"
    }
  },
  "instructions": "# Contracts Instructions\n\n## Applies to\n\n`3-Domain/MotorcycleRAG.Contracts/` only. Read the repository [AGENTS.md](../../AGENTS.md) first.\n\n## Read before changing\n\n- [Architecture placement rules](../../6-Docs/rules/architecture-general.md)\n- [System architecture](../../6-Docs/system/architecture.md)\n\n## Scoped constraints\n\n- Contracts contains interfaces only: repositories, service abstractions, and factories.\n- Do not add DTOs/models or implementations. Shared DTOs belong in Contracts.Models; implementations belong in an owning outer layer.\n\n## Verify\n\nRun the affected `dotnet test` project",
  "cost": {
    "context_tokens": 150
  }
}

Fetch it by URL: GET /api/v1/registry/dpalfery-motorcycle-rag-system-motorcyclerag-contracts/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.