maestro-setup
SolidUse after Maestro init/install or doctor warnings to tune a repository harness from verified repo evidence.
AI & Automation 189 stars
21 forks Updated today MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Maestro Setup
Tune a Maestro-enabled repository harness from current repository evidence.
Activate:
`maestro hook record --event skill_activation --skill maestro-setup`
## Use
- After `maestro init`.
- After `maestro install`.
- When `maestro doctor` reports setup or local agent integration problems.
- When a repo's build/test/harness instructions are missing or stale.
## Do
1. Run `pwd`, then `maestro status`.
2. If the repo is not initialized, run `maestro init --dry-run`.
3. If dry-run prints `operating on <path>` and that path is not the intended
current project root, stop and ask the user to pick or create the root before
any write.
4. Only after the root is correct, run `maestro init --yes`.
5. Run `maestro doctor`.
6. If no agent integration is installed, run `maestro install --agent codex`
unless the user asked for another agent.
7. Inspect repo structure, build/test commands, existing agent instructions,
and workflow constraints.
8. Update harness guidance only from verified files or command output.
9. Run `maestro doctor`, then `maestro status`.
## Stop
- `maestro init --dry-run` writes nothing; use it before init writes.
- `maestro init --yes` keeps existing files and creates missing files.
- Use `maestro init --force` only for deliberate refresh; it backs up managed
files first.
- Do not tune the harness from guesses, package-manager defaults, or stale chat
memory.
## Done
- Setup is healthy, or the remaining setup blocker is explicit.
...
Details
- Author
- ReinaMacCredy
- Repository
- ReinaMacCredy/maestro
- Created
- 5 months ago
- Last Updated
- today
- Language
- Rust
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
maestro-audit
Use for read-only Maestro repo audits that propose harness backlog improvements without implementing them.
189 Updated today
ReinaMacCredy AI & Automation Listed
setup
Use when kagura-engineer:doctor reports a blocked or failing environment — installs and authenticates the harness prerequisites (git, claude, gh, ollama models, memory-cloud auth) by shelling out to `kagura-engineer setup`, then re-checks with doctor.
0 Updated today
kagura-ai AI & Automation Solid
maestro-task
Use for the Maestro task loop: create, explore, accept, claim, update, complete, block, verify, terminal task verbs, and harness self-improvement tasks.
189 Updated today
ReinaMacCredy