OR
orchestrator
orchestrator — an agent skill by fuze210699.
Install
mkdir -p .claude/skills/orchestrator-fuze210699 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17181" && unzip -o skill.zip -d .claude/skills/orchestrator-fuze210699 && rm skill.zipInstalls to .claude/skills/orchestrator-fuze210699
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
orchestrator — an agent skill by fuze210699.44 chars · catalog descriptionno explicit “when” trigger
About this skill
Orchestrator
Working with this area
When working with code in orchestrator/, follow these mandatory safety rules:
Before editing any symbol in this area:
- Call
mcp_milens_impact({target: "<symbol>", repo: "<workspaceRoot>"})— check blast radius - If depth-1 dependents > 5 → STOP and warn before proceeding
- Call
mcp_milens_context({name: "<symbol>", repo: "<workspaceRoot>"})— see all callers/callees
Before committing changes in this area:
- Call
mcp_milens_detect_changes({repo: "<workspaceRoot>"})— verify scope - If unexpected files changed → STOP and report
Key tools for this area:
| Task | Tool |
|---|---|
| Find all references | mcp_milens_context |
| Check edit safety | mcp_milens_edit_check |
| Text search across files | mcp_milens_grep |
| See file symbols | mcp_milens_get_file_symbols |
Overview
Contains 23 symbols (7 exported) across 2 files.
Key Symbols
Orchestrator[class] (src/orchestrator/orchestrator.ts:46) — 6 refsOrchestratorReport[interface] (src/orchestrator/reporter.ts:4) — 5 refsformatReport[function] (src/orchestrator/reporter.ts:17) — 4 refsOrchestratorConfig[interface] (src/orchestrator/orchestrator.ts:20) — 2 refsImpactSnapshot[interface] (src/orchestrator/orchestrator.ts:28) — 2 refsReportOptions[interface] (src/orchestrator/reporter.ts:13) — 2 refsImpactDiff[interface] (src/orchestrator/orchestrator.ts:35) — 1 refs
Entry Points
Orchestrator[class] — 6 incoming referencesOrchestratorReport[interface] — 5 incoming referencesformatReport[function] — 4 incoming referencessnapshot[method] — 3 incoming referencesrun[method] — 3 incoming references
Dependencies
- store:
Database,findSymbolByName,findUpstream,getTestCoverageGaps,findDeadCode - analyzer:
reviewPr,ReviewResult,SymbolRisk - root:
CodeSymbol
Used By
- root:
Orchestrator,subscribe,runAndFormat - server:
Orchestrator,loadSnapshots,snapshot,persistSnapshots,compare,runAndFormat - test:
Orchestrator,formatReport,OrchestratorReport,subscribe,run,snapshot,compare,cancel(+3 more)
Files
- src/orchestrator/orchestrator.ts
- src/orchestrator/reporter.ts