Skip to content
Skillv1.0.0

effect

When adding a Workspace-scoped Effect Consumer, keep `(Scope, Consumer)` Target pairing convergent in both directions: pair a new Consumer with existing Workspaces immediately, and let the level-trigg

by ora-space(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from ora-space/desktop (crates/effect/AGENTS.md). Install upstream with npx skills add ora-space/desktop --skill effect. Copyright stays with the author.

  • When adding a Workspace-scoped Effect Consumer, keep (Scope, Consumer) Target pairing convergent in both directions: pair a new Consumer with existing Workspaces immediately, and let the level-triggered worker pair existing Consumers with every new Workspace. Put every Consumer declaration in the single snapshot read by that convergence pass (currently PluginApi::agent_effect_declarations) so a successful zero-Target wakeup cannot hide an unpaired Workspace.

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/ora-space-desktop-effect/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.

ora-space-desktop-effect.ocm.jsonjson
{
  "ocm": "1",
  "id": "ora-space-desktop-effect",
  "kind": "skill",
  "name": "effect",
  "description": "When adding a Workspace-scoped Effect Consumer, keep `(Scope, Consumer)` Target pairing convergent in both directions: pair a new Consumer with existing Workspaces immediately, and let the level-triggered worker pair existing Consumers with every new Workspace. Put every Consumer declaration in the single snapshot read by that convergence pass (currently `PluginApi::agent_effect_declarations`) so a successful zero-Target wakeup cannot hide an unpaired Workspace.",
  "publisher": "ora-space",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "When adding a Workspace-scoped Effect Consumer, keep `(Scope, Consumer)` Target pairing convergent in both directions: pair a new Consumer with existing Workspaces immediately, and let the level-triggered worker pair existing Consumers with every new Workspace. Put every Consumer declaration in the single snapshot read by that convergence pass (currently `PluginApi::agent_effect_declarations`) so a successful zero-Target wakeup cannot hide an unpaired Workspace."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ora-space/desktop",
      "path": "crates/effect/AGENTS.md",
      "ref": "0309cc6bfa6e30f56cb16ffdf0e3abca77728e10",
      "url": "https://github.com/ora-space/desktop/blob/0309cc6bfa6e30f56cb16ffdf0e3abca77728e10/crates/effect/AGENTS.md",
      "key": "ora-space/desktop/crates/effect/AGENTS.md"
    }
  },
  "instructions": "- When adding a Workspace-scoped Effect Consumer, keep `(Scope, Consumer)` Target pairing convergent in both directions: pair a new Consumer with existing Workspaces immediately, and let the level-triggered worker pair existing Consumers with every new Workspace. Put every Consumer declaration in the single snapshot read by that convergence pass (currently `PluginApi::agent_effect_declarations`) so a successful zero-Target wakeup cannot hide an unpaired Workspace.",
  "cost": {
    "context_tokens": 117
  }
}

Fetch it by URL: GET /api/v1/registry/ora-space-desktop-effect/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.