agentsclimarketplace

Using maestro

Skill tinhtran24/maestro/backend/internal/skillassets/using-maestro

Maestro is an open-source, multi-agent AI development framework written in Go. It orchestrates specialized AI coding agents across a deterministic software engineering workflow

Install
npx -y skills add tinhtran24/maestro --skill using-maestro

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Catalog of the Maestro `maestro` CLI: spawning workers, managing sessions and projects, sending messages, previewing pages, and daemon control. Use when using the to CLI, spawning workers, or managing Maestro sessions in an Maestro workspace.

SKILL.md

2.8 KB, as published. Nobody here has run it

Maestro CLI Catalog

maestro is a thin CLI over the local Maestro daemon. Every command is maestro <command> --help for the authoritative flag list.

CommandWhat it doesWhen to useDetails
spawnSpawn a worker agent in a fresh git worktreeStarting a new task or issuecommands/spawn.md
sessionManage agent sessions (list, kill, rename, restore, etc.)Inspecting or controlling running/terminated sessionscommands/session.md
projectRegister, inspect, configure, or remove projectsSetting up or managing repos Maestro knows aboutcommands/project.md
orchestratorList orchestrator sessionsViewing which sessions are orchestratorscommands/orchestrator.md
reviewSubmit a reviewer result for a worker's PRCompleting a code review loopcommands/review.md
sendSend a message to a running agent sessionCorrecting or directing a live agentcommands/send.md
previewOpen a URL in the desktop browser panelDemoing a local server or file from inside a sessioncommands/preview.md
startFetch (if needed) and open the Maestro desktop appLaunching the appcommands/start.md
stopStop the Maestro daemonShutting down Maestrocommands/stop.md
statusShow daemon statusVerifying the daemon is up and healthycommands/status.md
doctorRun local health checksDiagnosing Maestro setup problemscommands/doctor.md
importImport projects from a legacy Maestro installMigrating from the old flat-file storecommands/import.md
versionPrint version informationChecking installed version-
completionGenerate shell completion scriptsSetting up tab completion-

Conventions

  • Most read commands accept --json for machine-readable output.
  • -p / --project scopes session subcommand lookups to one project.
  • Session and project ids are shown by maestro session ls and maestro project ls.
  • --agent is an alias for --harness on maestro spawn.
  • Every command accepts -h / --help for the full flag list.

See references.md for natural-language-to-command mappings.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.