Skip to content
Skillv1.0.0

loadbalance-strategies

Ban Policy presentation

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

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

See reviews

About

Imported from coachpo/prism (frontend/src/pages/loadbalance-strategies/AGENTS.md). Install upstream with npx skills add coachpo/prism --skill loadbalance-strategies. Copyright stays with the author.

Ban Policy presentation

  • Collection/read, CRUD/default mutations, and impact paging belong to the named owners under ../../features/loadbalance/. LoadbalanceStrategiesTable.tsx and DeleteLoadbalanceStrategyDialog.tsx render their state and invoke callbacks.
  • Preserve explicit default/built-in state and bound-model impact evidence. Deleting an attached/default strategy must expose the replacement or blocking decision supplied by the mutation owner.
  • StrategyPreviewTimeline.tsx and strategyValueBadges.tsx render retry/backoff values in operator units. Keep the explicit strategy fields in the feature schema; do not restore model-level cooldown/failover settings.

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/coachpo-prism-loadbalance-strategies/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.

coachpo-prism-loadbalance-strategies.ocm.jsonjson
{
  "ocm": "1",
  "id": "coachpo-prism-loadbalance-strategies",
  "kind": "skill",
  "name": "loadbalance-strategies",
  "description": "Ban Policy presentation",
  "publisher": "coachpo",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Ban Policy presentation"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/coachpo/prism",
      "path": "frontend/src/pages/loadbalance-strategies/AGENTS.md",
      "ref": "bb33a105202723c41ddd6505802043feac1da92c",
      "url": "https://github.com/coachpo/prism/blob/bb33a105202723c41ddd6505802043feac1da92c/frontend/src/pages/loadbalance-strategies/AGENTS.md",
      "key": "coachpo/prism/frontend/src/pages/loadbalance-strategies/AGENTS.md"
    }
  },
  "instructions": "# Ban Policy presentation\n\n- Collection/read, CRUD/default mutations, and impact paging belong to the named owners under `../../features/loadbalance/`. `LoadbalanceStrategiesTable.tsx` and `DeleteLoadbalanceStrategyDialog.tsx` render their state and invoke callbacks.\n- Preserve explicit default/built-in state and bound-model impact evidence. Deleting an attached/default strategy must expose the replacement or blocking decision supplied by the mutation owner.\n- `StrategyPreviewTimeline.tsx` and `strategyValueBadges.tsx` render retry/backoff values in operator units. Keep the explicit strategy f",
  "cost": {
    "context_tokens": 170
  }
}

Fetch it by URL: GET /api/v1/registry/coachpo-prism-loadbalance-strategies/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.