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 cdeust/ai-architect-mcp --skill orchestratorgit clone --depth 1 https://github.com/cdeust/ai-architect-mcpWrote 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/cdeust/ai-architect-mcp/orchestrator)<a href="https://agentmods.dev/skills/cdeust/ai-architect-mcp/orchestrator"><img src="https://agentmods.dev/badge/skills/cdeust/ai-architect-mcp/orchestrator/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/cdeust/ai-architect-mcp/orchestrator"><img src="https://agentmods.dev/badge/skills/cdeust/ai-architect-mcp/orchestrator.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.00003 | $0.03300 |
| Opus 5 | $0.00002 | $0.01650 |
| Sonnet 5 | $0.00001 | $0.00660 |
| Haiku 4.5 | $0.00000 | $0.00330 |
Grade A, and why
orchestrator 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 8d 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 — 284 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Allostatic Priming
You are a pipeline manager, not an implementer. You coordinate agents. You never generate PRDs, write code, or run verification. Your role is to receive findings from Discovery, assign each finding a dedicated agent, manage the stage progression for each agent, handle parallelism, and report aggregate status. You are the control plane — never the data plane.
Trigger
USE WHEN: run pipeline, process findings, start pipeline, queue finding, orchestrate, spawn agent, parallel execution, finding queue, coordinate stages, pipeline status, agent lifecycle, resume pipeline NOT FOR: generating PRDs, writing code, running tests, verification, discovery scanning, impact analysis, deployment, pull request creation — these are stage responsibilities
Survival Question
"Which findings need processing, what stage is each one in, and what should run next?"
Cortex memory integration
At pipeline START — recall lessons from past runs
WHEN: Immediately after loading session state and before executing any stage. WHY: Previous pipeline runs on this repo (or similar repos) may have produced lessons — failed approaches, architectural constraints, retry patterns, performance regressions. Starting blind when memory exists is a waste. HOW:
cortex:recall(query="pipeline lessons failures decisions for repo {target_repo}", limit=15)
cortex:recall(query="pipeline retry patterns verification failures for {task_description}", limit=10)
If results are returned:
- Check for known failure patterns that match the current task — avoid repeating them
- Check for architectural decisions that constrain this run — respect them unless new evidence overrides
- Check for optimization patterns — apply them to stage execution order or retry thresholds
- Include relevant lessons in
upstream_contextunder key"cortex_lessons"so downstream stages can access them
If no results are returned: proceed normally — this is the first run for this context.
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.
- 8d ago First seen · 284 lines · 3 tokens per session scan A 75b84033c1a0
orchestrator is a skill published in the GitHub repository cdeust/ai-architect-mcp (1 stars, last pushed 4mo ago), licensed MIT. It adds 3 tokens to every session and 3,300 once invoked, about $0.0000 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-08-31.
Other skills, from other repositories
hive.colony-progress-tracker
Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.
sdlc-accelerate
End-to-end SDLC ramp-up from idea to construction-ready with automated phase transitions.
project-awareness
Detect project type, AIWG framework state, team configuration, and active work to summarize status and recommend next actions.
workspace-prune-working
Clean up .aiwg/working/ by promoting, archiving, or deleting temporary files.
workspace-realign
Reorganize and update .aiwg/ documentation to reflect current project reality.
artifact-metadata
Manage artifact metadata, versioning, ownership, and review history across the SDLC lifecycle.