بنقرة واحدة
frontier
Maestro Frontier local multi-CLI fusion engine — switch mode, or run a prompt through the panel
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Maestro Frontier local multi-CLI fusion engine — switch mode, or run a prompt through the panel
التثبيت باستخدام 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
View and change Maestro toggles (terse, frontier, context-bar, discipline, verify) via the settings CLI
Update Maestro to the latest marketplace version for Codex
| name | frontier |
| description | Maestro Frontier local multi-CLI fusion engine — switch mode, or run a prompt through the panel |
Drive the Maestro Frontier engine — a zero-dependency local multi-CLI fusion
engine (a parallel panel of local CLIs → a judge model's analysis → a grounded
synthesis). It is the same engine the Claude Code plugin ships; here it runs
through the maestro CLI with --scope cline.
Install path (pick one):
.cline/skills/frontier/SKILL.md~/.cline/skills/frontier/SKILL.mdThis is a typing shortcut, not the Claude Code plugin. Cline has no prompt
hook, so arming a mode does not auto-run the engine on later prompts — it
only persists the mode. To actually fuse a prompt, invoke run explicitly
(step 4).
When the user invokes this skill, map their request to one engine CLI call and run it in the terminal (Cline will request approval before executing). Do not edit the engine's state file by hand.
frontier catalog is the source of truth for locally selectable models, named
presets (including legacy presets), aliases, and readiness. It does not print
secrets or configured model IDs. compose validates ready models and arms the
resolved custom panel unless --dry-run is supplied:
maestro frontier catalog
maestro frontier compose --models <model-a>,<model-b> --scope cline
maestro frontier compose --models <model-a>,<model-b> --judge <model> --synth <model> --save my-panel --scope cline
maestro frontier compose --models <model-a>,<model-b> --dry-run --scope cline
Persists under Maestro's platform-specific config directory:
$XDG_CONFIG_HOME/maestro when set; otherwise %APPDATA%\maestro on Windows
or ~/.config/maestro; default off.
--scope cline keeps Cline's armed mode independent from Claude Code, Codex,
Cursor, and Gemini on the same machine:
maestro frontier mode off --scope cline
maestro frontier mode single --model <model> --scope cline
maestro frontier mode fusion --preset <preset> --scope cline
maestro frontier mode fusion --preset custom --models <a,b,c> --scope cline
maestro frontier mode fusion --preset <preset> --judge <model> --synth <model> --scope cline
Existing named presets remain supported; use frontier catalog instead of a
static list. --judge / --synth can override either stage for a named
preset. For a ready explicit panel, prefer frontier compose above.
maestro frontier status --scope cline
This is the action that actually fuses, since nothing auto-runs here. Set a mode first (step 2), then:
maestro frontier run "<prompt>" --scope cline
off: prints a notice, spawns nothing.single: dispatches the one selected CLI, prints its answer.fusion: runs the panel in parallel → judge → synthesizer; prints the final
answer (a one-line run meta goes to stderr). Report stdout verbatim.On error the engine prints ERROR [<reason>]: <detail> to stderr and exits
non-zero — relay the reason.
single/fusion runs spawn local CLIs and cost tokens; use small prompts.
off is free. Every panel, judge, and synthesizer subprocess runs in the
provider CLI's read-only/planning mode.PATH, or point at a specific build with
MAESTRO_CLAUDE_BIN / MAESTRO_CODEX_BIN / MAESTRO_GEMINI_BIN.terra, luna, and sol have no assumed canonical model ID. They become
selectable only when their matching MAESTRO_FRONTIER_MODEL_TERRA,
MAESTRO_FRONTIER_MODEL_LUNA, or MAESTRO_FRONTIER_MODEL_SOL variable is
configured in the environment or ~/.codex/.env; confirm with frontier catalog.node frontier/smoke.cjs from the installed engine root for release
verification.maestro on PATH (installed during Maestro setup). If it is missing,
install Maestro first.