orchestration-framework

orchestration-framework is a skill for Claude Code, Codex from mattmre/EVOKORE-MCP-PUBLIC. It costs 28 tokens per session (1,057 once invoked), scanned A, original, MIT.

A framework for coordinating workflows that use multiple software agents. It defines how agents hand work to one another, how policies are applied, and how workflow settings are structured.

In plain words
What is it for?
Use it to design agent roles, manage handoffs between sessions, apply governance rules, and validate agent or workflow configuration.
Why use it?
It provides shared rules and records so multi-agent work does not depend on informal handoffs or scattered decisions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it to design agent roles, manage handoffs between sessions, apply governance rules, and validate agent or workflow configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mattmre/evokore-mcp-public/orchestration-framework
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mattmre/EVOKORE-MCP-PUBLIC --skill orchestration-framework
Clone the repo
git clone --depth 1 https://github.com/mattmre/EVOKORE-MCP-PUBLIC

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orchestration-framework

README.md
[![agentmods](https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/orchestration-framework/github.svg)](https://agentmods.dev/skills/mattmre/evokore-mcp-public/orchestration-framework)
Your own site
<a href="https://agentmods.dev/skills/mattmre/evokore-mcp-public/orchestration-framework"><img src="https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/orchestration-framework/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orchestration-framework

Your own site · 80×15
<a href="https://agentmods.dev/skills/mattmre/evokore-mcp-public/orchestration-framework"><img src="https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/orchestration-framework.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,057 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.01057
Opus 5 $0.00014 $0.00528
Sonnet 5 $0.00006 $0.00211
Haiku 4.5 $0.00003 $0.00106

Measured 6d ago against content hash 209b29ed5b2f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

orchestration-framework scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

SKILLS/ORCHESTRATION FRAMEWORK/SKILL.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orchestration Framework

This index connects the core orchestration system, AEP workflow, and reusable governance assets. Migrated from the Agent33 orchestration protocol and adapted for EVOKORE-MCP.

Model-Agnostic Principle

All guidance is written to be model-neutral. If a task requires a specific tool or model, document it in TASKS.

Sub-Skills

Skill Description
handoff-protocol/ Structured handoff protocol for multi-session orchestration
policy-pack-v1/ Agent behavior policies, evidence requirements, and modular rules
schemas/ JSON schemas for agents, workflows, and orchestrator configuration

Orchestration (Handoff Protocol)

  • handoff-protocol/STATUS.md - Runtime assumptions and constraints
  • handoff-protocol/PLAN.md - Objectives and success criteria
  • handoff-protocol/TASKS.md - Task queue and status
  • handoff-protocol/DEFINITION_OF_DONE.md - Task completion checklist
  • handoff-protocol/REVIEW_CAPTURE.md - Review capture template
  • handoff-protocol/REVIEW_CHECKLIST.md - Review checklist with risk triggers
  • handoff-protocol/SESSION_WRAP.md - End-of-session wrap template
  • handoff-protocol/PRIORITIES.md - Rolling horizon priorities
  • handoff-protocol/SPEC_FIRST_CHECKLIST.md - Pre-implementation scope checklist
  • handoff-protocol/AUTONOMY_BUDGET.md - Per-task autonomy boundaries
  • handoff-protocol/HARNESS_INITIALIZER.md - Session initialization protocol
  • handoff-protocol/PROGRESS_LOG_FORMAT.md - Progress log format and rotation
  • handoff-protocol/EVIDENCE_CAPTURE.md - Evidence capture template
  • handoff-protocol/DECISIONS.md - Architecture decision log
  • handoff-protocol/ESCALATION_PATHS.md - Escalation decision guide

Policy Pack

  • policy-pack-v1/AGENTS.md - Agent behavior principles
  • policy-pack-v1/ORCHESTRATION.md - Handoff protocol standard
  • policy-pack-v1/EVIDENCE.md - Evidence requirements
  • policy-pack-v1/RISK_TRIGGERS.md - Review trigger conditions
  • policy-pack-v1/ACCEPTANCE_CHECKS.md - Acceptance checks per change type
  • policy-pack-v1/PROMOTION_GUIDE.md - Asset promotion rules

Read the full file on GitHub · 87 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 87 lines · 28 tokens per session scan A 209b29ed5b2f

Subscribe to this mod's changes

orchestration-framework is a skill published in the GitHub repository mattmre/EVOKORE-MCP-PUBLIC (3 stars, last pushed 3mo ago), licensed MIT. It adds 28 tokens to every session and 1,057 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

law-of-similarity

Apply the Law of Similarity — shared colour, shape, or size signals that elements belong to one category. Use when signalling relationships across distance. For grouping by position, use law-of-proximity.

Owl-Listener/designer-skills · 47 tokens

law-of-common-region

Apply the Law of Common Region — a shared container, background, or border groups elements regardless of spacing. Use when grouping must survive a tight layout. For grouping by spacing alone, use law-of-proximity.

Owl-Listener/designer-skills · 48 tokens

presentation-deck

Structure a design presentation for a specific audience and decision. Use when presenting internally. For a portfolio narrative use case-study; for the written argument use design-rationale.

Owl-Listener/designer-skills · 39 tokens

accessibility-test-plan

Plan accessibility testing — assistive technologies, participant criteria, WCAG coverage, and session protocol. Use when scheduling testing with real AT users. Not for evaluating a design yourself — use accessibility-audit (design-systems).

Owl-Listener/designer-skills · 52 tokens

critique-visual-hierarchy

Critique a rendered screen's hierarchy — entry point, eye flow, weight distribution, and emphasis. Use when attention lands in the wrong place. For establishing hierarchy in new work, use visual-hierarchy (ui-design).

Owl-Listener/designer-skills · 53 tokens

version-control-strategy

Define version control for design files, components, and libraries — branching, naming, and release. Use when file history is chaotic. For design system contribution rules, use design-system-governance (design-systems).

Owl-Listener/designer-skills · 50 tokens