Maestro-orchestrate perf-check
Run a Maestro-style performance assessment for hotspots, regressions, and optimization planning
install
source · Clone the upstream repo
git clone https://github.com/josstei/maestro-orchestrate
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/josstei/maestro-orchestrate "$T" && mkdir -p ~/.claude/skills && cp -r "$T/claude/skills/perf-check" ~/.claude/skills/josstei-maestro-orchestrate-perf-check && rm -rf "$T"
manifest:
claude/skills/perf-check/SKILL.mdsource content
Maestro Perf Check
Call
get_skill_content with resources: ["architecture"].
Protocol
Before delegating, call
get_skill_content with resources: ["delegation"] and follow the returned methodology.
Workflow
- Define the performance target or pain point
- Establish the current baseline from available code, metrics, or reproducible commands
- Identify likely hotspots, structural bottlenecks, and hot loops through code analysis
- Prioritize fixes by expected impact versus implementation cost
- Report measurement gaps when hard evidence is unavailable and propose a validation plan
Constraints
- Avoid optimization advice that is disconnected from the observed bottleneck
- Distinguish measured issues from inferred ones