원클릭으로
maestro-settings
View and change Maestro toggles (terse, frontier, context-bar, discipline, verify) via the settings CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
View and change Maestro toggles (terse, frontier, context-bar, discipline, verify) via the settings CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Toggle Maestro terse narration level (lite, full, ultra, off) via the settings CLI
Token-efficient terse narration mode. Cuts agent explanation tokens while preserving requested artifacts. Levels: lite, full, ultra. Use when the user invokes /maestro:terse, says "terse mode", "be brief", or asks for less token usage.
Maestro Frontier local multi-CLI fusion engine - compose or choose a read-only model panel, inspect the catalog, arm, disarm, or run it
Direct Maestro command hub for Codex slash menu: compose or choose a Frontier model panel, settings, terse, and update
Maestro Frontier local multi-CLI fusion engine — switch mode, or run a prompt through the panel
Update Maestro to the latest marketplace version for Codex
| name | maestro-settings |
| description | View and change Maestro toggles (terse, frontier, context-bar, discipline, verify) via the settings CLI |
| license | MIT |
View or change Maestro settings for this project. The settings CLI manages
five primary toggles: terse, frontier, context-bar, discipline
(the enforcement-hook pack; off silences it, the doctrine text stays loaded),
and verify (the S7.3 verify-gate Stop hook: warn/block/off).
When the user invokes this skill, run the settings CLI from the repo root. Do not edit settings files by hand.
Use node settings/cli.cjs when Maestro is installed in the project root. If
that file is not present and this skill is loaded from the Maestro Codex
plugin, locate the plugin root by walking up from this SKILL.md until
.codex-plugin/plugin.json is present, then run:
node "<maestro-plugin-root>/settings/cli.cjs" ...
node settings/cli.cjs --help
If settings/cli.cjs is not present, use the plugin-root launcher above.
List current settings:
node settings/cli.cjs status
Set a toggle (the CLI takes a set subcommand):
node settings/cli.cjs set terse <off|lite|full|ultra>
node settings/cli.cjs set frontier <off|single:<model>|fusion:<preset>>
node settings/cli.cjs set context-bar <on|off>
node settings/cli.cjs set discipline <on|off>
node settings/cli.cjs set verify <off|warn|block>
If a subcommand name or argument differs from the above, follow the usage
printed by --help — do not guess flags.
node on PATH. A project-local Maestro install is optional when
the skill is loaded from the Maestro Codex plugin.