Skip to content
Skillv1.0.0

head

Own global operational coordination: project commands, Tasks/Runs, events, Action Inbox, effects, resource coordination and composition of Trust/Memory/Agent ports.

by Andrey-Good(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from Andrey-Good/dennett-agent-orchestrator (services/head/AGENTS.md). Install upstream with npx skills add Andrey-Good/dennett-agent-orchestrator --skill head. Copyright stays with the author.

Dennett Head Runtime

Purpose

Own global operational coordination: project commands, Tasks/Runs, events, Action Inbox, effects, resource coordination and composition of Trust/Memory/Agent ports.

Rules

  • Read architecture volumes 80–83 and specification 50.
  • Do not import provider SDKs or desktop/mobile code.
  • Do not access memory persistence directly; use MemoryPort.
  • Do not dispatch consequential effects except through the Effect Bridge.
  • Restore durable state before accepting new work after restart.
  • A Head transition must verify explicit full eligibility, canonical data readiness and Authority Epoch fencing.

Tests

Unit/application tests with fake ports, process integration, restart/recovery and deterministic scenarios.

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/andrey-good-dennett-agent-orchestrator-head/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.

andrey-good-dennett-agent-orchestrator-head.ocm.jsonjson
{
  "ocm": "1",
  "id": "andrey-good-dennett-agent-orchestrator-head",
  "kind": "skill",
  "name": "head",
  "description": "Own global operational coordination: project commands, Tasks/Runs, events, Action Inbox, effects, resource coordination and composition of Trust/Memory/Agent ports.",
  "publisher": "Andrey-Good",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Own global operational coordination: project commands, Tasks/Runs, events, Action Inbox, effects, resource coordination and composition of Trust/Memory/Agent ports."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Andrey-Good/dennett-agent-orchestrator",
      "path": "services/head/AGENTS.md",
      "ref": "facebf814670c34c0b68e60de945893589af9816",
      "url": "https://github.com/Andrey-Good/dennett-agent-orchestrator/blob/facebf814670c34c0b68e60de945893589af9816/services/head/AGENTS.md",
      "key": "Andrey-Good/dennett-agent-orchestrator/services/head/AGENTS.md"
    }
  },
  "instructions": "# Dennett Head Runtime\n\n## Purpose\n\nOwn global operational coordination: project commands, Tasks/Runs, events, Action Inbox, effects, resource coordination and composition of Trust/Memory/Agent ports.\n\n## Rules\n\n- Read architecture volumes 80–83 and specification 50.\n- Do not import provider SDKs or desktop/mobile code.\n- Do not access memory persistence directly; use `MemoryPort`.\n- Do not dispatch consequential effects except through the Effect Bridge.\n- Restore durable state before accepting new work after restart.\n- A Head transition must verify explicit `full` eligibility, canonical data ",
  "cost": {
    "context_tokens": 189
  }
}

Fetch it by URL: GET /api/v1/registry/andrey-good-dennett-agent-orchestrator-head/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.