# Maestro Update

> Update Maestro to the latest marketplace version for Codex

- Skill: `hashgraph-online-awesome-codex-plugins/maestro-update` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hashgraph-online-awesome-codex-plugins/maestro-update`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hashgraph-online-awesome-codex-plugins/maestro-update/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: hashgraph-online (https://skillmd.com/u/hashgraph-online-awesome-codex-plugins)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/hashgraph-online-awesome-codex-plugins/maestro-update

---


Update **Maestro** to the latest Codex marketplace code. This refreshes the
configured Git marketplace and reinstalls the Maestro plugin from it.

When the user invokes this skill, run:

```bash
codex plugin marketplace upgrade maestro
codex plugin add maestro@maestro
```

The update is idempotent. It will:

- Pull the latest Maestro source from the repository.
- Refresh the installed Maestro plugin cache.
- Refresh bundled Codex skills and hooks exposed by the plugin.
- Leave project-local configuration (state files, secrets) untouched.

## Notes

- Requires the Codex CLI on `PATH`.
- After reinstalling, restart the Codex session or open a new thread so updated
  skills and hooks take effect.
- If the marketplace is not configured yet, run
  `codex plugin marketplace add mbanderas/maestro` first.
- Portable/manual installs can still be refreshed with
  `npx github:mbanderas/maestro install --target codex` from the project root.

