
from gran-maestro24
Activate Gran Maestro (Maestro) orchestration mode: enables conductor-style orchestration, installs hooks, and configures workspace defaults for coordinated wor
This skill activates 'Gran Maestro' mode — a conductor/orchestration layer that changes the agent's behavior and workspace to an orchestration-focused profile. When run it sets up required directories and hooks, bootstraps config files, installs scripts, and enforces mode-specific rules (blocking certain automation skills while Maestro is active). It also writes mode state (mode.json) with timestamps.
Use this skill when you need to switch the agent into a centralized orchestration role for coordinating multi-step workflows, managing requests, or running team-style orchestration sessions. Triggered by conversational commands or slash-style invocations that indicate entering Maestro/Conductor mode.
Designed for agent runtimes that can run shell/Python scripts and manage local config (Claude, Codex/Gemini CLI environments).
Korean-language skill for activating Gran Maestro orchestration mode in Claude Code/Codex. Sets up project directories, config files, hooks, and workspace defaults. No bundled scripts to test. Detailed step-by-step instructions with good error handling patterns (atomic writes, fallback values, graceful degradation), but the SKILL.md is extremely long and monolithic. Entirely in Korean, limiting accessibility.
No security concerns beyond expected behavior for a mode-switching skill that modifies local Claude config. The skill reads user profile data and modifies global settings, but this is its stated purpose. Shell interpolation is used but values come from controlled sources (plugin root, git branch names). The skill is ecosystem-specific (Gran Maestro) and not broadly useful outside that context.
Maestro: Off — Disable Gran Maestro Mode
Procedure skill that safely disables the Gran Maestro 'maestro' mode, checks active requests, optionally forces shutdown, and updates mode state files.
Maestro Dashboard
Start and manage a local Maestro dashboard server to view workflows, agent streams, and project docs in a web UI.
Gran Maestro Shared Includes
Repository-internal shared Markdown fragments used by other Gran Maestro skills; not a user-invocable workflow.
MST HUD Statusline Installer
Installs an MST HUD wrapper as the Claude Code statusLine.command, backing up the existing command before replacing it.