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.
npx skills add mattmre/EVOKORE-MCP-PUBLIC --skill orchestration-frameworkgit clone --depth 1 https://github.com/mattmre/EVOKORE-MCP-PUBLICWrote 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.
[](https://agentmods.dev/skills/mattmre/evokore-mcp-public/orchestration-framework)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 constraintshandoff-protocol/PLAN.md- Objectives and success criteriahandoff-protocol/TASKS.md- Task queue and statushandoff-protocol/DEFINITION_OF_DONE.md- Task completion checklisthandoff-protocol/REVIEW_CAPTURE.md- Review capture templatehandoff-protocol/REVIEW_CHECKLIST.md- Review checklist with risk triggershandoff-protocol/SESSION_WRAP.md- End-of-session wrap templatehandoff-protocol/PRIORITIES.md- Rolling horizon prioritieshandoff-protocol/SPEC_FIRST_CHECKLIST.md- Pre-implementation scope checklisthandoff-protocol/AUTONOMY_BUDGET.md- Per-task autonomy boundarieshandoff-protocol/HARNESS_INITIALIZER.md- Session initialization protocolhandoff-protocol/PROGRESS_LOG_FORMAT.md- Progress log format and rotationhandoff-protocol/EVIDENCE_CAPTURE.md- Evidence capture templatehandoff-protocol/DECISIONS.md- Architecture decision loghandoff-protocol/ESCALATION_PATHS.md- Escalation decision guide
Policy Pack
policy-pack-v1/AGENTS.md- Agent behavior principlespolicy-pack-v1/ORCHESTRATION.md- Handoff protocol standardpolicy-pack-v1/EVIDENCE.md- Evidence requirementspolicy-pack-v1/RISK_TRIGGERS.md- Review trigger conditionspolicy-pack-v1/ACCEPTANCE_CHECKS.md- Acceptance checks per change typepolicy-pack-v1/PROMOTION_GUIDE.md- Asset promotion rules
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.
- aep-framework/evaluation-harness.md 15 KB
- aep-framework/phase-1-context-and-decisions.md 11 KB
- aep-framework/phase-planning.md 634 B
- aep-framework/SKILL.md 3.7 KB
- aep-framework/templates.md 2.7 KB
- aep-framework/templates/context-template.md 2.3 KB
- aep-framework/test-matrix.md 3.0 KB
- aep-framework/verification-log.md 1.7 KB
- aep-framework/workflow.md 6.6 KB
- agent-archetypes/AGT-013-loop-operator.json 3.5 KB
- agent-archetypes/AGT-014-security-sentinel.json 3.2 KB
- agent-archetypes/AGT-015-performance-engineer.json 2.6 KB
- agent-archetypes/AGT-016-memory-steward.json 2.6 KB
- agent-archetypes/AGT-017-quality-engineer.json 2.9 KB
- agent-archetypes/AGT-018-governance-gate.json 2.6 KB
- agent-archetypes/AGT-019-claims-coordinator.json 3.1 KB
- agent-archetypes/AGT-020-neural-optimizer.json 2.9 KB
- agent-archetypes/AGT-021-release-engineer.json 3.1 KB
- agent-archetypes/browser-agent.json 1.9 KB
- agent-archetypes/director.json 1.8 KB
- agent-archetypes/orchestrator.json 1.6 KB
- agent-archetypes/qa.json 1.7 KB
- agent-archetypes/researcher.json 1.8 KB
- agent-archetypes/SKILL.md 11 KB
- agent-archetypes/worker.json 1.9 KB
- coding-reference/SKILL.md 8.1 KB
- commands/agent-spawn/SKILL.md 1.8 KB
- commands/context-budget/SKILL.md 1.2 KB
- commands/fleet-status/SKILL.md 1.4 KB
- commands/handoff/SKILL.md 1.3 KB
- commands/orch-build-fix/SKILL.md 3.0 KB
- commands/orch-docs/SKILL.md 2.7 KB
- commands/orch-e2e/SKILL.md 2.9 KB
- commands/orch-handoff/SKILL.md 3.2 KB
- commands/orch-panel/SKILL.md 5.8 KB
- commands/orch-plan/SKILL.md 3.2 KB
- commands/orch-refactor/SKILL.md 3.3 KB
- commands/orch-research/SKILL.md 5.4 KB
- commands/orch-review/SKILL.md 3.4 KB
- commands/orch-status/SKILL.md 2.1 KB
- commands/orch-tasks/SKILL.md 2.6 KB
- commands/orch-tdd/refs/deep-modules.md 1.4 KB
- commands/orch-tdd/refs/interface-design.md 1.2 KB
- commands/orch-tdd/refs/mocking.md 2.0 KB
- commands/orch-tdd/refs/tests.md 2.1 KB
- commands/orch-tdd/SKILL.md 7.9 KB
- commands/orch-verify/SKILL.md 2.5 KB
- commands/pattern-learn/SKILL.md 1.8 KB
- commands/quality-gate/SKILL.md 1.1 KB
- commands/scope-lock/SKILL.md 2.3 KB
- commands/session-checkpoint/SKILL.md 1.7 KB
- commands/SKILL.md 3.1 KB
- commands/sparc-pipeline/SKILL.md 2.7 KB
- commands/sparc-spec/SKILL.md 2.8 KB
- commands/tdd/SKILL.md 1.3 KB
- commands/verify-quality/SKILL.md 1.4 KB
- commands/workflow-run/SKILL.md 1.7 KB
- cross-project-process-miner/SKILL.md 14 KB
- handoff-protocol/AUTONOMY_BUDGET.md 793 B
- handoff-protocol/DECISIONS.md 357 B
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.
- 6d ago First seen · 87 lines · 28 tokens per session scan A 209b29ed5b2f
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.
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.
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.
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.
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).
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).
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).