소스 정보
- 저장소
- applicate2628/Orchestrarium
- 최근 소스 활동
- 2026년 7월 18일 15:46
- 감지된 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에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | init-project |
| description | AGENTS.md policies, .agents-mode.yaml bootstrap. |
Guide the user through first-time Codex project bootstrap for project policies and operator mode state.
Presets 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 | balanced | quality-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 |
externalClaudeProfile | opus-xhigh | sonnet-high | sonnet-high | opus-max | opus-max | sonnet-high |
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.Read current state.
AGENTS.md and check whether a ## Project policies section already exists..agents/.agents-mode.yaml first..agents/.agents-mode as compatibility input only.~/.codex/.agents-mode.yaml, pack-local global legacy ~/.codex/.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..yaml path in the same scope and do not recreate any legacy file. If the effective config came from the global scope, use it as the starting point for the project-local review instead of pretending there was no prior state.Read the installed canonical sources.
../lead/policies-catalog.md.../lead/external-dispatch.md.agents-mode values, and write rules instead of inventing parallel semantics.Configure project policies.
Select a preset (optional).
agents-mode keys..agents/.agents-mode.yaml when updating..agents/.agents-mode.yaml that drives a decision should normalize the file to the current canonical format before trusting the flags..agents/.agents-mode.yaml, then local legacy .agents/.agents-mode, then global ~/.codex/.agents-mode.yaml, then global legacy ~/.codex/.agents-mode, then the shared cross-pack global ~/.agents-mode.yaml; normalize whichever file supplied the effective config in the same scope and do not recreate any legacy file.AGENTS.md.AGENTS.md as the project-runtime target, not the Orchestrarium monorepo maintenance overlay.defaultabsolute-balanceexternal-aggressivecorrectness-firstpower-modemax-speeduse the preset, preset only, apply as-is, or otherwise declines manual tweaking, skip the key-by-key operator-mode walkthrough and carry the preset-expanded values straight to confirmation.default baseline.Configure operator modes.
custom, skipped preset selection, or explicitly asked to fine-tune after selecting a preset.agents-mode keys one at a time:
consultantModedelegationModeparallelModemcpModepreferExternalWorkerpreferExternalReviewerexternalProviderexternalPriorityProfilereserveResolverexternalPriorityProfilesexternalOpinionCountsexternalCodexWorkdirModeexternalClaudeWorkdirModeexternalModelModeexternalCodexProfileexternalClaudeProfileconsultantMode: disableddelegationMode: autoparallelMode: automcpMode: autopreferExternalWorker: falsepreferExternalReviewer: falseexternalProvider: autoexternalPriorityProfile: balancedreserveResolver: claude-sonnetexternalPriorityProfilesexternalOpinionCounts defaulting each documented lane to 1externalCodexWorkdirMode: neutralexternalClaudeWorkdirMode: neutralexternalModelMode: runtime-defaultexternalCodexProfile: gpt-5.6-sol-xhighexternalClaudeProfile: opus-xhighforce, external reviewer only, opus, or defaults for the rest.Confirm the final choices.
## Project policies..agents/.agents-mode.yaml.Write .agents/.agents-mode.yaml.
.agents/.agents-mode.yaml..agents/.agents-mode; write the canonical output only to .agents/.agents-mode.yaml.externalPriorityProfiles / externalOpinionCounts entry.externalPriorityProfiles and externalOpinionCounts blocks to the current pack version while preserving the effective values of known keys and any unknown keys.Use this canonical shape:
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: {value} # allowed: structured profile map
externalOpinionCounts: {value} # allowed: structured lane-count map
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
externalClaudeProfile: {value} # allowed: sonnet-high | opus-xhigh | opus-max | fable-xhigh; default: opus-xhigh
Write ## Project policies to AGENTS.md.
## Project policies section in the project's root AGENTS.md.## Project policies
- **Testing:** {methodology}, {coverage target or "no coverage target"}
- **Commits:** {format description}
- **Branching:** {model description}
- **File size:** {policy description}
- **Error handling:** {style description}
- **PR review:** {policy description}
- **Documentation:** {when to write}
- **Language style:** {preferences or "follow existing conventions"}
- **Dependencies:** {policy description}
Confirm completion.
$second-opinion for later consultant toggle changes.