agentskills.codes
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.zip

Installs 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:

  1. Call mcp_milens_impact({target: "<symbol>", repo: "<workspaceRoot>"}) — check blast radius
  2. If depth-1 dependents > 5 → STOP and warn before proceeding
  3. Call mcp_milens_context({name: "<symbol>", repo: "<workspaceRoot>"}) — see all callers/callees

Before committing changes in this area:

  1. Call mcp_milens_detect_changes({repo: "<workspaceRoot>"}) — verify scope
  2. If unexpected files changed → STOP and report

Key tools for this area:

TaskTool
Find all referencesmcp_milens_context
Check edit safetymcp_milens_edit_check
Text search across filesmcp_milens_grep
See file symbolsmcp_milens_get_file_symbols

Overview

Contains 23 symbols (7 exported) across 2 files.

Key Symbols

  • Orchestrator [class] (src/orchestrator/orchestrator.ts:46) — 6 refs
  • OrchestratorReport [interface] (src/orchestrator/reporter.ts:4) — 5 refs
  • formatReport [function] (src/orchestrator/reporter.ts:17) — 4 refs
  • OrchestratorConfig [interface] (src/orchestrator/orchestrator.ts:20) — 2 refs
  • ImpactSnapshot [interface] (src/orchestrator/orchestrator.ts:28) — 2 refs
  • ReportOptions [interface] (src/orchestrator/reporter.ts:13) — 2 refs
  • ImpactDiff [interface] (src/orchestrator/orchestrator.ts:35) — 1 refs

Entry Points

  • Orchestrator [class] — 6 incoming references
  • OrchestratorReport [interface] — 5 incoming references
  • formatReport [function] — 4 incoming references
  • snapshot [method] — 3 incoming references
  • run [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

Search skills

Search the agent skills registry