Agent skill
maestro
Maestro spec-driven development for Gemini CLI. Use when running /maestro* commands or orchestrating tracks; keep LeIndex as the analysis engine and avoid legacy TLDR routing.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/maestro
SKILL.md
Maestro in Gemini CLI
You are operating Maestro inside Gemini CLI. Keep everything native:
- Commands:
/maestro,/maestro:setup,/maestro:newTrack,/maestro:implement,/maestro:orchestrate,/maestro:status,/maestro:revert,/maestro:leindex,/maestro:tui. - Where commands come from:
~/.gemini/commands/maestro/*.toml(installed by the Maestro wizard). - MCP:
mcpServers.leindex→{ command: "maestro", args: ["mcp", "tool-search"] }(stdio). Do not route tomaestro.tldror any archive/tldr paths. - Skill location:
~/.gemini/skills/maestro/(this skill). Load it whenever a Maestro workflow is requested.
Quick flow
/maestro setup— initialize/refresh product, tech stack, workflow, track registry./maestro newTrack "<goal>"— generate spec + plan with clarifying questions./maestro implement <track>— execute plan; rely on LeIndex 5-phase analysis for file scoping./maestro orchestrate— cockpit/orchestrator panel (Rust TUI pane)./maestro status— surface phase/task progress and blockers./maestro revert [track|phase|task]— controlled rollback./maestro leindex— LeIndex-first analysis; no TLDR imports./maestro tui— launch Rust cockpit (primary TUI; Go/Python TUIs are deprecated).
Guardrails
- Avoid
maestro.tldrand anything undermaestro/archive/tldr; these are reference-only. - Keep token usage lean by constraining file scopes via LeIndex queries.
- Respect installed MCP config; if LeIndex is missing, request
/maestro:configurererun. - Do not introduce cross-tool paths (no
~/.claude,~/.config/opencode, etc.).
Validation checklist
~/.gemini/commands/maestro/*.tomlare present and reference__MAESTRO_HOME__-substituted paths.~/.gemini/settings.jsoncontainsmcpServers.leindexpointing tomaestro mcp tool-search.- Skill lives at
~/.gemini/skills/maestro/.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?