Skip to main content
GitHub repository

maestro-ultra

maestro-ultra contains 14 collected skills from animepics, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
14
Stars
13
updated
2026-07-20
Forks
0
Occupation coverage
2 occupation categories ยท 100% classified
repository explorer

Skills in this repository

maestro
computer-occupations-all-other

Claude Maestro โ€” Claude conducts Codex: analyzes a task, writes acceptance criteria, decides single vs N parallel Codex sessions, auto-routes models, dispatches via codex app-server, observes progress, verifies results with diff review + build/tests, and drives a rework loop (โ‰ค3 rounds) before escalating. Use this WHENEVER the user wants implementation work done by Codex/GPT sessions โ€” no explicit /maestro needed. Triggers include: 'maestro', any ask to delegate/hand off coding to codex ('have codex do this', 'let codex implement', 'send this to codex', 'ask codex to fix'), Korean phrasings ('codex๋กœ ์ฒ˜๋ฆฌ', 'codexํ•œํ…Œ ์‹œ์ผœ', '์ฝ”๋ฑ์Šค๋กœ ํ•ด์ค˜', '์ฝ”๋ฑ์Šค์—๊ฒŒ ๋งก๊ฒจ'), or requests to run/steer/verify Codex sessions. Even when the user does NOT mention codex: for a substantial implementation task (feature + tests, multi-file change, parallelizable work), OFFER maestro with a quick yes/no question before proceeding โ€” see 'Offering maestro' in the skill body.

2026-07-20
maestro-workflows
computer-occupations-all-other

Render the maestro mixed performer status view โ€” one at-a-glance table of ALL currently running performers: codex sessions (app-server) AND Claude background subagents, plus not-yet-closed maestro units. Invoke on: '/maestro-workflows', 'maestro-workflows', 'maestro workflows', '์ง€๊ธˆ ๋ญ ๋Œ๊ณ  ์žˆ์–ด', 'what are the performers doing'. This is the conductor-rendered counterpart of Claude Code's /workflows for maestro runs.

2026-07-20
context-memory-hygiene
software-developers

Invoke when deciding what to load into context, what to persist across turns or sessions, and what to drop โ€” reads only what the task needs, writes durable handoffs, avoids context pollution, and chooses when to re-derive versus recall.

2026-07-20
delegation-parallelism
software-developers

Invoke when deciding whether to split work across parallel agents/sessions or do it inline โ€” tests scope independence, weighs coordination cost against the parallelism win, and sets an observation cadence for delegated work.

2026-07-20
honest-reporting
software-developers

Invoke when writing any status, completion, or result report โ€” calibrates claims to the evidence actually gathered, marks the unmeasured as open, reports failures plainly, and distinguishes "verified at layer X" from "should work".

2026-07-20
state-probing
software-developers

Invoke before acting on any assumption about the runtime or environment โ€” versions, running processes, file/disk reality, git state, network reachability. Grounds claims about the world in a cheap probe instead of a guess, and re-probes when state may have gone stale.

2026-07-20
exploration-strategy
software-developers

Build an accurate mental model of an unfamiliar codebase or problem before making any edit โ€” structural scan, entry-point location, one end-to-end trace, and an explicit known-vs-assumed ledger.

2026-07-20
failure-mode-enumeration
software-developers

Systematically enumerate how code can break โ€” boundaries, concurrency, partial failure, malicious input, time, resource exhaustion โ€” before writing defenses, then convert the list into tests and guards while pruning paranoia that does not pay rent.

2026-07-20
hypothesis-management
software-developers

Debug by maintaining 2-4 competing hypotheses with explicit evidence and kill criteria, choosing each probe to maximally discriminate between them instead of confirming a favorite.

2026-07-20
incremental-safety
software-developers

Decompose a large or risky change into a sequence of independently safe intermediate states, so the system stays green at every step and any step can be reverted alone.

2026-07-20
self-correction-loop
software-developers

Invoke when an implementation attempt produces a failure signal (test failure, compile error, wrong output, crash, perf regression) and you must decide whether to retry, rethink, or back out โ€” instead of hammering the same fix.

2026-07-20
spec-to-code-fidelity
software-developers

Invoke when implementing from an authoritative written source โ€” an RFC, academic paper, binary format spec, protocol document, or mathematical derivation โ€” where correctness means matching the document, not just passing ad-hoc tests.

2026-07-20
tradeoff-articulation
software-developers

Invoke when a design decision has multiple viable implementations and the choice affects performance, memory, complexity, or blast radius โ€” forces enumerating real alternatives, quantifying the axes that matter, and recording what would reverse the decision.

2026-07-20
verification-discipline
software-developers

Invoke before claiming any task is done โ€” defines what counts as evidence of completion (execution, not inspection) and how to verify at the layer the requirement actually lives at.

2026-07-20