用 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 | Project init: configure AGENTS.md and agent mode. |
Use this helper after Qwen's built-in /init has already created or refreshed the project's QWEN.md.
This helper owns only the Orchestrarium overlay file:
.qwen/.agents-mode.yamlIt must not replace Qwen's official runtime config in:
.qwen/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 Qwen bootstrap first.
QWEN.md.QWEN.md is missing, stop and tell the user to run Qwen's built-in /init first./init as the canonical owner for creating or refreshing QWEN.md.Read current overlay state.
.qwen/.agents-mode.yaml first..qwen/.agents-mode as compatibility input only.~/.qwen/.agents-mode.yaml, pack-local global legacy ~/.qwen/.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..qwen/.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 max-speed..qwen/settings.json..qwen/.agents-mode.yaml is a Qwen-native runtime setting..qwen/.agents-mode.yaml, then local legacy .qwen/.agents-mode, then global ~/.qwen/.agents-mode.yaml, then global legacy ~/.qwen/.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.auto routing stays codex | claude, while explicit externalProvider: gemini and externalProvider: qwen remain manual WEAK MODEL / NOT RECOMMENDED example-only overrides.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 |
use the presetpreset onlyapply as-iscustom or skips this step, start from the 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: autoexternalPriorityProfile: balancedreserveResolver: claude-sonnetexternalPriorityProfiles.balanced and externalPriorityProfiles.quality-first: current shipped production matrices using 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, explicit qwen, or pinned top pro.balanced and quality-first. If the user wants another profile, treat it as repo-local custom data and keep gemini / qwen out of any profile the user expects to behave as production auto.Confirm before writing.
.qwen/.agents-mode.yaml values..qwen/settings.json stays untouched by this helper.Write .qwen/.agents-mode.yaml.
.qwen/.agents-mode; write the canonical output only to .qwen/.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 WEAK MODEL / NOT RECOMMENDED example-only routes
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 QWEN.md.qwen/settings.json remains Qwen-native runtime config.qwen/.agents-mode.yaml now holds the Orchestrarium shared-routing overlay, including the shipped balanced profile and lane opinion counts