View and change Maestro toggles (terse, frontier, context-bar, discipline, verify) via the settings CLI
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill maestro-settings --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Maestro Settings?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-maestro-settings)More formats (shields.io, HTML) on the badges page.
---
name: maestro-settings
description: "View and change Maestro toggles (terse, frontier, context-bar, discipline, verify) via the settings CLI"
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/mbanderas/maestro/codex-skills/maestro-settings/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/mbanderas/maestro/codex-skills/maestro-settings/SKILL.md
---
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.
## Command launcher
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:
```bash
node "<maestro-plugin-root>/settings/cli.cjs" ...
```
## Discover available commands
```bash
node settings/cli.cjs --help
```
If `settings/cli.cjs` is not present, use the plugin-root launcher above.
## Common operations
List current settings:
```bash
node settings/cli.cjs status
```
Set a toggle (the CLI takes a `set` subcommand):
```bash
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.
## Notes
- Changes persist in Maestro's settings store and apply to subsequent agent
turns in this project.
- Requires `node` on `PATH`. A project-local Maestro install is optional when
the skill is loaded from the Maestro Codex plugin.
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/mbanderas/maestro/codex-skills/maestro-settings/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!