소스 정보
- 저장소
- applicate2628/Orchestrarium
- 최근 소스 활동
- 2026년 7월 16일 09:48
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/applicate2628/Orchestrarium --skill init-project명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | init-project |
| description | Project init: configure AGENTS.md and agent mode. |
Use this helper after Gemini's built-in /init has already created or refreshed the project's GEMINI.md.
This helper owns only the Orchestrarium overlay file:
.gemini/.agents-mode.yamlIt must not replace Gemini's official runtime config in:
.gemini/settings.jsonPresets are init-time shortcuts only. They expand into canonical agents-mode keys. The preset name is NOT persisted in the file.
| Key | default (safe-init) | absolute-balance (everyday center) | external-aggressive (aggressive external use) | correctness-first (no-time-limit correctness) | power-mode (hardest-task maximum result) | max-speed (speed-first) |
|---|---|---|---|---|---|---|
consultantMode | disabled | internal | external | external | external | disabled |
delegationMode | auto | auto | force | force | force | auto |
parallelMode | auto | auto | force | auto | force | force |
mcpMode | auto | auto | auto | force | force | auto |
preferExternalWorker | false | false | true | true | true | false |
preferExternalReviewer | false | true | true | true | true | false |
externalProvider | auto | auto | auto | auto | auto | auto |
externalPriorityProfile | balanced | balanced | balanced |
correctness-first and power-mode lane-specific opinion counts:
advisory.repo-understanding: 2advisory.design-adr: 2review.pre-pr: 2review.security: 2review.performance-architecture: 2review.ui-visual-correctness: 21Routing conventions (not persisted as keys):
external-aggressive and max-speed, when neutral isolation is not required, allow per-invocation explicit self-provider override. Keep the stored file canonical; this is a routing rule, not a persisted key.external-aggressive, internal slot saturation pushes independent eligible lanes into $external-worker, $external-reviewer, or $external-brigade by default.quality-first provider-priority profile, then combine correctness-first validation density with external-aggressive fan-out, while keeping neutral workdirs and production-only auto routing so the extra power does not become a hidden project-state or example-provider shortcut.Verify the official Gemini bootstrap first.
GEMINI.md.GEMINI.md is missing, stop and tell the user to run Gemini's built-in /init first./init as the canonical owner for creating or refreshing GEMINI.md.Read current overlay state.
.gemini/.agents-mode.yaml first..gemini/.agents-mode as compatibility input only.~/.gemini/.agents-mode.yaml, pack-local global legacy ~/.gemini/.agents-mode, then the shared cross-pack global ~/.agents-mode.yaml (alongside ~/.claude.json), before applying built-in defaults. Each key resolves to the highest layer that defines it; layers compose, they do not replace each other wholesale..gemini/.agents-mode.yaml that drives a decision should normalize the file to the current canonical format before trusting the flags.Read the canonical operator reference when it is available.
docs/agents-mode-reference.md, read it and use it as the authoritative value-by-value reference.Select a preset (optional).
default, absolute-balance, external-aggressive, correctness-first, power-mode, or ..gemini/settings.json..gemini/.agents-mode.yaml is a Gemini-native runtime setting..gemini/.agents-mode.yaml, then local legacy .gemini/.agents-mode, then global ~/.gemini/.agents-mode.yaml, then global legacy ~/.gemini/.agents-mode; normalize whichever file supplied the effective config into the canonical .yaml path in the same scope and do not recreate any legacy file.WEAK MODEL / NOT RECOMMENDED on this line. If the user asks for externalProvider: gemini, accept it only as an explicit self-provider override for a manual example or compatibility run; ordinary auto routing must still avoid same-provider self-bounce.externalProvider: qwen, treat it as the same kind of manual example or compatibility run and keep it out of shipped or repo-local production profiles.agents-mode: Orchestrarium operator configuration overlay for delegation, external provider routing, MCP use, and parallelism.reserve: symbolic supplemental read-only candidate for advisory/review lanes only; it is separate from primary providers and not valid for worker or mutating routes.reserveResolver: scalar agents-mode key that binds symbolic reserve to a concrete read-only resolver such as claude-sonnet, claude-wrapper, or wrapper:<command>.Gemini: Google Gemini provider line; here it is explicit example-only and WEAK MODEL / NOT RECOMMENDED.MCP: Model Context Protocol; protocol for exposing tools and resources to agent runtimes.Qwen: Qwen provider line; here it is explicit example-only and WEAK MODEL / NOT RECOMMENDED.WEAK MODEL / NOT RECOMMENDED: repository classification for example-only providers excluded from production auto routing.balancedquality-first |
balanced |
reserveResolver | claude-sonnet | claude-sonnet | claude-sonnet | claude-sonnet | claude-sonnet | claude-sonnet |
externalPriorityProfiles | shipped as-is | shipped as-is | shipped as-is | shipped as-is | shipped as-is | shipped as-is |
externalOpinionCounts | all 1 | all 1 | all 1 | advisory+review lanes 2, others 1 | advisory+review lanes 2, others 1 | all 1 |
externalCodexWorkdirMode | neutral | neutral | neutral | neutral | neutral | project |
externalClaudeWorkdirMode | neutral | neutral | neutral | neutral | neutral | project |
externalModelMode | runtime-default | runtime-default | runtime-default | pinned-top-pro | pinned-top-pro | runtime-default |
externalCodexProfile | gpt-5.6-sol-xhigh | default | default | gpt-5.6-sol-xhigh | gpt-5.6-sol-xhigh | gpt-5.6-terra |
max-speeduse the preset, preset only, apply as-is, or otherwise declines manual tweaking, skip the key-by-key overlay walkthrough and carry the preset-expanded values straight to confirmation.default baseline.Configure the shared routing overlay.
custom, skipped preset selection, or explicitly asked to fine-tune after selecting a preset.consultantModedelegationModeparallelModemcpModepreferExternalWorkerpreferExternalReviewerexternalProviderexternalPriorityProfilereserveResolverexternalPriorityProfilesexternalOpinionCountsexternalCodexWorkdirModeexternalClaudeWorkdirModeexternalModelModeexternalCodexProfileconsultantMode: disableddelegationMode: autoparallelMode: automcpMode: autopreferExternalWorker: falsepreferExternalReviewer: falseexternalProvider: auto (shared-universe default; shipped production profiles stay on codex | claude; explicit gemini / qwen remain example-only)externalPriorityProfile: balancedreserveResolver: claude-sonnetexternalPriorityProfiles.balanced and externalPriorityProfiles.quality-first: current shipped production matrices over codex | claude plus advisory/review-only reserveexternalOpinionCounts: 1 for ordinary lanes unless a repo-local policy explicitly asks for moreexternalCodexWorkdirMode: neutralexternalClaudeWorkdirMode: neutralexternalModelMode: runtime-defaultexternalCodexProfile: defaultforce, external reviewer only, balanced profile, or explicit gemini example.Confirm before writing.
.gemini/.agents-mode.yaml values..gemini/settings.json stays untouched by this helper.Write .gemini/.agents-mode.yaml.
.gemini/.agents-mode; write the canonical output only to .gemini/.agents-mode.yaml.externalPriorityProfiles / externalOpinionCounts entry, and preserve the multiline blocks verbatim.consultantMode: {value} # allowed: external | internal | disabled; default: disabled
delegationMode: {value} # allowed: manual | auto | force; default: auto
parallelMode: {value} # allowed: manual | auto | force; default: auto
mcpMode: {value} # allowed: auto | force; default: auto
preferExternalWorker: {value} # allowed: false | true; default: false
preferExternalReviewer: {value} # allowed: false | true; default: false
externalProvider: {value} # allowed here: auto | codex | claude | gemini | qwen; default: auto; gemini/qwen are explicit example-only and not recommended
externalPriorityProfile: {value} # allowed: balanced | quality-first | <repo-local production profile>; default: balanced
reserveResolver: {value} # allowed: disabled | claude-sonnet | claude-wrapper | wrapper:<command>; default: claude-sonnet
externalPriorityProfiles:
balanced:
advisory.repo-understanding: [claude, codex, reserve]
advisory.design-adr: [claude, codex, reserve]
design.ui-ux-structure: [codex, claude]
worker.reasoning-constraints: [claude, codex]
worker.default-implementation: [codex, claude]
worker.systems-performance-implementation: [claude, codex]
worker.ui-implementation: [claude, codex]
worker.visual-graphics-visualization: [claude, codex]
review.pre-pr: [claude, codex, reserve]
review.security: [claude, codex, reserve]
review.performance-architecture: [codex, claude, reserve]
review.ui-visual-correctness: [codex, claude, reserve]
quality-first:
advisory.repo-understanding: [codex, claude, reserve]
advisory.design-adr: [codex, claude, reserve]
design.ui-ux-structure: [codex, claude]
worker.reasoning-constraints: [claude, codex]
worker.default-implementation: [codex, claude]
worker.systems-performance-implementation: [codex, claude]
worker.ui-implementation: [claude, codex]
worker.visual-graphics-visualization: [claude, codex]
review.pre-pr: [codex, claude, reserve]
review.security: [codex, claude, reserve]
review.performance-architecture: [codex, claude, reserve]
review.ui-visual-correctness: [codex, claude, reserve]
externalOpinionCounts:
advisory.repo-understanding: 1
advisory.design-adr: 1
design.ui-ux-structure: 1
worker.reasoning-constraints: 1
worker.default-implementation: 1
worker.systems-performance-implementation: 1
worker.ui-implementation: 1
worker.visual-graphics-visualization: 1
review.pre-pr: 1
review.security: 1
review.performance-architecture: 1
review.ui-visual-correctness: 1
externalCodexWorkdirMode: {value} # allowed: neutral | project; default: neutral
externalClaudeWorkdirMode: {value} # allowed: neutral | project; default: neutral
externalModelMode: {value} # allowed: runtime-default | pinned-top-pro; default: runtime-default
externalCodexProfile: {value} # allowed: default | gpt-5.6-sol-xhigh | gpt-5.6-sol-max | gpt-5.6-terra; default: gpt-5.6-sol-xhigh
Confirm completion.
/init owns GEMINI.md.gemini/settings.json remains Gemini-native runtime config.gemini/.agents-mode.yaml now holds the Orchestrarium shared-routing overlay, including the named priority profiles and lane opinion countsauto routing remains on codex | claude, while explicit Gemini or Qwen routes remain manual WEAK MODEL / NOT RECOMMENDED example-only paths