Skip to content
Skillv1.0.0

customer

repository.customer

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

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

See reviews

About

Imported from dopsonbr/reactive-test (apps/cart-service/src/main/java/org/example/cart/repository/customer/AGENTS.md). Install upstream with npx skills add dopsonbr/reactive-test --skill customer. Copyright stays with the author.

repository.customer

Boundaries

none

Conventions

  • All HTTP calls are decorated with ReactiveResilience
  • 404 responses on validation return false, not errors

Warnings

  • Customer-service must be available; circuit breaker will open after threshold

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/dopsonbr-reactive-test-customer/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.

dopsonbr-reactive-test-customer.ocm.jsonjson
{
  "ocm": "1",
  "id": "dopsonbr-reactive-test-customer",
  "kind": "skill",
  "name": "customer",
  "description": "repository.customer",
  "publisher": "dopsonbr",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "customer_support"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "repository.customer"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/dopsonbr/reactive-test",
      "path": "apps/cart-service/src/main/java/org/example/cart/repository/customer/AGENTS.md",
      "ref": "37ee9bd3a680bc370870e8129de70dee64fbf5b4",
      "url": "https://github.com/dopsonbr/reactive-test/blob/37ee9bd3a680bc370870e8129de70dee64fbf5b4/apps/cart-service/src/main/java/org/example/cart/repository/customer/AGENTS.md",
      "key": "dopsonbr/reactive-test/apps/cart-service/src/main/java/org/example/cart/repository/customer/AGENTS.md"
    }
  },
  "instructions": "# repository.customer\n\n## Boundaries\nnone\n\n## Conventions\n- All HTTP calls are decorated with ReactiveResilience\n- 404 responses on validation return false, not errors\n\n## Warnings\n- Customer-service must be available; circuit breaker will open after threshold",
  "cost": {
    "context_tokens": 65
  }
}

Fetch it by URL: GET /api/v1/registry/dopsonbr-reactive-test-customer/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.

customer - Skill - OpenSmartRoute