Skip to content
Skillv1.0.0

orchestrator

Multi-agent workflow coordination and task delegation

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

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

See reviews

About

Imported from Postalocity/template-microsite (.opencode/skills/orchestrator/SKILL.md). Install upstream with npx skills add Postalocity/template-microsite --skill orchestrator. Copyright stays with the author.

Orchestrator Skill

Multi-agent workflow coordination and task delegation.

Tools Available

  • task_coordination: Task coordination
  • agent_delegation: Agent delegation
  • workflow_management: Workflow management

Usage

This skill provides orchestration capabilities for orchestrator functionality.

Integration

Activated when orchestration capabilities are requested through the skills system.

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/postalocity-template-microsite-orchestrator/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.

postalocity-template-microsite-orchestrator.ocm.jsonjson
{
  "ocm": "1",
  "id": "postalocity-template-microsite-orchestrator",
  "kind": "skill",
  "name": "orchestrator",
  "description": "Multi-agent workflow coordination and task delegation",
  "publisher": "Postalocity",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "orchestration",
      "orchestrator",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Multi-agent workflow coordination and task delegation"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/Postalocity/template-microsite",
      "path": ".opencode/skills/orchestrator/SKILL.md",
      "ref": "a929541f6f1be164b7ae9220b61576fafd91a30b",
      "url": "https://github.com/Postalocity/template-microsite/blob/a929541f6f1be164b7ae9220b61576fafd91a30b/.opencode/skills/orchestrator/SKILL.md",
      "key": "Postalocity/template-microsite/.opencode/skills/orchestrator/SKILL.md"
    }
  },
  "instructions": "# Orchestrator Skill\n\nMulti-agent workflow coordination and task delegation.\n\n## Tools Available\n\n- **task_coordination**: Task coordination\n- **agent_delegation**: Agent delegation\n- **workflow_management**: Workflow management\n\n## Usage\n\nThis skill provides orchestration capabilities for orchestrator functionality.\n\n## Integration\n\nActivated when orchestration capabilities are requested through the skills system.",
  "cost": {
    "context_tokens": 104
  }
}

Fetch it by URL: GET /api/v1/registry/postalocity-template-microsite-orchestrator/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.

orchestrator - Skill - OpenSmartRoute