🛡️
AutomationTypeScript

Maestro Guard

by catlog22

Maestro Guard is an Automation skill for Claude Code, published by catlog22 in maestro-flow.

530 stars65 forkson catlog22/maestro-flowAdded 2026/08/26+1% in starsRepository updated 2026/08/24
ai-agentsclaude-codeclicodexgeminiknowledge-graphmcpmulti-agenttypescriptworkflow-orchestration
Install in seconds
Install Maestro Guard
Copy Maestro Guard into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/catlog22/maestro-flow/tree/master/.codex/skills/maestro-guard ~/.claude/skills/maestro-guard

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/catlog22/maestro-flow.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.codex/skills/maestro-guard/SKILL.md in catlog22/maestro-flow
Installs to
~/.claude/skills/maestro-guard
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Maestro Guard does

Maestro Guard manages directory-level write boundaries in .workflow/config.json. Use it to turn protection on or off, set allow/deny paths, and check whether the workflow-guard hook is active.

Maestro Guard is cataloged under Automation on DirSkills. Maestro Guard comes from a repository tagged ai-agents, claude-code, cli, codex and gemini.

Documentation

README

Config location: .workflow/config.jsonguard section

{
  "guard": {
    "enabled": false,
    "mode": "allow",
    "paths": []
  }
}

Enforcement: The workflow-guard hook (PreToolUse on Write/Edit) reads this config and blocks operations targeting files outside boundaries. Requires hooks level >= full.

Output boundary: ALL file writes MUST target .workflow/config.json (guard section) only. NEVER modify hook files, .claude/settings.json, or source code.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Maestro Guard

  • What else does catlog22 publish alongside Maestro Guard?

    Maestro Guard is one of 25 skills that DirSkills catalogs from catlog22/maestro-flow, the repository it ships in. Its siblings there include Maestro Companion, Maestro Fork and Maestro Help. Each one is a separate skill with its own page in this directory, installs the same way Maestro Guard does, and is maintained by catlog22 in that same repository. The rest of the collection is listed on the catlog22/maestro-flow page.

  • How does Maestro Guard compare to other Automation skills?

    Maestro Guard ranks #1315 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Maestro Guard against them. Open each page to compare what they document and how they install.

More from catlog22/maestro-flow

Maestro Guard is one of 25 skills cataloged on DirSkills from catlog22/maestro-flow.

See all 25 skills