一键导入
mori-multi-agent
Orchestrate Mori-led multi-agent work across Hermes, Codex, Claude Code, Grok/headless, and agy for research/code/report workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate Mori-led multi-agent work across Hermes, Codex, Claude Code, Grok/headless, and agy for research/code/report workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Produce Mermaid diagrams styled with my dark theme — a #171717 canvas, light hairline borders, and a fixed categorical palette via classDef. Use whenever I ask for a Mermaid diagram, flowchart, sequence/state/ER/class diagram, an architecture/system diagram, a README diagram, or say "mermaid", "dark theme diagram", "다이어그램 그려줘", "머메이드", "아키텍처 다이어그램". Default to this dark theme unless I explicitly ask for the default/light Mermaid look. Always emit the `%%{init}%%` header and reuse the canonical classDef library for diagram grammars that support it.
Use Grok Build's current web_search/web_fetch tools as a bounded external-evidence layer inside coding, debugging, dependency evaluation, and autoresearch loops. Use for "Grok으로 검색해", fresh release/API/CVE evidence, recent community signal, or search-grounded hypotheses. Treat dedicated X corpus search as optional and only claim it when an installed MCP/tool explicitly provides it; never leak private repo data.
Automate Grok Build with current headless (-p/--single), JSON/streaming output, resumable sessions, bounded toolsets, permission rules, worktrees, and ACP. Use for "grok -p", CI/cron/batch reviews, unattended refactors, Grok as an engine, or custom ACP clients. Verify flags against the installed Grok docs and prefer explicit tool allowlists plus deny rules over unrestricted execution.
Execute a repository milestone from GOAL.md through parallel implementation, staged review, CI, PR merge, and GitHub milestone closure. Use when Aaron asks to start, deliver, or complete the next milestone.
Keep unrestricted/YOLO Orca and coding-agent execution fast while constraining destructive filesystem actions, secret exposure, external writes, and confidential data disclosure. Use whenever an agent runs with bypassed approvals or sandboxing, before rm/cleanup commands, infrastructure or remote writes, secret-bearing commands, force-push/history rewrites, or work in confidential repositories.
Use when building, reviewing, debugging, validating, or safely deploying n8n workflows with the czlonkowski/n8n-mcp MCP server. Trigger on requests like "n8n workflow 만들어줘", "n8n-mcp 연결", "n8n 노드 찾아줘", "n8n 자동화 설계", "n8n credential/workflow 관리", or any task where an agent needs n8n node docs, templates, workflow JSON validation, or n8n API management. Always prefer read-only documentation/search first, work on copied workflows before production edits, and validate before deploy.
| name | mori-multi-agent |
| description | Orchestrate Mori-led multi-agent work across Hermes, Codex, Claude Code, Grok/headless, and agy for research/code/report workflows. |
| version | 0.1.0 |
| author | Mori |
| license | MIT |
| metadata | {"hermes":{"tags":["multi-agent","orchestration","codex","claude-code","grok","agy","hermes","research"]}} |
Use this skill when Aaron asks Mori to coordinate multiple local agents or split a project across independent workstreams, especially for:
Default language with Aaron: casual Korean. Keep DeepFX/private repo data local and never paste secrets or proprietary details into external services unless explicitly approved.
Mori is the coordinator, not a worker swarm cheerleader.
Mori / Hermes coordinator
├─ delegate_task: quick planners, reviewers, auditors
├─ spawned Hermes: long-running isolated sub-coordinators
├─ Codex CLI: code implementation, tests, small refactors
├─ Claude Code: architecture review, large-codebase reasoning, deep critique
├─ Grok/headless: adversarial assumptions, external-angle critique, ideation
└─ agy: optional batch runner / workflow executor after capability check
Principle: planner → implementer → reviewer → verifier. Do not let the same agent be the only reviewer of its own work.
Before starting non-trivial multi-agent work:
git rev-parse --show-toplevel
git status --short
/cache/Workspace/ziwon/skills, follow AGENTS.md and run:
./scripts/link-agy-skills.sh
before editing/linking skills.delegate_task or needs a spawned CLI agent.delegate_task forPass complete context. Subagents have no memory of the current chat.
Pattern:
codex exec --full-auto "<task brief>" \
# run inside the target git repo, usually with pty=true
Always require:
- changed files
- commands/tests run
- git diff --stat
- risks / assumptions
Prefer print mode for one-shot review:
claude -p "Review this design/code. Do not edit files. Return risks, gaps, and test plan." --max-turns 5
Do not treat Grok output as verified fact. Use Mori/Claude/repo checks to verify.
Use self-contained prompts. Avoid recursive cron scheduling unless explicitly requested.
agy --help
Do not assume agy semantics without reading its help/docs.
Task:
<one-sentence objective>
Workdir:
<absolute path>
Scope:
<read-only | docs only | experiment code | production code>
Allowed:
- read files
- edit only <paths>
- run <tests/commands>
Forbidden:
- live trading or production side effects
- secret printing
- external disclosure
- unrelated file edits
- network calls unless explicitly allowed
Context:
<relevant findings, schema, file paths, hypotheses>
Output required:
- summary
- files changed
- commands/tests run
- git diff --stat
- risks/assumptions
- recommended next step
A reviewer must answer:
For DeepFX and trading research:
Use when testing same symbol/time or nearby-window conflicting Kronos signals.
discard_conflict: remove groups with both directions;strongest_abs_pred: keep max abs(predicted_bps);net_pred: only if predictions are calibrated/additive;conflict_as_feature: keep strongest plus conflict metadata.Important AFML principle: primary side must be well-defined before meta-labeling. If long/short conflict at the same (symbol, t0), raw rows should not be treated as two independent executable trades.
kronos_shadow_signal rows from decision_event.strategy-010101 ENTER/EXIT pairs.A multi-agent run is done only when Mori verifies: