
from gran-maestro24
Installs an MST HUD wrapper as the Claude Code statusLine.command, backing up the existing command before replacing it.
This skill replaces the Claude Code status line command with an MST HUD wrapper script (scripts/mst-statusline.sh). It safely backs up the existing ~/.claude/settings.json statusLine.command to a backup file and atomically writes the updated settings to point at the wrapper. The result is an MST-style HUD statusline that can show model prefixes and improved HUD behavior.
Use when you want to install or enable the MST HUD wrapper for Claude Code — e.g., when a user asks for 'HUD 설치', 'statusline 설치', or invokes '/mst:hud-install'. It's appropriate for local developer environments where modifying ~/.claude/settings.json is acceptable and the wrapper script is present in the plugin directory.
Best suited to Claude Code / Claude-compatible agents that expose a ~/.claude/settings.json statusLine.command. The guidance is generalizable to agents that support file-based statusline configuration.
This skill installs an MST HUD statusline wrapper for Claude Code by modifying ~/.claude/settings.json. It backs up existing config atomically and replaces the statusLine.command. The SKILL.md is written in Korean with an inline Python script embedded in a bash heredoc — functional but monolithic. No separate script files were found to test. The skill is very niche, targeting only users of the MST/maestro plugin ecosystem.
Inline Python script modifies user settings file. Backup mechanism is present and uses atomic writes. No remote code fetching or credential exfiltration. The skill is legitimate but very narrowly scoped to the MST plugin ecosystem.
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.
Gran Maestro — On
Activate Gran Maestro (Maestro) orchestration mode: enables conductor-style orchestration, installs hooks, and configures workspace defaults for coordinated wor
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.