Skip to content
Skillv1.0.0

broker

Infra Broker AGENTS

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

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

See reviews

About

Imported from yoyuzh/my_site (backend-next/target/classes/com/yoyuzh/infra/broker/AGENTS.md). Install upstream with npx skills add yoyuzh/my_site --skill broker. Copyright stays with the author.

Infra Broker AGENTS

Responsibility

  • Messaging, pub/sub, broker abstractions, and broker adapters.

Prohibitions

  • No business event routing policy as final truth.
  • No module-specific orchestration logic.

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/yoyuzh-my-site-broker/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.

yoyuzh-my-site-broker.ocm.jsonjson
{
  "ocm": "1",
  "id": "yoyuzh-my-site-broker",
  "kind": "skill",
  "name": "broker",
  "description": "Infra Broker AGENTS",
  "publisher": "yoyuzh",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Infra Broker AGENTS"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/yoyuzh/my_site",
      "path": "backend-next/target/classes/com/yoyuzh/infra/broker/AGENTS.md",
      "ref": "4995ad52e2ce446873ca0607e28051956a974b9e",
      "url": "https://github.com/yoyuzh/my_site/blob/4995ad52e2ce446873ca0607e28051956a974b9e/backend-next/target/classes/com/yoyuzh/infra/broker/AGENTS.md",
      "key": "yoyuzh/my_site/backend-next/target/classes/com/yoyuzh/infra/broker/AGENTS.md"
    }
  },
  "instructions": "# Infra Broker AGENTS\n\n## Responsibility\n\n- Messaging, pub/sub, broker abstractions, and broker adapters.\n\n## Prohibitions\n\n- No business event routing policy as final truth.\n- No module-specific orchestration logic.",
  "cost": {
    "context_tokens": 54
  }
}

Fetch it by URL: GET /api/v1/registry/yoyuzh-my-site-broker/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.